Shades of Blue Stone #15695E
Tints of Blue Stone #15695E
RGB
CMYK
RGB Variations
Color information
#15695E (or 0x15695E) is known color: Blue Stone. HEX triplet: 15, 69 and 5E. RGB value is (21,105,94). Sum of RGB (Red+Green+Blue) = 21+105+94=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #15695E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15695E is #EA96A1. Grayscale: #4E4E4E. Windows color (decimal): -15373986 or 6187285. OLE color: 6187285.
HSL color Cylindrical-coordinate representation of color #15695E: hue angle of 172.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15695E is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 105 | 94 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.59 |
| HSL | 172.14º | 0.67% | 0.25% | - |
| HSV(B) | 172.14º | 0.8% | 0.41% | - |
| XYZ | 7.38 | 11.07 | 12.34 | - |
| YUV | 78.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 94 | 0.80 | 0 | 0.10 | 0.59 | 172.14 | 0.67 | 0.25 |
| Hex | 15 | 69 | 5E | 50 | 0 | A | 3B | AC | 43 | 19 |
| Octal | 25 | 151 | 136 | 120 | 0 | 12 | 73 | 254 | 103 | 31 |
| Binary | 10101 | 1101001 | 1011110 | 1010000 | 0 | 1010 | 111011 | 10101100 | 1000011 | 11001 |
Color Harmonies of #15695E
Complementary color
Monochromatic Colors of #15695E
Black with #15695E
Text Example
Text Example
White with #15695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15695E; }
p { color: rgb(21,105,94); }
H1.HeaderClassName
{
color: #15695E;
}
.AnyTagClassName
{
color: #15695E;
}
</style>
background-color css
<style>
a { background-color: #15695E; }
a { background-color: rgb(21,105,94); }
div.DivClassName
{
background-color: #15695E;
}
.BgClassName
{
background-color: #15695E;
}
</style>
border-color css
<style>
span { border-color: #15695E; }
span { border-color: rgb(21,105,94); }
td.TdClassName
{
border-color: #15695E;
}
.TagClassName
{
border-color: #15695E;
}
</style>