color details

Color Details
#666868 Color Hex

#666868 color RGB value is (6, 102, 134).
#666868 hex color red value is 6, green value is 102, and blue value is 134.
Cylindrical-coordinate representations (HSL) of color #666868 hue: 195, saturation: 0.91 and lightness: 0.27.

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

Color Spaces
Color spaces of #666868Value
RGB102, 104, 104
HSL0.5, 0.01, 0.4
HSV180°, 2°, 41°
XYZ12.93, 13.72, 15.06
Base Numbers
Base Red Green Blue
Binary 1100110 1101000 1101000
Octal 146 150 150
Decimal 102 104 104
Hex 66 68 68

RGB Percentages for Color #666868

32.9%
33.55%
33.55%

CMYK Percentages of the Color #666868

1.92%
59.22%
CSS Codes for Color #666868
.mybgColor {background-color: #666868;}
.myforeColor {color: #666868;}
.myborderColor {border:3px solid #666868;}
Text Font Color #666868

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

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

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

The background color of this div is #666868
Border Color #666868

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

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

<p style="text-shadow: 4px 4px 2px rgba(102, 104, 104, 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 #666868;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #666868

Scroll to Top