Shades of Downy #6EDDC4
Tints of Downy #6EDDC4
RGB
CMYK
RGB Variations
Color information
#6EDDC4 (or 0x6EDDC4) is known color: Downy. HEX triplet: 6E, DD and C4. RGB value is (110,221,196). Sum of RGB (Red+Green+Blue) = 110+221+196=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDC4 is #91223B. Grayscale: #B8B8B8. Windows color (decimal): -9511484 or 12901742. OLE color: 12901742.
HSL color Cylindrical-coordinate representation of color #6EDDC4: hue angle of 166.49º 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 #6EDDC4 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 196 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.13 |
| HSL | 166.49º | 0.62% | 0.65% | - |
| HSV(B) | 166.49º | 0.5% | 0.87% | - |
| XYZ | 42.25 | 59.01 | 61.39 | - |
| YUV | 184.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 196 | 0.50 | 0 | 0.11 | 0.13 | 166.49 | 0.62 | 0.65 |
| Hex | 6E | DD | C4 | 32 | 0 | B | D | A6 | 3E | 41 |
| Octal | 156 | 335 | 304 | 62 | 0 | 13 | 15 | 246 | 76 | 101 |
| Binary | 1101110 | 11011101 | 11000100 | 110010 | 0 | 1011 | 1101 | 10100110 | 111110 | 1000001 |
Color Harmonies of #6EDDC4
Complementary color
Monochromatic Colors of #6EDDC4
Black with #6EDDC4
Text Example
Text Example
White with #6EDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDC4; }
p { color: rgb(110,221,196); }
H1.HeaderClassName
{
color: #6EDDC4;
}
.AnyTagClassName
{
color: #6EDDC4;
}
</style>
background-color css
<style>
a { background-color: #6EDDC4; }
a { background-color: rgb(110,221,196); }
div.DivClassName
{
background-color: #6EDDC4;
}
.BgClassName
{
background-color: #6EDDC4;
}
</style>
border-color css
<style>
span { border-color: #6EDDC4; }
span { border-color: rgb(110,221,196); }
td.TdClassName
{
border-color: #6EDDC4;
}
.TagClassName
{
border-color: #6EDDC4;
}
</style>