Shades of Blue Stone #20615B
Tints of Blue Stone #20615B
RGB
CMYK
RGB Variations
Color information
#20615B (or 0x20615B) is known color: Blue Stone. HEX triplet: 20, 61 and 5B. RGB value is (32,97,91). Sum of RGB (Red+Green+Blue) = 32+97+91=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #20615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20615B is #DF9EA4. Grayscale: #4C4C4C. Windows color (decimal): -14655141 or 5988640. OLE color: 5988640.
HSL color Cylindrical-coordinate representation of color #20615B: hue angle of 174.46º 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 #20615B is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 97 | 91 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.62 |
| HSL | 174.46º | 0.5% | 0.25% | - |
| HSV(B) | 174.46º | 0.67% | 0.38% | - |
| XYZ | 6.76 | 9.61 | 11.4 | - |
| YUV | 76.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 91 | 0.67 | 0 | 0.06 | 0.62 | 174.46 | 0.5 | 0.25 |
| Hex | 20 | 61 | 5B | 43 | 0 | 6 | 3E | AE | 32 | 19 |
| Octal | 40 | 141 | 133 | 103 | 0 | 6 | 76 | 256 | 62 | 31 |
| Binary | 100000 | 1100001 | 1011011 | 1000011 | 0 | 110 | 111110 | 10101110 | 110010 | 11001 |
Color Harmonies of #20615B
Complementary color
Monochromatic Colors of #20615B
Black with #20615B
Text Example
Text Example
White with #20615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20615B; }
p { color: rgb(32,97,91); }
H1.HeaderClassName
{
color: #20615B;
}
.AnyTagClassName
{
color: #20615B;
}
</style>
background-color css
<style>
a { background-color: #20615B; }
a { background-color: rgb(32,97,91); }
div.DivClassName
{
background-color: #20615B;
}
.BgClassName
{
background-color: #20615B;
}
</style>
border-color css
<style>
span { border-color: #20615B; }
span { border-color: rgb(32,97,91); }
td.TdClassName
{
border-color: #20615B;
}
.TagClassName
{
border-color: #20615B;
}
</style>