Shades of Downy #6EDDD2
Tints of Downy #6EDDD2
RGB
CMYK
RGB Variations
Color information
#6EDDD2 (or 0x6EDDD2) is known color: Downy. HEX triplet: 6E, DD and D2. RGB value is (110,221,210). Sum of RGB (Red+Green+Blue) = 110+221+210=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDD2 is #91222D. Grayscale: #BABABA. Windows color (decimal): -9511470 or 13819246. OLE color: 13819246.
HSL color Cylindrical-coordinate representation of color #6EDDD2: hue angle of 174.05º 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 #6EDDD2 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 210 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.13 |
| HSL | 174.05º | 0.62% | 0.65% | - |
| HSV(B) | 174.05º | 0.5% | 0.87% | - |
| XYZ | 43.92 | 59.68 | 70.18 | - |
| YUV | 186.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 210 | 0.50 | 0 | 0.05 | 0.13 | 174.05 | 0.62 | 0.65 |
| Hex | 6E | DD | D2 | 32 | 0 | 5 | D | AE | 3E | 41 |
| Octal | 156 | 335 | 322 | 62 | 0 | 5 | 15 | 256 | 76 | 101 |
| Binary | 1101110 | 11011101 | 11010010 | 110010 | 0 | 101 | 1101 | 10101110 | 111110 | 1000001 |
Color Harmonies of #6EDDD2
Complementary color
Monochromatic Colors of #6EDDD2
Black with #6EDDD2
Text Example
Text Example
White with #6EDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDD2; }
p { color: rgb(110,221,210); }
H1.HeaderClassName
{
color: #6EDDD2;
}
.AnyTagClassName
{
color: #6EDDD2;
}
</style>
background-color css
<style>
a { background-color: #6EDDD2; }
a { background-color: rgb(110,221,210); }
div.DivClassName
{
background-color: #6EDDD2;
}
.BgClassName
{
background-color: #6EDDD2;
}
</style>
border-color css
<style>
span { border-color: #6EDDD2; }
span { border-color: rgb(110,221,210); }
td.TdClassName
{
border-color: #6EDDD2;
}
.TagClassName
{
border-color: #6EDDD2;
}
</style>