Shades of Elm #206F6C
Tints of Elm #206F6C
RGB
CMYK
RGB Variations
Color information
#206F6C (or 0x206F6C) is known color: Elm. HEX triplet: 20, 6F and 6C. RGB value is (32,111,108). Sum of RGB (Red+Green+Blue) = 32+111+108=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #206F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F6C is #DF9093. Grayscale: #565656. Windows color (decimal): -14651540 or 7106336. OLE color: 7106336.
HSL color Cylindrical-coordinate representation of color #206F6C: hue angle of 177.72º 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 #206F6C is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 108 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.56 |
| HSL | 177.72º | 0.55% | 0.28% | - |
| HSV(B) | 177.72º | 0.71% | 0.44% | - |
| XYZ | 8.99 | 12.76 | 16.18 | - |
| YUV | 87.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 108 | 0.71 | 0 | 0.03 | 0.56 | 177.72 | 0.55 | 0.28 |
| Hex | 20 | 6F | 6C | 47 | 0 | 3 | 38 | B2 | 37 | 1C |
| Octal | 40 | 157 | 154 | 107 | 0 | 3 | 70 | 262 | 67 | 34 |
| Binary | 100000 | 1101111 | 1101100 | 1000111 | 0 | 11 | 111000 | 10110010 | 110111 | 11100 |
Color Harmonies of #206F6C
Complementary color
Monochromatic Colors of #206F6C
Black with #206F6C
Text Example
Text Example
White with #206F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F6C; }
p { color: rgb(32,111,108); }
H1.HeaderClassName
{
color: #206F6C;
}
.AnyTagClassName
{
color: #206F6C;
}
</style>
background-color css
<style>
a { background-color: #206F6C; }
a { background-color: rgb(32,111,108); }
div.DivClassName
{
background-color: #206F6C;
}
.BgClassName
{
background-color: #206F6C;
}
</style>
border-color css
<style>
span { border-color: #206F6C; }
span { border-color: rgb(32,111,108); }
td.TdClassName
{
border-color: #206F6C;
}
.TagClassName
{
border-color: #206F6C;
}
</style>