Shades of Blue Stone #166E6D
Tints of Blue Stone #166E6D
RGB
CMYK
RGB Variations
Color information
#166E6D (or 0x166E6D) is known color: Blue Stone. HEX triplet: 16, 6E and 6D. RGB value is (22,110,109). Sum of RGB (Red+Green+Blue) = 22+110+109=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #166E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E6D is #E99192. Grayscale: #535353. Windows color (decimal): -15307155 or 7171606. OLE color: 7171606.
HSL color Cylindrical-coordinate representation of color #166E6D: hue angle of 179.32º 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 #166E6D is Cyan = 0.8, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 109 | - |
| CMYK | 0.8 | 0 | 0.01 | 0.57 |
| HSL | 179.32º | 0.67% | 0.26% | - |
| HSV(B) | 179.32º | 0.8% | 0.43% | - |
| XYZ | 8.67 | 12.43 | 16.41 | - |
| YUV | 83.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 109 | 0.8 | 0 | 0.01 | 0.57 | 179.32 | 0.67 | 0.26 |
| Hex | 16 | 6E | 6D | 50 | 0 | 1 | 39 | B3 | 43 | 1A |
| Octal | 26 | 156 | 155 | 120 | 0 | 1 | 71 | 263 | 103 | 32 |
| Binary | 10110 | 1101110 | 1101101 | 1010000 | 0 | 1 | 111001 | 10110011 | 1000011 | 11010 |
Color Harmonies of #166E6D
Complementary color
Monochromatic Colors of #166E6D
Black with #166E6D
Text Example
Text Example
White with #166E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E6D; }
p { color: rgb(22,110,109); }
H1.HeaderClassName
{
color: #166E6D;
}
.AnyTagClassName
{
color: #166E6D;
}
</style>
background-color css
<style>
a { background-color: #166E6D; }
a { background-color: rgb(22,110,109); }
div.DivClassName
{
background-color: #166E6D;
}
.BgClassName
{
background-color: #166E6D;
}
</style>
border-color css
<style>
span { border-color: #166E6D; }
span { border-color: rgb(22,110,109); }
td.TdClassName
{
border-color: #166E6D;
}
.TagClassName
{
border-color: #166E6D;
}
</style>