Shades of Blue Stone #206B61
Tints of Blue Stone #206B61
RGB
CMYK
RGB Variations
Color information
#206B61 (or 0x206B61) is known color: Blue Stone. HEX triplet: 20, 6B and 61. RGB value is (32,107,97). Sum of RGB (Red+Green+Blue) = 32+107+97=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #206B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B61 is #DF949E. Grayscale: #535353. Windows color (decimal): -14652575 or 6384416. OLE color: 6384416.
HSL color Cylindrical-coordinate representation of color #206B61: hue angle of 172º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206B61 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 107 | 97 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.58 |
| HSL | 172º | 0.54% | 0.27% | - |
| HSV(B) | 172º | 0.7% | 0.42% | - |
| XYZ | 8.01 | 11.69 | 13.14 | - |
| YUV | 83.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 97 | 0.70 | 0 | 0.09 | 0.58 | 172 | 0.54 | 0.27 |
| Hex | 20 | 6B | 61 | 46 | 0 | 9 | 3A | AC | 36 | 1B |
| Octal | 40 | 153 | 141 | 106 | 0 | 11 | 72 | 254 | 66 | 33 |
| Binary | 100000 | 1101011 | 1100001 | 1000110 | 0 | 1001 | 111010 | 10101100 | 110110 | 11011 |
Color Harmonies of #206B61
Complementary color
Monochromatic Colors of #206B61
Black with #206B61
Text Example
Text Example
White with #206B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B61; }
p { color: rgb(32,107,97); }
H1.HeaderClassName
{
color: #206B61;
}
.AnyTagClassName
{
color: #206B61;
}
</style>
background-color css
<style>
a { background-color: #206B61; }
a { background-color: rgb(32,107,97); }
div.DivClassName
{
background-color: #206B61;
}
.BgClassName
{
background-color: #206B61;
}
</style>
border-color css
<style>
span { border-color: #206B61; }
span { border-color: rgb(32,107,97); }
td.TdClassName
{
border-color: #206B61;
}
.TagClassName
{
border-color: #206B61;
}
</style>