Shades of Blue Stone #166967
Tints of Blue Stone #166967
RGB
CMYK
RGB Variations
Color information
#166967 (or 0x166967) is known color: Blue Stone. HEX triplet: 16, 69 and 67. RGB value is (22,105,103). Sum of RGB (Red+Green+Blue) = 22+105+103=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #166967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166967 is #E99698. Grayscale: #4F4F4F. Windows color (decimal): -15308441 or 6777110. OLE color: 6777110.
HSL color Cylindrical-coordinate representation of color #166967: hue angle of 178.55º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166967 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 105 | 103 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.59 |
| HSL | 178.55º | 0.65% | 0.25% | - |
| HSV(B) | 178.55º | 0.79% | 0.41% | - |
| XYZ | 7.83 | 11.25 | 14.59 | - |
| YUV | 79.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 103 | 0.79 | 0 | 0.02 | 0.59 | 178.55 | 0.65 | 0.25 |
| Hex | 16 | 69 | 67 | 4F | 0 | 2 | 3B | B3 | 41 | 19 |
| Octal | 26 | 151 | 147 | 117 | 0 | 2 | 73 | 263 | 101 | 31 |
| Binary | 10110 | 1101001 | 1100111 | 1001111 | 0 | 10 | 111011 | 10110011 | 1000001 | 11001 |
Color Harmonies of #166967
Complementary color
Monochromatic Colors of #166967
Black with #166967
Text Example
Text Example
White with #166967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166967; }
p { color: rgb(22,105,103); }
H1.HeaderClassName
{
color: #166967;
}
.AnyTagClassName
{
color: #166967;
}
</style>
background-color css
<style>
a { background-color: #166967; }
a { background-color: rgb(22,105,103); }
div.DivClassName
{
background-color: #166967;
}
.BgClassName
{
background-color: #166967;
}
</style>
border-color css
<style>
span { border-color: #166967; }
span { border-color: rgb(22,105,103); }
td.TdClassName
{
border-color: #166967;
}
.TagClassName
{
border-color: #166967;
}
</style>