Shades of Blue Stone #206D62
Tints of Blue Stone #206D62
RGB
CMYK
RGB Variations
Color information
#206D62 (or 0x206D62) is known color: Blue Stone. HEX triplet: 20, 6D and 62. RGB value is (32,109,98). Sum of RGB (Red+Green+Blue) = 32+109+98=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #206D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D62 is #DF929D. Grayscale: #545454. Windows color (decimal): -14652062 or 6450464. OLE color: 6450464.
HSL color Cylindrical-coordinate representation of color #206D62: hue angle of 171.43º 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 #206D62 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 109 | 98 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.57 |
| HSL | 171.43º | 0.55% | 0.28% | - |
| HSV(B) | 171.43º | 0.71% | 0.43% | - |
| XYZ | 8.27 | 12.13 | 13.46 | - |
| YUV | 84.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 98 | 0.71 | 0 | 0.10 | 0.57 | 171.43 | 0.55 | 0.28 |
| Hex | 20 | 6D | 62 | 47 | 0 | A | 39 | AB | 37 | 1C |
| Octal | 40 | 155 | 142 | 107 | 0 | 12 | 71 | 253 | 67 | 34 |
| Binary | 100000 | 1101101 | 1100010 | 1000111 | 0 | 1010 | 111001 | 10101011 | 110111 | 11100 |
Color Harmonies of #206D62
Complementary color
Monochromatic Colors of #206D62
Black with #206D62
Text Example
Text Example
White with #206D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D62; }
p { color: rgb(32,109,98); }
H1.HeaderClassName
{
color: #206D62;
}
.AnyTagClassName
{
color: #206D62;
}
</style>
background-color css
<style>
a { background-color: #206D62; }
a { background-color: rgb(32,109,98); }
div.DivClassName
{
background-color: #206D62;
}
.BgClassName
{
background-color: #206D62;
}
</style>
border-color css
<style>
span { border-color: #206D62; }
span { border-color: rgb(32,109,98); }
td.TdClassName
{
border-color: #206D62;
}
.TagClassName
{
border-color: #206D62;
}
</style>