Shades of Blue Stone #16686C
Tints of Blue Stone #16686C
RGB
CMYK
RGB Variations
Color information
#16686C (or 0x16686C) is known color: Blue Stone. HEX triplet: 16, 68 and 6C. RGB value is (22,104,108). Sum of RGB (Red+Green+Blue) = 22+104+108=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #16686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16686C is #E99793. Grayscale: #4F4F4F. Windows color (decimal): -15308692 or 7104534. OLE color: 7104534.
HSL color Cylindrical-coordinate representation of color #16686C: hue angle of 182.79º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16686C is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 104 | 108 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.58 |
| HSL | 182.79º | 0.66% | 0.25% | - |
| HSV(B) | 182.79º | 0.8% | 0.42% | - |
| XYZ | 7.99 | 11.15 | 15.92 | - |
| YUV | 79.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 108 | 0.80 | 0.04 | 0 | 0.58 | 182.79 | 0.66 | 0.25 |
| Hex | 16 | 68 | 6C | 50 | 4 | 0 | 3A | B7 | 42 | 19 |
| Octal | 26 | 150 | 154 | 120 | 4 | 0 | 72 | 267 | 102 | 31 |
| Binary | 10110 | 1101000 | 1101100 | 1010000 | 100 | 0 | 111010 | 10110111 | 1000010 | 11001 |
Color Harmonies of #16686C
Complementary color
Monochromatic Colors of #16686C
Black with #16686C
Text Example
Text Example
White with #16686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16686C; }
p { color: rgb(22,104,108); }
H1.HeaderClassName
{
color: #16686C;
}
.AnyTagClassName
{
color: #16686C;
}
</style>
background-color css
<style>
a { background-color: #16686C; }
a { background-color: rgb(22,104,108); }
div.DivClassName
{
background-color: #16686C;
}
.BgClassName
{
background-color: #16686C;
}
</style>
border-color css
<style>
span { border-color: #16686C; }
span { border-color: rgb(22,104,108); }
td.TdClassName
{
border-color: #16686C;
}
.TagClassName
{
border-color: #16686C;
}
</style>