color details

Color Details
#6e7374 Color Hex

#6e7374 color RGB value is (6, 231, 55).
#6e7374 hex color red value is 6, green value is 231, and blue value is 55.
Cylindrical-coordinate representations (HSL) of color #6e7374 hue: 133.07, saturation: 0.95 and lightness: 0.46.

The process color (four-color CMYK) of #6e7374 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #6e7374 is #ff9999. Color #6e7374 contains mainly RED.

Color Spaces
Color spaces of #6e7374Value
RGB110, 115, 116
HSL0.53, 0.03, 0.44
HSV190°, 5°, 45°
XYZ15.71, 16.84, 18.94
Base Numbers
Base Red Green Blue
Binary 1101110 1110011 1110100
Octal 156 163 164
Decimal 110 115 116
Hex 6E 73 74

RGB Percentages for Color #6e7374

32.26%
33.72%
34.02%

CMYK Percentages of the Color #6e7374

5.17%
0.86%
54.51%
CSS Codes for Color #6e7374
.mybgColor {background-color: #6e7374;}
.myforeColor {color: #6e7374;}
.myborderColor {border:3px solid #6e7374;}
Text Font Color #6e7374

<p style="color:#6e7374">Text here</p>

This sample text is styled with the font color #6e7374. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #6e7374

<div style="background-color:#6e7374">Div content here</div>

The background color of this div is #6e7374
Border Color #6e7374

<div style="border:3px solid #6e7374">Div here</div>

The border color of this div is #6e7374
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(110, 115, 116, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #6e7374;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #6e7374;
-webkit-box-shadow: 1px 1px 3px #6e7374;
box-shadow: 1px 1px 3px #6e7374;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110, 115, 116, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #6e7374;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #6e7374; -webkit-box-shadow: 1px 1px 3px #6e7374; box-shadow: 1px 1px 3px #6e7374;">Div content here</div>

This div box has a shadow with a specified color. #6e7374

Scroll to Top