Shades of Blue Stone #20615F
Tints of Blue Stone #20615F
RGB
CMYK
RGB Variations
Color information
#20615F (or 0x20615F) is known color: Blue Stone. HEX triplet: 20, 61 and 5F. RGB value is (32,97,95). Sum of RGB (Red+Green+Blue) = 32+97+95=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #20615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20615F is #DF9EA0. Grayscale: #4D4D4D. Windows color (decimal): -14655137 or 6250784. OLE color: 6250784.
HSL color Cylindrical-coordinate representation of color #20615F: hue angle of 178.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20615F is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 97 | 95 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.62 |
| HSL | 178.15º | 0.5% | 0.25% | - |
| HSV(B) | 178.15º | 0.67% | 0.38% | - |
| XYZ | 6.94 | 9.68 | 12.33 | - |
| YUV | 77.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 95 | 0.67 | 0 | 0.02 | 0.62 | 178.15 | 0.5 | 0.25 |
| Hex | 20 | 61 | 5F | 43 | 0 | 2 | 3E | B2 | 32 | 19 |
| Octal | 40 | 141 | 137 | 103 | 0 | 2 | 76 | 262 | 62 | 31 |
| Binary | 100000 | 1100001 | 1011111 | 1000011 | 0 | 10 | 111110 | 10110010 | 110010 | 11001 |
Color Harmonies of #20615F
Complementary color
Monochromatic Colors of #20615F
Black with #20615F
Text Example
Text Example
White with #20615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20615F; }
p { color: rgb(32,97,95); }
H1.HeaderClassName
{
color: #20615F;
}
.AnyTagClassName
{
color: #20615F;
}
</style>
background-color css
<style>
a { background-color: #20615F; }
a { background-color: rgb(32,97,95); }
div.DivClassName
{
background-color: #20615F;
}
.BgClassName
{
background-color: #20615F;
}
</style>
border-color css
<style>
span { border-color: #20615F; }
span { border-color: rgb(32,97,95); }
td.TdClassName
{
border-color: #20615F;
}
.TagClassName
{
border-color: #20615F;
}
</style>