Shades of Elm #206E6F
Tints of Elm #206E6F
RGB
CMYK
RGB Variations
Color information
#206E6F (or 0x206E6F) is known color: Elm. HEX triplet: 20, 6E and 6F. RGB value is (32,110,111). Sum of RGB (Red+Green+Blue) = 32+110+111=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #206E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206E6F is #DF9190. Grayscale: #565656. Windows color (decimal): -14651793 or 7302688. OLE color: 7302688.
HSL color Cylindrical-coordinate representation of color #206E6F: hue angle of 180.76º 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 #206E6F is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 110 | 111 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.56 |
| HSL | 180.76º | 0.55% | 0.28% | - |
| HSV(B) | 180.76º | 0.71% | 0.44% | - |
| XYZ | 9.04 | 12.61 | 17 | - |
| YUV | 86.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 111 | 0.71 | 0.01 | 0 | 0.56 | 180.76 | 0.55 | 0.28 |
| Hex | 20 | 6E | 6F | 47 | 1 | 0 | 38 | B5 | 37 | 1C |
| Octal | 40 | 156 | 157 | 107 | 1 | 0 | 70 | 265 | 67 | 34 |
| Binary | 100000 | 1101110 | 1101111 | 1000111 | 1 | 0 | 111000 | 10110101 | 110111 | 11100 |
Color Harmonies of #206E6F
Complementary color
Monochromatic Colors of #206E6F
Black with #206E6F
Text Example
Text Example
White with #206E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E6F; }
p { color: rgb(32,110,111); }
H1.HeaderClassName
{
color: #206E6F;
}
.AnyTagClassName
{
color: #206E6F;
}
</style>
background-color css
<style>
a { background-color: #206E6F; }
a { background-color: rgb(32,110,111); }
div.DivClassName
{
background-color: #206E6F;
}
.BgClassName
{
background-color: #206E6F;
}
</style>
border-color css
<style>
span { border-color: #206E6F; }
span { border-color: rgb(32,110,111); }
td.TdClassName
{
border-color: #206E6F;
}
.TagClassName
{
border-color: #206E6F;
}
</style>