Shades of Blue Stone #16626D
Tints of Blue Stone #16626D
RGB
CMYK
RGB Variations
Color information
#16626D (or 0x16626D) is known color: Blue Stone. HEX triplet: 16, 62 and 6D. RGB value is (22,98,109). Sum of RGB (Red+Green+Blue) = 22+98+109=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #16626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16626D is #E99D92. Grayscale: #4C4C4C. Windows color (decimal): -15310227 or 7168534. OLE color: 7168534.
HSL color Cylindrical-coordinate representation of color #16626D: hue angle of 187.59º 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 #16626D is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 98 | 109 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.57 |
| HSL | 187.59º | 0.66% | 0.26% | - |
| HSV(B) | 187.59º | 0.8% | 0.43% | - |
| XYZ | 7.46 | 10.01 | 16.01 | - |
| YUV | 76.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 109 | 0.80 | 0.10 | 0 | 0.57 | 187.59 | 0.66 | 0.26 |
| Hex | 16 | 62 | 6D | 50 | A | 0 | 39 | BC | 42 | 1A |
| Octal | 26 | 142 | 155 | 120 | 12 | 0 | 71 | 274 | 102 | 32 |
| Binary | 10110 | 1100010 | 1101101 | 1010000 | 1010 | 0 | 111001 | 10111100 | 1000010 | 11010 |
Color Harmonies of #16626D
Complementary color
Monochromatic Colors of #16626D
Black with #16626D
Text Example
Text Example
White with #16626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16626D; }
p { color: rgb(22,98,109); }
H1.HeaderClassName
{
color: #16626D;
}
.AnyTagClassName
{
color: #16626D;
}
</style>
background-color css
<style>
a { background-color: #16626D; }
a { background-color: rgb(22,98,109); }
div.DivClassName
{
background-color: #16626D;
}
.BgClassName
{
background-color: #16626D;
}
</style>
border-color css
<style>
span { border-color: #16626D; }
span { border-color: rgb(22,98,109); }
td.TdClassName
{
border-color: #16626D;
}
.TagClassName
{
border-color: #16626D;
}
</style>