Shades of Blue Stone #206F62
Tints of Blue Stone #206F62
RGB
CMYK
RGB Variations
Color information
#206F62 (or 0x206F62) is known color: Blue Stone. HEX triplet: 20, 6F and 62. RGB value is (32,111,98). Sum of RGB (Red+Green+Blue) = 32+111+98=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #206F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F62 is #DF909D. Grayscale: #555555. Windows color (decimal): -14651550 or 6450976. OLE color: 6450976.
HSL color Cylindrical-coordinate representation of color #206F62: hue angle of 170.13º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F62 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 98 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.56 |
| HSL | 170.13º | 0.55% | 0.28% | - |
| HSV(B) | 170.13º | 0.71% | 0.44% | - |
| XYZ | 8.48 | 12.56 | 13.53 | - |
| YUV | 85.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 98 | 0.71 | 0 | 0.12 | 0.56 | 170.13 | 0.55 | 0.28 |
| Hex | 20 | 6F | 62 | 47 | 0 | C | 38 | AA | 37 | 1C |
| Octal | 40 | 157 | 142 | 107 | 0 | 14 | 70 | 252 | 67 | 34 |
| Binary | 100000 | 1101111 | 1100010 | 1000111 | 0 | 1100 | 111000 | 10101010 | 110111 | 11100 |
Color Harmonies of #206F62
Complementary color
Monochromatic Colors of #206F62
Black with #206F62
Text Example
Text Example
White with #206F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F62; }
p { color: rgb(32,111,98); }
H1.HeaderClassName
{
color: #206F62;
}
.AnyTagClassName
{
color: #206F62;
}
</style>
background-color css
<style>
a { background-color: #206F62; }
a { background-color: rgb(32,111,98); }
div.DivClassName
{
background-color: #206F62;
}
.BgClassName
{
background-color: #206F62;
}
</style>
border-color css
<style>
span { border-color: #206F62; }
span { border-color: rgb(32,111,98); }
td.TdClassName
{
border-color: #206F62;
}
.TagClassName
{
border-color: #206F62;
}
</style>