Shades of Blue Stone #166A6F
Tints of Blue Stone #166A6F
RGB
CMYK
RGB Variations
Color information
#166A6F (or 0x166A6F) is known color: Blue Stone. HEX triplet: 16, 6A and 6F. RGB value is (22,106,111). Sum of RGB (Red+Green+Blue) = 22+106+111=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #166A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166A6F is #E99590. Grayscale: #515151. Windows color (decimal): -15308177 or 7301654. OLE color: 7301654.
HSL color Cylindrical-coordinate representation of color #166A6F: hue angle of 183.37º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166A6F is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 106 | 111 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.56 |
| HSL | 183.37º | 0.67% | 0.26% | - |
| HSV(B) | 183.37º | 0.8% | 0.44% | - |
| XYZ | 8.35 | 11.63 | 16.84 | - |
| YUV | 81.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 111 | 0.80 | 0.05 | 0 | 0.56 | 183.37 | 0.67 | 0.26 |
| Hex | 16 | 6A | 6F | 50 | 5 | 0 | 38 | B7 | 43 | 1A |
| Octal | 26 | 152 | 157 | 120 | 5 | 0 | 70 | 267 | 103 | 32 |
| Binary | 10110 | 1101010 | 1101111 | 1010000 | 101 | 0 | 111000 | 10110111 | 1000011 | 11010 |
Color Harmonies of #166A6F
Complementary color
Monochromatic Colors of #166A6F
Black with #166A6F
Text Example
Text Example
White with #166A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A6F; }
p { color: rgb(22,106,111); }
H1.HeaderClassName
{
color: #166A6F;
}
.AnyTagClassName
{
color: #166A6F;
}
</style>
background-color css
<style>
a { background-color: #166A6F; }
a { background-color: rgb(22,106,111); }
div.DivClassName
{
background-color: #166A6F;
}
.BgClassName
{
background-color: #166A6F;
}
</style>
border-color css
<style>
span { border-color: #166A6F; }
span { border-color: rgb(22,106,111); }
td.TdClassName
{
border-color: #166A6F;
}
.TagClassName
{
border-color: #166A6F;
}
</style>