Shades of Downy #6EECBA
Tints of Downy #6EECBA
RGB
CMYK
RGB Variations
Color information
#6EECBA (or 0x6EECBA) is known color: Downy. HEX triplet: 6E, EC and BA. RGB value is (110,236,186). Sum of RGB (Red+Green+Blue) = 110+236+186=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECBA is #911345. Grayscale: #C0C0C0. Windows color (decimal): -9507654 or 12250222. OLE color: 12250222.
HSL color Cylindrical-coordinate representation of color #6EECBA: hue angle of 156.19º 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 #6EECBA is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 186 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.07 |
| HSL | 156.19º | 0.77% | 0.68% | - |
| HSV(B) | 156.19º | 0.53% | 0.93% | - |
| XYZ | 45.29 | 66.85 | 56.97 | - |
| YUV | 192.63 | 124.26 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 186 | 0.53 | 0 | 0.21 | 0.07 | 156.19 | 0.77 | 0.68 |
| Hex | 6E | EC | BA | 35 | 0 | 15 | 7 | 9C | 4D | 44 |
| Octal | 156 | 354 | 272 | 65 | 0 | 25 | 7 | 234 | 115 | 104 |
| Binary | 1101110 | 11101100 | 10111010 | 110101 | 0 | 10101 | 111 | 10011100 | 1001101 | 1000100 |
Color Harmonies of #6EECBA
Complementary color
Monochromatic Colors of #6EECBA
Black with #6EECBA
Text Example
Text Example
White with #6EECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECBA; }
p { color: rgb(110,236,186); }
H1.HeaderClassName
{
color: #6EECBA;
}
.AnyTagClassName
{
color: #6EECBA;
}
</style>
background-color css
<style>
a { background-color: #6EECBA; }
a { background-color: rgb(110,236,186); }
div.DivClassName
{
background-color: #6EECBA;
}
.BgClassName
{
background-color: #6EECBA;
}
</style>
border-color css
<style>
span { border-color: #6EECBA; }
span { border-color: rgb(110,236,186); }
td.TdClassName
{
border-color: #6EECBA;
}
.TagClassName
{
border-color: #6EECBA;
}
</style>