Shades of Blue Stone #16685C
Tints of Blue Stone #16685C
RGB
CMYK
RGB Variations
Color information
#16685C (or 0x16685C) is known color: Blue Stone. HEX triplet: 16, 68 and 5C. RGB value is (22,104,92). Sum of RGB (Red+Green+Blue) = 22+104+92=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #16685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16685C is #E997A3. Grayscale: #4E4E4E. Windows color (decimal): -15308708 or 6055958. OLE color: 6055958.
HSL color Cylindrical-coordinate representation of color #16685C: hue angle of 171.22º 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 #16685C is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 104 | 92 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.59 |
| HSL | 171.22º | 0.65% | 0.25% | - |
| HSV(B) | 171.22º | 0.79% | 0.41% | - |
| XYZ | 7.21 | 10.84 | 11.84 | - |
| YUV | 78.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 92 | 0.79 | 0 | 0.12 | 0.59 | 171.22 | 0.65 | 0.25 |
| Hex | 16 | 68 | 5C | 4F | 0 | C | 3B | AB | 41 | 19 |
| Octal | 26 | 150 | 134 | 117 | 0 | 14 | 73 | 253 | 101 | 31 |
| Binary | 10110 | 1101000 | 1011100 | 1001111 | 0 | 1100 | 111011 | 10101011 | 1000001 | 11001 |
Color Harmonies of #16685C
Complementary color
Monochromatic Colors of #16685C
Black with #16685C
Text Example
Text Example
White with #16685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16685C; }
p { color: rgb(22,104,92); }
H1.HeaderClassName
{
color: #16685C;
}
.AnyTagClassName
{
color: #16685C;
}
</style>
background-color css
<style>
a { background-color: #16685C; }
a { background-color: rgb(22,104,92); }
div.DivClassName
{
background-color: #16685C;
}
.BgClassName
{
background-color: #16685C;
}
</style>
border-color css
<style>
span { border-color: #16685C; }
span { border-color: rgb(22,104,92); }
td.TdClassName
{
border-color: #16685C;
}
.TagClassName
{
border-color: #16685C;
}
</style>