Shades of Blue Stone #166E6C
Tints of Blue Stone #166E6C
RGB
CMYK
RGB Variations
Color information
#166E6C (or 0x166E6C) is known color: Blue Stone. HEX triplet: 16, 6E and 6C. RGB value is (22,110,108). Sum of RGB (Red+Green+Blue) = 22+110+108=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #166E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E6C is #E99193. Grayscale: #535353. Windows color (decimal): -15307156 or 7106070. OLE color: 7106070.
HSL color Cylindrical-coordinate representation of color #166E6C: hue angle of 178.64º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E6C is Cyan = 0.8, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 108 | - |
| CMYK | 0.8 | 0 | 0.02 | 0.57 |
| HSL | 178.64º | 0.67% | 0.26% | - |
| HSV(B) | 178.64º | 0.8% | 0.43% | - |
| XYZ | 8.61 | 12.41 | 16.13 | - |
| YUV | 83.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 108 | 0.8 | 0 | 0.02 | 0.57 | 178.64 | 0.67 | 0.26 |
| Hex | 16 | 6E | 6C | 50 | 0 | 2 | 39 | B3 | 43 | 1A |
| Octal | 26 | 156 | 154 | 120 | 0 | 2 | 71 | 263 | 103 | 32 |
| Binary | 10110 | 1101110 | 1101100 | 1010000 | 0 | 10 | 111001 | 10110011 | 1000011 | 11010 |
Color Harmonies of #166E6C
Complementary color
Monochromatic Colors of #166E6C
Black with #166E6C
Text Example
Text Example
White with #166E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E6C; }
p { color: rgb(22,110,108); }
H1.HeaderClassName
{
color: #166E6C;
}
.AnyTagClassName
{
color: #166E6C;
}
</style>
background-color css
<style>
a { background-color: #166E6C; }
a { background-color: rgb(22,110,108); }
div.DivClassName
{
background-color: #166E6C;
}
.BgClassName
{
background-color: #166E6C;
}
</style>
border-color css
<style>
span { border-color: #166E6C; }
span { border-color: rgb(22,110,108); }
td.TdClassName
{
border-color: #166E6C;
}
.TagClassName
{
border-color: #166E6C;
}
</style>