Shades of Downy #6EE9CD
Tints of Downy #6EE9CD
RGB
CMYK
RGB Variations
Color information
#6EE9CD (or 0x6EE9CD) is known color: Downy. HEX triplet: 6E, E9 and CD. RGB value is (110,233,205). Sum of RGB (Red+Green+Blue) = 110+233+205=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #6EE9CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE9CD is #911632. Grayscale: #C1C1C1. Windows color (decimal): -9508403 or 13494638. OLE color: 13494638.
HSL color Cylindrical-coordinate representation of color #6EE9CD: hue angle of 166.34º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EE9CD is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 233 | 205 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.09 |
| HSL | 166.34º | 0.74% | 0.67% | - |
| HSV(B) | 166.34º | 0.53% | 0.91% | - |
| XYZ | 46.59 | 66 | 68.04 | - |
| YUV | 193.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 233 | 205 | 0.53 | 0 | 0.12 | 0.09 | 166.34 | 0.74 | 0.67 |
| Hex | 6E | E9 | CD | 35 | 0 | C | 9 | A6 | 4A | 43 |
| Octal | 156 | 351 | 315 | 65 | 0 | 14 | 11 | 246 | 112 | 103 |
| Binary | 1101110 | 11101001 | 11001101 | 110101 | 0 | 1100 | 1001 | 10100110 | 1001010 | 1000011 |
Color Harmonies of #6EE9CD
Complementary color
Monochromatic Colors of #6EE9CD
Black with #6EE9CD
Text Example
Text Example
White with #6EE9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE9CD; }
p { color: rgb(110,233,205); }
H1.HeaderClassName
{
color: #6EE9CD;
}
.AnyTagClassName
{
color: #6EE9CD;
}
</style>
background-color css
<style>
a { background-color: #6EE9CD; }
a { background-color: rgb(110,233,205); }
div.DivClassName
{
background-color: #6EE9CD;
}
.BgClassName
{
background-color: #6EE9CD;
}
</style>
border-color css
<style>
span { border-color: #6EE9CD; }
span { border-color: rgb(110,233,205); }
td.TdClassName
{
border-color: #6EE9CD;
}
.TagClassName
{
border-color: #6EE9CD;
}
</style>