Shades of Downy #6EECBB
Tints of Downy #6EECBB
RGB
CMYK
RGB Variations
Color information
#6EECBB (or 0x6EECBB) is known color: Downy. HEX triplet: 6E, EC and BB. RGB value is (110,236,187). Sum of RGB (Red+Green+Blue) = 110+236+187=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECBB is #911344. Grayscale: #C0C0C0. Windows color (decimal): -9507653 or 12315758. OLE color: 12315758.
HSL color Cylindrical-coordinate representation of color #6EECBB: hue angle of 156.67º 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 #6EECBB is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 187 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.07 |
| HSL | 156.67º | 0.77% | 0.68% | - |
| HSV(B) | 156.67º | 0.53% | 0.93% | - |
| XYZ | 45.4 | 66.89 | 57.53 | - |
| YUV | 192.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 187 | 0.53 | 0 | 0.21 | 0.07 | 156.67 | 0.77 | 0.68 |
| Hex | 6E | EC | BB | 35 | 0 | 15 | 7 | 9D | 4D | 44 |
| Octal | 156 | 354 | 273 | 65 | 0 | 25 | 7 | 235 | 115 | 104 |
| Binary | 1101110 | 11101100 | 10111011 | 110101 | 0 | 10101 | 111 | 10011101 | 1001101 | 1000100 |
Color Harmonies of #6EECBB
Complementary color
Monochromatic Colors of #6EECBB
Black with #6EECBB
Text Example
Text Example
White with #6EECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECBB; }
p { color: rgb(110,236,187); }
H1.HeaderClassName
{
color: #6EECBB;
}
.AnyTagClassName
{
color: #6EECBB;
}
</style>
background-color css
<style>
a { background-color: #6EECBB; }
a { background-color: rgb(110,236,187); }
div.DivClassName
{
background-color: #6EECBB;
}
.BgClassName
{
background-color: #6EECBB;
}
</style>
border-color css
<style>
span { border-color: #6EECBB; }
span { border-color: rgb(110,236,187); }
td.TdClassName
{
border-color: #6EECBB;
}
.TagClassName
{
border-color: #6EECBB;
}
</style>