Shades of Blue Stone #16626B
Tints of Blue Stone #16626B
RGB
CMYK
RGB Variations
Color information
#16626B (or 0x16626B) is known color: Blue Stone. HEX triplet: 16, 62 and 6B. RGB value is (22,98,107). Sum of RGB (Red+Green+Blue) = 22+98+107=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #16626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16626B is #E99D94. Grayscale: #4C4C4C. Windows color (decimal): -15310229 or 7037462. OLE color: 7037462.
HSL color Cylindrical-coordinate representation of color #16626B: hue angle of 186.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16626B is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 98 | 107 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.58 |
| HSL | 186.35º | 0.66% | 0.25% | - |
| HSV(B) | 186.35º | 0.79% | 0.42% | - |
| XYZ | 7.35 | 9.97 | 15.45 | - |
| YUV | 76.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 107 | 0.79 | 0.08 | 0 | 0.58 | 186.35 | 0.66 | 0.25 |
| Hex | 16 | 62 | 6B | 4F | 8 | 0 | 3A | BA | 42 | 19 |
| Octal | 26 | 142 | 153 | 117 | 10 | 0 | 72 | 272 | 102 | 31 |
| Binary | 10110 | 1100010 | 1101011 | 1001111 | 1000 | 0 | 111010 | 10111010 | 1000010 | 11001 |
Color Harmonies of #16626B
Complementary color
Monochromatic Colors of #16626B
Black with #16626B
Text Example
Text Example
White with #16626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16626B; }
p { color: rgb(22,98,107); }
H1.HeaderClassName
{
color: #16626B;
}
.AnyTagClassName
{
color: #16626B;
}
</style>
background-color css
<style>
a { background-color: #16626B; }
a { background-color: rgb(22,98,107); }
div.DivClassName
{
background-color: #16626B;
}
.BgClassName
{
background-color: #16626B;
}
</style>
border-color css
<style>
span { border-color: #16626B; }
span { border-color: rgb(22,98,107); }
td.TdClassName
{
border-color: #16626B;
}
.TagClassName
{
border-color: #16626B;
}
</style>