Shades of Blue Stone #15616D
Tints of Blue Stone #15616D
RGB
CMYK
RGB Variations
Color information
#15616D (or 0x15616D) is known color: Blue Stone. HEX triplet: 15, 61 and 6D. RGB value is (21,97,109). Sum of RGB (Red+Green+Blue) = 21+97+109=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #15616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15616D is #EA9E92. Grayscale: #4B4B4B. Windows color (decimal): -15376019 or 7168277. OLE color: 7168277.
HSL color Cylindrical-coordinate representation of color #15616D: hue angle of 188.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15616D is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 97 | 109 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.57 |
| HSL | 188.18º | 0.68% | 0.25% | - |
| HSV(B) | 188.18º | 0.81% | 0.43% | - |
| XYZ | 7.34 | 9.81 | 15.98 | - |
| YUV | 75.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 109 | 0.81 | 0.11 | 0 | 0.57 | 188.18 | 0.68 | 0.25 |
| Hex | 15 | 61 | 6D | 51 | B | 0 | 39 | BC | 44 | 19 |
| Octal | 25 | 141 | 155 | 121 | 13 | 0 | 71 | 274 | 104 | 31 |
| Binary | 10101 | 1100001 | 1101101 | 1010001 | 1011 | 0 | 111001 | 10111100 | 1000100 | 11001 |
Color Harmonies of #15616D
Complementary color
Monochromatic Colors of #15616D
Black with #15616D
Text Example
Text Example
White with #15616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15616D; }
p { color: rgb(21,97,109); }
H1.HeaderClassName
{
color: #15616D;
}
.AnyTagClassName
{
color: #15616D;
}
</style>
background-color css
<style>
a { background-color: #15616D; }
a { background-color: rgb(21,97,109); }
div.DivClassName
{
background-color: #15616D;
}
.BgClassName
{
background-color: #15616D;
}
</style>
border-color css
<style>
span { border-color: #15616D; }
span { border-color: rgb(21,97,109); }
td.TdClassName
{
border-color: #15616D;
}
.TagClassName
{
border-color: #15616D;
}
</style>