Shades of Downy #6EECB4
Tints of Downy #6EECB4
RGB
CMYK
RGB Variations
Color information
#6EECB4 (or 0x6EECB4) is known color: Downy. HEX triplet: 6E, EC and B4. RGB value is (110,236,180). Sum of RGB (Red+Green+Blue) = 110+236+180=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECB4 is #91134B. Grayscale: #C0C0C0. Windows color (decimal): -9507660 or 11857006. OLE color: 11857006.
HSL color Cylindrical-coordinate representation of color #6EECB4: hue angle of 153.33º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECB4 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 180 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.07 |
| HSL | 153.33º | 0.77% | 0.68% | - |
| HSV(B) | 153.33º | 0.53% | 0.93% | - |
| XYZ | 44.66 | 66.6 | 53.68 | - |
| YUV | 191.94 | 121.26 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 180 | 0.53 | 0 | 0.24 | 0.07 | 153.33 | 0.77 | 0.68 |
| Hex | 6E | EC | B4 | 35 | 0 | 18 | 7 | 99 | 4D | 44 |
| Octal | 156 | 354 | 264 | 65 | 0 | 30 | 7 | 231 | 115 | 104 |
| Binary | 1101110 | 11101100 | 10110100 | 110101 | 0 | 11000 | 111 | 10011001 | 1001101 | 1000100 |
Color Harmonies of #6EECB4
Complementary color
Monochromatic Colors of #6EECB4
Black with #6EECB4
Text Example
Text Example
White with #6EECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECB4; }
p { color: rgb(110,236,180); }
H1.HeaderClassName
{
color: #6EECB4;
}
.AnyTagClassName
{
color: #6EECB4;
}
</style>
background-color css
<style>
a { background-color: #6EECB4; }
a { background-color: rgb(110,236,180); }
div.DivClassName
{
background-color: #6EECB4;
}
.BgClassName
{
background-color: #6EECB4;
}
</style>
border-color css
<style>
span { border-color: #6EECB4; }
span { border-color: rgb(110,236,180); }
td.TdClassName
{
border-color: #6EECB4;
}
.TagClassName
{
border-color: #6EECB4;
}
</style>