Shades of Blue Stone #206D6B
Tints of Blue Stone #206D6B
RGB
CMYK
RGB Variations
Color information
#206D6B (or 0x206D6B) is known color: Blue Stone. HEX triplet: 20, 6D and 6B. RGB value is (32,109,107). Sum of RGB (Red+Green+Blue) = 32+109+107=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #206D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D6B is #DF9294. Grayscale: #555555. Windows color (decimal): -14652053 or 7040288. OLE color: 7040288.
HSL color Cylindrical-coordinate representation of color #206D6B: hue angle of 178.44º 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 #206D6B is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 109 | 107 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.57 |
| HSL | 178.44º | 0.55% | 0.28% | - |
| HSV(B) | 178.44º | 0.71% | 0.43% | - |
| XYZ | 8.72 | 12.31 | 15.83 | - |
| YUV | 85.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 107 | 0.71 | 0 | 0.02 | 0.57 | 178.44 | 0.55 | 0.28 |
| Hex | 20 | 6D | 6B | 47 | 0 | 2 | 39 | B2 | 37 | 1C |
| Octal | 40 | 155 | 153 | 107 | 0 | 2 | 71 | 262 | 67 | 34 |
| Binary | 100000 | 1101101 | 1101011 | 1000111 | 0 | 10 | 111001 | 10110010 | 110111 | 11100 |
Color Harmonies of #206D6B
Complementary color
Monochromatic Colors of #206D6B
Black with #206D6B
Text Example
Text Example
White with #206D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D6B; }
p { color: rgb(32,109,107); }
H1.HeaderClassName
{
color: #206D6B;
}
.AnyTagClassName
{
color: #206D6B;
}
</style>
background-color css
<style>
a { background-color: #206D6B; }
a { background-color: rgb(32,109,107); }
div.DivClassName
{
background-color: #206D6B;
}
.BgClassName
{
background-color: #206D6B;
}
</style>
border-color css
<style>
span { border-color: #206D6B; }
span { border-color: rgb(32,109,107); }
td.TdClassName
{
border-color: #206D6B;
}
.TagClassName
{
border-color: #206D6B;
}
</style>