Shades of Downy #6EDDB4
Tints of Downy #6EDDB4
RGB
CMYK
RGB Variations
Color information
#6EDDB4 (or 0x6EDDB4) is known color: Downy. HEX triplet: 6E, DD and B4. RGB value is (110,221,180). Sum of RGB (Red+Green+Blue) = 110+221+180=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDB4 is #91224B. Grayscale: #B7B7B7. Windows color (decimal): -9511500 or 11853166. OLE color: 11853166.
HSL color Cylindrical-coordinate representation of color #6EDDB4: hue angle of 157.84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDB4 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 180 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.13 |
| HSL | 157.84º | 0.62% | 0.65% | - |
| HSV(B) | 157.84º | 0.5% | 0.87% | - |
| XYZ | 40.53 | 58.32 | 52.3 | - |
| YUV | 183.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 180 | 0.50 | 0 | 0.19 | 0.13 | 157.84 | 0.62 | 0.65 |
| Hex | 6E | DD | B4 | 32 | 0 | 13 | D | 9E | 3E | 41 |
| Octal | 156 | 335 | 264 | 62 | 0 | 23 | 15 | 236 | 76 | 101 |
| Binary | 1101110 | 11011101 | 10110100 | 110010 | 0 | 10011 | 1101 | 10011110 | 111110 | 1000001 |
Color Harmonies of #6EDDB4
Complementary color
Monochromatic Colors of #6EDDB4
Black with #6EDDB4
Text Example
Text Example
White with #6EDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDB4; }
p { color: rgb(110,221,180); }
H1.HeaderClassName
{
color: #6EDDB4;
}
.AnyTagClassName
{
color: #6EDDB4;
}
</style>
background-color css
<style>
a { background-color: #6EDDB4; }
a { background-color: rgb(110,221,180); }
div.DivClassName
{
background-color: #6EDDB4;
}
.BgClassName
{
background-color: #6EDDB4;
}
</style>
border-color css
<style>
span { border-color: #6EDDB4; }
span { border-color: rgb(110,221,180); }
td.TdClassName
{
border-color: #6EDDB4;
}
.TagClassName
{
border-color: #6EDDB4;
}
</style>