Shades of Blue Stone #16626E
Tints of Blue Stone #16626E
RGB
CMYK
RGB Variations
Color information
#16626E (or 0x16626E) is known color: Blue Stone. HEX triplet: 16, 62 and 6E. RGB value is (22,98,110). Sum of RGB (Red+Green+Blue) = 22+98+110=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #16626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16626E is #E99D91. Grayscale: #4C4C4C. Windows color (decimal): -15310226 or 7234070. OLE color: 7234070.
HSL color Cylindrical-coordinate representation of color #16626E: hue angle of 188.18º 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 #16626E is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 98 | 110 | - |
| CMYK | 0.8 | 0.11 | 0 | 0.57 |
| HSL | 188.18º | 0.67% | 0.26% | - |
| HSV(B) | 188.18º | 0.8% | 0.43% | - |
| XYZ | 7.51 | 10.03 | 16.29 | - |
| YUV | 76.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 110 | 0.8 | 0.11 | 0 | 0.57 | 188.18 | 0.67 | 0.26 |
| Hex | 16 | 62 | 6E | 50 | B | 0 | 39 | BC | 43 | 1A |
| Octal | 26 | 142 | 156 | 120 | 13 | 0 | 71 | 274 | 103 | 32 |
| Binary | 10110 | 1100010 | 1101110 | 1010000 | 1011 | 0 | 111001 | 10111100 | 1000011 | 11010 |
Color Harmonies of #16626E
Complementary color
Monochromatic Colors of #16626E
Black with #16626E
Text Example
Text Example
White with #16626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16626E; }
p { color: rgb(22,98,110); }
H1.HeaderClassName
{
color: #16626E;
}
.AnyTagClassName
{
color: #16626E;
}
</style>
background-color css
<style>
a { background-color: #16626E; }
a { background-color: rgb(22,98,110); }
div.DivClassName
{
background-color: #16626E;
}
.BgClassName
{
background-color: #16626E;
}
</style>
border-color css
<style>
span { border-color: #16626E; }
span { border-color: rgb(22,98,110); }
td.TdClassName
{
border-color: #16626E;
}
.TagClassName
{
border-color: #16626E;
}
</style>