color details

Color Details
#6D8E9E Color Hex

#6D8E9E color RGB value is (6, 216, 233).
#6D8E9E hex color red value is 6, green value is 216, and blue value is 233.
Cylindrical-coordinate representations (HSL) of color #6D8E9E hue: 184.49, saturation: 0.95 and lightness: 0.47.

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

Color Spaces
Color spaces of #6D8E9EValue
RGB109, 142, 158
HSL0.55, 0.2, 0.52
HSV200°, 31°, 62°
XYZ22.15, 25.06, 36.01
Base Numbers
Base Red Green Blue
Binary 1101101 10001110 10011110
Octal 155 216 236
Decimal 109 142 158
Hex 6D 8E 9E

RGB Percentages for Color #6D8E9E

26.65%
34.72%
38.63%

CMYK Percentages of the Color #6D8E9E

31.01%
10.13%
38.04%
CSS Codes for Color #6D8E9E
.mybgColor {background-color: #6D8E9E;}
.myforeColor {color: #6D8E9E;}
.myborderColor {border:3px solid #6D8E9E;}
Text Font Color #6D8E9E

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

This sample text is styled with the font color #6D8E9E. 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 #6D8E9E

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(109, 142, 158, 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 #6D8E9E;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #6D8E9E
Scroll to Top