Shades of Blue Stone #16615C
Tints of Blue Stone #16615C
RGB
CMYK
RGB Variations
Color information
#16615C (or 0x16615C) is known color: Blue Stone. HEX triplet: 16, 61 and 5C. RGB value is (22,97,92). Sum of RGB (Red+Green+Blue) = 22+97+92=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #16615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16615C is #E99EA3. Grayscale: #494949. Windows color (decimal): -15310500 or 6054166. OLE color: 6054166.
HSL color Cylindrical-coordinate representation of color #16615C: hue angle of 176º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16615C is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 92 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.62 |
| HSL | 176º | 0.63% | 0.23% | - |
| HSV(B) | 176º | 0.77% | 0.38% | - |
| XYZ | 6.54 | 9.49 | 11.61 | - |
| YUV | 74.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 92 | 0.77 | 0 | 0.05 | 0.62 | 176 | 0.63 | 0.23 |
| Hex | 16 | 61 | 5C | 4D | 0 | 5 | 3E | B0 | 3F | 17 |
| Octal | 26 | 141 | 134 | 115 | 0 | 5 | 76 | 260 | 77 | 27 |
| Binary | 10110 | 1100001 | 1011100 | 1001101 | 0 | 101 | 111110 | 10110000 | 111111 | 10111 |
Color Harmonies of #16615C
Complementary color
Monochromatic Colors of #16615C
Black with #16615C
Text Example
Text Example
White with #16615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16615C; }
p { color: rgb(22,97,92); }
H1.HeaderClassName
{
color: #16615C;
}
.AnyTagClassName
{
color: #16615C;
}
</style>
background-color css
<style>
a { background-color: #16615C; }
a { background-color: rgb(22,97,92); }
div.DivClassName
{
background-color: #16615C;
}
.BgClassName
{
background-color: #16615C;
}
</style>
border-color css
<style>
span { border-color: #16615C; }
span { border-color: rgb(22,97,92); }
td.TdClassName
{
border-color: #16615C;
}
.TagClassName
{
border-color: #16615C;
}
</style>