Shades of Blue Stone #16606D
Tints of Blue Stone #16606D
RGB
CMYK
RGB Variations
Color information
#16606D (or 0x16606D) is known color: Blue Stone. HEX triplet: 16, 60 and 6D. RGB value is (22,96,109). Sum of RGB (Red+Green+Blue) = 22+96+109=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #16606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16606D is #E99F92. Grayscale: #4B4B4B. Windows color (decimal): -15310739 or 7168022. OLE color: 7168022.
HSL color Cylindrical-coordinate representation of color #16606D: hue angle of 188.97º degrees, saturation: 0.66, 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 #16606D is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 96 | 109 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.57 |
| HSL | 188.97º | 0.66% | 0.26% | - |
| HSV(B) | 188.97º | 0.8% | 0.43% | - |
| XYZ | 7.27 | 9.64 | 15.95 | - |
| YUV | 75.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 109 | 0.80 | 0.12 | 0 | 0.57 | 188.97 | 0.66 | 0.26 |
| Hex | 16 | 60 | 6D | 50 | C | 0 | 39 | BD | 42 | 1A |
| Octal | 26 | 140 | 155 | 120 | 14 | 0 | 71 | 275 | 102 | 32 |
| Binary | 10110 | 1100000 | 1101101 | 1010000 | 1100 | 0 | 111001 | 10111101 | 1000010 | 11010 |
Color Harmonies of #16606D
Complementary color
Monochromatic Colors of #16606D
Black with #16606D
Text Example
Text Example
White with #16606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16606D; }
p { color: rgb(22,96,109); }
H1.HeaderClassName
{
color: #16606D;
}
.AnyTagClassName
{
color: #16606D;
}
</style>
background-color css
<style>
a { background-color: #16606D; }
a { background-color: rgb(22,96,109); }
div.DivClassName
{
background-color: #16606D;
}
.BgClassName
{
background-color: #16606D;
}
</style>
border-color css
<style>
span { border-color: #16606D; }
span { border-color: rgb(22,96,109); }
td.TdClassName
{
border-color: #16606D;
}
.TagClassName
{
border-color: #16606D;
}
</style>