Shades of Blue Stone #16685F
Tints of Blue Stone #16685F
RGB
CMYK
RGB Variations
Color information
#16685F (or 0x16685F) is known color: Blue Stone. HEX triplet: 16, 68 and 5F. RGB value is (22,104,95). Sum of RGB (Red+Green+Blue) = 22+104+95=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #16685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16685F is #E997A0. Grayscale: #4E4E4E. Windows color (decimal): -15308705 or 6252566. OLE color: 6252566.
HSL color Cylindrical-coordinate representation of color #16685F: hue angle of 173.41º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16685F is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 104 | 95 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.59 |
| HSL | 173.41º | 0.65% | 0.25% | - |
| HSV(B) | 173.41º | 0.79% | 0.41% | - |
| XYZ | 7.35 | 10.9 | 12.54 | - |
| YUV | 78.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 95 | 0.79 | 0 | 0.09 | 0.59 | 173.41 | 0.65 | 0.25 |
| Hex | 16 | 68 | 5F | 4F | 0 | 9 | 3B | AD | 41 | 19 |
| Octal | 26 | 150 | 137 | 117 | 0 | 11 | 73 | 255 | 101 | 31 |
| Binary | 10110 | 1101000 | 1011111 | 1001111 | 0 | 1001 | 111011 | 10101101 | 1000001 | 11001 |
Color Harmonies of #16685F
Complementary color
Monochromatic Colors of #16685F
Black with #16685F
Text Example
Text Example
White with #16685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16685F; }
p { color: rgb(22,104,95); }
H1.HeaderClassName
{
color: #16685F;
}
.AnyTagClassName
{
color: #16685F;
}
</style>
background-color css
<style>
a { background-color: #16685F; }
a { background-color: rgb(22,104,95); }
div.DivClassName
{
background-color: #16685F;
}
.BgClassName
{
background-color: #16685F;
}
</style>
border-color css
<style>
span { border-color: #16685F; }
span { border-color: rgb(22,104,95); }
td.TdClassName
{
border-color: #16685F;
}
.TagClassName
{
border-color: #16685F;
}
</style>