Shades of Blue Stone #16636B
Tints of Blue Stone #16636B
RGB
CMYK
RGB Variations
Color information
#16636B (or 0x16636B) is known color: Blue Stone. HEX triplet: 16, 63 and 6B. RGB value is (22,99,107). Sum of RGB (Red+Green+Blue) = 22+99+107=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #16636B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16636B is #E99C94. Grayscale: #4C4C4C. Windows color (decimal): -15309973 or 7037718. OLE color: 7037718.
HSL color Cylindrical-coordinate representation of color #16636B: hue angle of 185.65º 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 #16636B is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 99 | 107 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.58 |
| HSL | 185.65º | 0.66% | 0.25% | - |
| HSV(B) | 185.65º | 0.79% | 0.42% | - |
| XYZ | 7.45 | 10.16 | 15.48 | - |
| YUV | 76.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 107 | 0.79 | 0.07 | 0 | 0.58 | 185.65 | 0.66 | 0.25 |
| Hex | 16 | 63 | 6B | 4F | 7 | 0 | 3A | BA | 42 | 19 |
| Octal | 26 | 143 | 153 | 117 | 7 | 0 | 72 | 272 | 102 | 31 |
| Binary | 10110 | 1100011 | 1101011 | 1001111 | 111 | 0 | 111010 | 10111010 | 1000010 | 11001 |
Color Harmonies of #16636B
Complementary color
Monochromatic Colors of #16636B
Black with #16636B
Text Example
Text Example
White with #16636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16636B; }
p { color: rgb(22,99,107); }
H1.HeaderClassName
{
color: #16636B;
}
.AnyTagClassName
{
color: #16636B;
}
</style>
background-color css
<style>
a { background-color: #16636B; }
a { background-color: rgb(22,99,107); }
div.DivClassName
{
background-color: #16636B;
}
.BgClassName
{
background-color: #16636B;
}
</style>
border-color css
<style>
span { border-color: #16636B; }
span { border-color: rgb(22,99,107); }
td.TdClassName
{
border-color: #16636B;
}
.TagClassName
{
border-color: #16636B;
}
</style>