Shades of Blue Stone #166061
Tints of Blue Stone #166061
RGB
CMYK
RGB Variations
Color information
#166061 (or 0x166061) is known color: Blue Stone. HEX triplet: 16, 60 and 61. RGB value is (22,96,97). Sum of RGB (Red+Green+Blue) = 22+96+97=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #166061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166061 is #E99F9E. Grayscale: #494949. Windows color (decimal): -15310751 or 6381590. OLE color: 6381590.
HSL color Cylindrical-coordinate representation of color #166061: hue angle of 180.8º 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 #166061 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 96 | 97 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.62 |
| HSL | 180.8º | 0.63% | 0.23% | - |
| HSV(B) | 180.8º | 0.77% | 0.38% | - |
| XYZ | 6.67 | 9.4 | 12.77 | - |
| YUV | 73.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 97 | 0.77 | 0.01 | 0 | 0.62 | 180.8 | 0.63 | 0.23 |
| Hex | 16 | 60 | 61 | 4D | 1 | 0 | 3E | B5 | 3F | 17 |
| Octal | 26 | 140 | 141 | 115 | 1 | 0 | 76 | 265 | 77 | 27 |
| Binary | 10110 | 1100000 | 1100001 | 1001101 | 1 | 0 | 111110 | 10110101 | 111111 | 10111 |
Color Harmonies of #166061
Complementary color
Monochromatic Colors of #166061
Black with #166061
Text Example
Text Example
White with #166061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166061; }
p { color: rgb(22,96,97); }
H1.HeaderClassName
{
color: #166061;
}
.AnyTagClassName
{
color: #166061;
}
</style>
background-color css
<style>
a { background-color: #166061; }
a { background-color: rgb(22,96,97); }
div.DivClassName
{
background-color: #166061;
}
.BgClassName
{
background-color: #166061;
}
</style>
border-color css
<style>
span { border-color: #166061; }
span { border-color: rgb(22,96,97); }
td.TdClassName
{
border-color: #166061;
}
.TagClassName
{
border-color: #166061;
}
</style>