Shades of Downy #6EEACA
Tints of Downy #6EEACA
RGB
CMYK
RGB Variations
Color information
#6EEACA (or 0x6EEACA) is known color: Downy. HEX triplet: 6E, EA and CA. RGB value is (110,234,202). Sum of RGB (Red+Green+Blue) = 110+234+202=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEACA is #911535. Grayscale: #C1C1C1. Windows color (decimal): -9508150 or 13298286. OLE color: 13298286.
HSL color Cylindrical-coordinate representation of color #6EEACA: hue angle of 164.52º 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 #6EEACA is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 202 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.08 |
| HSL | 164.52º | 0.75% | 0.67% | - |
| HSV(B) | 164.52º | 0.53% | 0.92% | - |
| XYZ | 46.51 | 66.42 | 66.25 | - |
| YUV | 193.28 | 132.92 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 202 | 0.53 | 0 | 0.14 | 0.08 | 164.52 | 0.75 | 0.67 |
| Hex | 6E | EA | CA | 35 | 0 | E | 8 | A5 | 4B | 43 |
| Octal | 156 | 352 | 312 | 65 | 0 | 16 | 10 | 245 | 113 | 103 |
| Binary | 1101110 | 11101010 | 11001010 | 110101 | 0 | 1110 | 1000 | 10100101 | 1001011 | 1000011 |
Color Harmonies of #6EEACA
Complementary color
Monochromatic Colors of #6EEACA
Black with #6EEACA
Text Example
Text Example
White with #6EEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEACA; }
p { color: rgb(110,234,202); }
H1.HeaderClassName
{
color: #6EEACA;
}
.AnyTagClassName
{
color: #6EEACA;
}
</style>
background-color css
<style>
a { background-color: #6EEACA; }
a { background-color: rgb(110,234,202); }
div.DivClassName
{
background-color: #6EEACA;
}
.BgClassName
{
background-color: #6EEACA;
}
</style>
border-color css
<style>
span { border-color: #6EEACA; }
span { border-color: rgb(110,234,202); }
td.TdClassName
{
border-color: #6EEACA;
}
.TagClassName
{
border-color: #6EEACA;
}
</style>