Shades of Blue Stone #166060
Tints of Blue Stone #166060
RGB
CMYK
RGB Variations
Color information
#166060 (or 0x166060) is known color: Blue Stone. HEX triplet: 16, 60 and 60. RGB value is (22,96,96). Sum of RGB (Red+Green+Blue) = 22+96+96=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #166060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166060 is #E99F9F. Grayscale: #494949. Windows color (decimal): -15310752 or 6316054. OLE color: 6316054.
HSL color Cylindrical-coordinate representation of color #166060: hue angle of 180º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166060 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 96 | 96 | - |
| CMYK | 0.77 | 0 | 0 | 0.62 |
| HSL | 180º | 0.63% | 0.23% | - |
| HSV(B) | 180º | 0.77% | 0.38% | - |
| XYZ | 6.63 | 9.38 | 12.53 | - |
| YUV | 73.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 96 | 0.77 | 0 | 0 | 0.62 | 180 | 0.63 | 0.23 |
| Hex | 16 | 60 | 60 | 4D | 0 | 0 | 3E | B4 | 3F | 17 |
| Octal | 26 | 140 | 140 | 115 | 0 | 0 | 76 | 264 | 77 | 27 |
| Binary | 10110 | 1100000 | 1100000 | 1001101 | 0 | 0 | 111110 | 10110100 | 111111 | 10111 |
Color Harmonies of #166060
Complementary color
Monochromatic Colors of #166060
Black with #166060
Text Example
Text Example
White with #166060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166060; }
p { color: rgb(22,96,96); }
H1.HeaderClassName
{
color: #166060;
}
.AnyTagClassName
{
color: #166060;
}
</style>
background-color css
<style>
a { background-color: #166060; }
a { background-color: rgb(22,96,96); }
div.DivClassName
{
background-color: #166060;
}
.BgClassName
{
background-color: #166060;
}
</style>
border-color css
<style>
span { border-color: #166060; }
span { border-color: rgb(22,96,96); }
td.TdClassName
{
border-color: #166060;
}
.TagClassName
{
border-color: #166060;
}
</style>