Shades of Downy #6EEACD
Tints of Downy #6EEACD
RGB
CMYK
RGB Variations
Color information
#6EEACD (or 0x6EEACD) is known color: Downy. HEX triplet: 6E, EA and CD. RGB value is (110,234,205). Sum of RGB (Red+Green+Blue) = 110+234+205=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEACD is #911532. Grayscale: #C1C1C1. Windows color (decimal): -9508147 or 13494894. OLE color: 13494894.
HSL color Cylindrical-coordinate representation of color #6EEACD: hue angle of 165.97º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEACD is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 205 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.08 |
| HSL | 165.97º | 0.75% | 0.67% | - |
| HSV(B) | 165.97º | 0.53% | 0.92% | - |
| XYZ | 46.87 | 66.57 | 68.14 | - |
| YUV | 193.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 205 | 0.53 | 0 | 0.12 | 0.08 | 165.97 | 0.75 | 0.67 |
| Hex | 6E | EA | CD | 35 | 0 | C | 8 | A6 | 4B | 43 |
| Octal | 156 | 352 | 315 | 65 | 0 | 14 | 10 | 246 | 113 | 103 |
| Binary | 1101110 | 11101010 | 11001101 | 110101 | 0 | 1100 | 1000 | 10100110 | 1001011 | 1000011 |
Color Harmonies of #6EEACD
Complementary color
Monochromatic Colors of #6EEACD
Black with #6EEACD
Text Example
Text Example
White with #6EEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEACD; }
p { color: rgb(110,234,205); }
H1.HeaderClassName
{
color: #6EEACD;
}
.AnyTagClassName
{
color: #6EEACD;
}
</style>
background-color css
<style>
a { background-color: #6EEACD; }
a { background-color: rgb(110,234,205); }
div.DivClassName
{
background-color: #6EEACD;
}
.BgClassName
{
background-color: #6EEACD;
}
</style>
border-color css
<style>
span { border-color: #6EEACD; }
span { border-color: rgb(110,234,205); }
td.TdClassName
{
border-color: #6EEACD;
}
.TagClassName
{
border-color: #6EEACD;
}
</style>