Shades of Blue Stone #206E63
Tints of Blue Stone #206E63
RGB
CMYK
RGB Variations
Color information
#206E63 (or 0x206E63) is known color: Blue Stone. HEX triplet: 20, 6E and 63. RGB value is (32,110,99). Sum of RGB (Red+Green+Blue) = 32+110+99=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #206E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206E63 is #DF919C. Grayscale: #555555. Windows color (decimal): -14651805 or 6516256. OLE color: 6516256.
HSL color Cylindrical-coordinate representation of color #206E63: hue angle of 171.54º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206E63 is Cyan = 0.71, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 110 | 99 | - |
| CMYK | 0.71 | 0 | 0.1 | 0.57 |
| HSL | 171.54º | 0.55% | 0.28% | - |
| HSV(B) | 171.54º | 0.71% | 0.43% | - |
| XYZ | 8.42 | 12.36 | 13.75 | - |
| YUV | 85.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 99 | 0.71 | 0 | 0.1 | 0.57 | 171.54 | 0.55 | 0.28 |
| Hex | 20 | 6E | 63 | 47 | 0 | A | 39 | AC | 37 | 1C |
| Octal | 40 | 156 | 143 | 107 | 0 | 12 | 71 | 254 | 67 | 34 |
| Binary | 100000 | 1101110 | 1100011 | 1000111 | 0 | 1010 | 111001 | 10101100 | 110111 | 11100 |
Color Harmonies of #206E63
Complementary color
Monochromatic Colors of #206E63
Black with #206E63
Text Example
Text Example
White with #206E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E63; }
p { color: rgb(32,110,99); }
H1.HeaderClassName
{
color: #206E63;
}
.AnyTagClassName
{
color: #206E63;
}
</style>
background-color css
<style>
a { background-color: #206E63; }
a { background-color: rgb(32,110,99); }
div.DivClassName
{
background-color: #206E63;
}
.BgClassName
{
background-color: #206E63;
}
</style>
border-color css
<style>
span { border-color: #206E63; }
span { border-color: rgb(32,110,99); }
td.TdClassName
{
border-color: #206E63;
}
.TagClassName
{
border-color: #206E63;
}
</style>