Shades of Blue Stone #16686B
Tints of Blue Stone #16686B
RGB
CMYK
RGB Variations
Color information
#16686B (or 0x16686B) is known color: Blue Stone. HEX triplet: 16, 68 and 6B. RGB value is (22,104,107). Sum of RGB (Red+Green+Blue) = 22+104+107=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #16686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16686B is #E99794. Grayscale: #4F4F4F. Windows color (decimal): -15308693 or 7038998. OLE color: 7038998.
HSL color Cylindrical-coordinate representation of color #16686B: hue angle of 182.12º 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 #16686B is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 104 | 107 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.58 |
| HSL | 182.12º | 0.66% | 0.25% | - |
| HSV(B) | 182.12º | 0.79% | 0.42% | - |
| XYZ | 7.94 | 11.13 | 15.64 | - |
| YUV | 79.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 107 | 0.79 | 0.03 | 0 | 0.58 | 182.12 | 0.66 | 0.25 |
| Hex | 16 | 68 | 6B | 4F | 3 | 0 | 3A | B6 | 42 | 19 |
| Octal | 26 | 150 | 153 | 117 | 3 | 0 | 72 | 266 | 102 | 31 |
| Binary | 10110 | 1101000 | 1101011 | 1001111 | 11 | 0 | 111010 | 10110110 | 1000010 | 11001 |
Color Harmonies of #16686B
Complementary color
Monochromatic Colors of #16686B
Black with #16686B
Text Example
Text Example
White with #16686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16686B; }
p { color: rgb(22,104,107); }
H1.HeaderClassName
{
color: #16686B;
}
.AnyTagClassName
{
color: #16686B;
}
</style>
background-color css
<style>
a { background-color: #16686B; }
a { background-color: rgb(22,104,107); }
div.DivClassName
{
background-color: #16686B;
}
.BgClassName
{
background-color: #16686B;
}
</style>
border-color css
<style>
span { border-color: #16686B; }
span { border-color: rgb(22,104,107); }
td.TdClassName
{
border-color: #16686B;
}
.TagClassName
{
border-color: #16686B;
}
</style>