Shades of Blue Stone #166F6E
Tints of Blue Stone #166F6E
RGB
CMYK
RGB Variations
Color information
#166F6E (or 0x166F6E) is known color: Blue Stone. HEX triplet: 16, 6F and 6E. RGB value is (22,111,110). Sum of RGB (Red+Green+Blue) = 22+111+110=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #166F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F6E is #E99091. Grayscale: #545454. Windows color (decimal): -15306898 or 7237398. OLE color: 7237398.
HSL color Cylindrical-coordinate representation of color #166F6E: hue angle of 179.33º 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 #166F6E is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 110 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.56 |
| HSL | 179.33º | 0.67% | 0.26% | - |
| HSV(B) | 179.33º | 0.8% | 0.44% | - |
| XYZ | 8.83 | 12.67 | 16.73 | - |
| YUV | 84.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 110 | 0.80 | 0 | 0.01 | 0.56 | 179.33 | 0.67 | 0.26 |
| Hex | 16 | 6F | 6E | 50 | 0 | 1 | 38 | B3 | 43 | 1A |
| Octal | 26 | 157 | 156 | 120 | 0 | 1 | 70 | 263 | 103 | 32 |
| Binary | 10110 | 1101111 | 1101110 | 1010000 | 0 | 1 | 111000 | 10110011 | 1000011 | 11010 |
Color Harmonies of #166F6E
Complementary color
Monochromatic Colors of #166F6E
Black with #166F6E
Text Example
Text Example
White with #166F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F6E; }
p { color: rgb(22,111,110); }
H1.HeaderClassName
{
color: #166F6E;
}
.AnyTagClassName
{
color: #166F6E;
}
</style>
background-color css
<style>
a { background-color: #166F6E; }
a { background-color: rgb(22,111,110); }
div.DivClassName
{
background-color: #166F6E;
}
.BgClassName
{
background-color: #166F6E;
}
</style>
border-color css
<style>
span { border-color: #166F6E; }
span { border-color: rgb(22,111,110); }
td.TdClassName
{
border-color: #166F6E;
}
.TagClassName
{
border-color: #166F6E;
}
</style>