Shades of Blue Stone #16696B
Tints of Blue Stone #16696B
RGB
CMYK
RGB Variations
Color information
#16696B (or 0x16696B) is known color: Blue Stone. HEX triplet: 16, 69 and 6B. RGB value is (22,105,107). Sum of RGB (Red+Green+Blue) = 22+105+107=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #16696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16696B is #E99694. Grayscale: #505050. Windows color (decimal): -15308437 or 7039254. OLE color: 7039254.
HSL color Cylindrical-coordinate representation of color #16696B: hue angle of 181.41º 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 #16696B is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 105 | 107 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.58 |
| HSL | 181.41º | 0.66% | 0.25% | - |
| HSV(B) | 181.41º | 0.79% | 0.42% | - |
| XYZ | 8.04 | 11.34 | 15.67 | - |
| YUV | 80.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 107 | 0.79 | 0.02 | 0 | 0.58 | 181.41 | 0.66 | 0.25 |
| Hex | 16 | 69 | 6B | 4F | 2 | 0 | 3A | B5 | 42 | 19 |
| Octal | 26 | 151 | 153 | 117 | 2 | 0 | 72 | 265 | 102 | 31 |
| Binary | 10110 | 1101001 | 1101011 | 1001111 | 10 | 0 | 111010 | 10110101 | 1000010 | 11001 |
Color Harmonies of #16696B
Complementary color
Monochromatic Colors of #16696B
Black with #16696B
Text Example
Text Example
White with #16696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16696B; }
p { color: rgb(22,105,107); }
H1.HeaderClassName
{
color: #16696B;
}
.AnyTagClassName
{
color: #16696B;
}
</style>
background-color css
<style>
a { background-color: #16696B; }
a { background-color: rgb(22,105,107); }
div.DivClassName
{
background-color: #16696B;
}
.BgClassName
{
background-color: #16696B;
}
</style>
border-color css
<style>
span { border-color: #16696B; }
span { border-color: rgb(22,105,107); }
td.TdClassName
{
border-color: #16696B;
}
.TagClassName
{
border-color: #16696B;
}
</style>