#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 of #60806c | Value |
---|---|
RGB | 96, 128, 108 |
HSL | 0.4, 0.14, 0.44 |
HSV | 143°, 25°, 50° |
XYZ | 15.25, 19.01, 17.05 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1100000 | 10000000 | 1101100 |
Octal | 140 | 200 | 154 |
Decimal | 96 | 128 | 108 |
Hex | 60 | 80 | 6C |
Shades of #60806c
Tints of #60806c
.mybgColor {background-color: #60806c;} .myforeColor {color: #60806c;} .myborderColor {border:3px solid #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,
<div style="background-color:#60806c">Div content here</div>
<div style="border:3px solid #60806c">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(96, 128, 108, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #60806c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>