Shades of Blue Stone #16636A
Tints of Blue Stone #16636A
RGB
CMYK
RGB Variations
Color information
#16636A (or 0x16636A) is known color: Blue Stone. HEX triplet: 16, 63 and 6A. RGB value is (22,99,106). Sum of RGB (Red+Green+Blue) = 22+99+106=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #16636A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16636A is #E99C95. Grayscale: #4C4C4C. Windows color (decimal): -15309974 or 6972182. OLE color: 6972182.
HSL color Cylindrical-coordinate representation of color #16636A: hue angle of 185º 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 #16636A is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 99 | 106 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.58 |
| HSL | 185º | 0.66% | 0.25% | - |
| HSV(B) | 185º | 0.79% | 0.42% | - |
| XYZ | 7.39 | 10.13 | 15.2 | - |
| YUV | 76.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 106 | 0.79 | 0.07 | 0 | 0.58 | 185 | 0.66 | 0.25 |
| Hex | 16 | 63 | 6A | 4F | 7 | 0 | 3A | B9 | 42 | 19 |
| Octal | 26 | 143 | 152 | 117 | 7 | 0 | 72 | 271 | 102 | 31 |
| Binary | 10110 | 1100011 | 1101010 | 1001111 | 111 | 0 | 111010 | 10111001 | 1000010 | 11001 |
Color Harmonies of #16636A
Complementary color
Monochromatic Colors of #16636A
Black with #16636A
Text Example
Text Example
White with #16636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16636A; }
p { color: rgb(22,99,106); }
H1.HeaderClassName
{
color: #16636A;
}
.AnyTagClassName
{
color: #16636A;
}
</style>
background-color css
<style>
a { background-color: #16636A; }
a { background-color: rgb(22,99,106); }
div.DivClassName
{
background-color: #16636A;
}
.BgClassName
{
background-color: #16636A;
}
</style>
border-color css
<style>
span { border-color: #16636A; }
span { border-color: rgb(22,99,106); }
td.TdClassName
{
border-color: #16636A;
}
.TagClassName
{
border-color: #16636A;
}
</style>