color details

Color Details
#60806c Color Hex

#60806c color RGB value is (6, 8, 6).
#60806c hex color red value is 6, green value is 8, and blue value is 6.
Cylindrical-coordinate representations (HSL) of color #60806c hue: 120, saturation: 0.14 and lightness: 0.03.

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

Color Spaces
Color spaces of #60806cValue
RGB96, 128, 108
HSL0.4, 0.14, 0.44
HSV143°, 25°, 50°
XYZ15.25, 19.01, 17.05
Base Numbers
Base Red Green Blue
Binary 1100000 10000000 1101100
Octal 140 200 154
Decimal 96 128 108
Hex 60 80 6C

RGB Percentages for Color #60806c

28.92%
38.55%
32.53%

CMYK Percentages of the Color #60806c

25%
15.63%
49.8%
CSS Codes for Color #60806c
.mybgColor {background-color: #60806c;}
.myforeColor {color: #60806c;}
.myborderColor {border:3px solid #60806c;}
Text Font Color #60806c

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

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

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

The background color of this div is #60806c
Border Color #60806c

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

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

<p style="text-shadow: 4px 4px 2px rgba(96, 128, 108, 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 #60806c;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #60806c
Scroll to Top