Shades of Blue Stone #166163
Tints of Blue Stone #166163
RGB
CMYK
RGB Variations
Color information
#166163 (or 0x166163) is known color: Blue Stone. HEX triplet: 16, 61 and 63. RGB value is (22,97,99). Sum of RGB (Red+Green+Blue) = 22+97+99=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #166163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166163 is #E99E9C. Grayscale: #4A4A4A. Windows color (decimal): -15310493 or 6512918. OLE color: 6512918.
HSL color Cylindrical-coordinate representation of color #166163: hue angle of 181.56º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166163 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 97 | 99 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.61 |
| HSL | 181.56º | 0.64% | 0.24% | - |
| HSV(B) | 181.56º | 0.78% | 0.39% | - |
| XYZ | 6.86 | 9.62 | 13.3 | - |
| YUV | 74.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 99 | 0.78 | 0.02 | 0 | 0.61 | 181.56 | 0.64 | 0.24 |
| Hex | 16 | 61 | 63 | 4E | 2 | 0 | 3D | B6 | 40 | 18 |
| Octal | 26 | 141 | 143 | 116 | 2 | 0 | 75 | 266 | 100 | 30 |
| Binary | 10110 | 1100001 | 1100011 | 1001110 | 10 | 0 | 111101 | 10110110 | 1000000 | 11000 |
Color Harmonies of #166163
Complementary color
Monochromatic Colors of #166163
Black with #166163
Text Example
Text Example
White with #166163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166163; }
p { color: rgb(22,97,99); }
H1.HeaderClassName
{
color: #166163;
}
.AnyTagClassName
{
color: #166163;
}
</style>
background-color css
<style>
a { background-color: #166163; }
a { background-color: rgb(22,97,99); }
div.DivClassName
{
background-color: #166163;
}
.BgClassName
{
background-color: #166163;
}
</style>
border-color css
<style>
span { border-color: #166163; }
span { border-color: rgb(22,97,99); }
td.TdClassName
{
border-color: #166163;
}
.TagClassName
{
border-color: #166163;
}
</style>