Shades of Downy #6EDAD0
Tints of Downy #6EDAD0
RGB
CMYK
RGB Variations
Color information
#6EDAD0 (or 0x6EDAD0) is known color: Downy. HEX triplet: 6E, DA and D0. RGB value is (110,218,208). Sum of RGB (Red+Green+Blue) = 110+218+208=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAD0 is #91252F. Grayscale: #B8B8B8. Windows color (decimal): -9512240 or 13687406. OLE color: 13687406.
HSL color Cylindrical-coordinate representation of color #6EDAD0: hue angle of 174.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAD0 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 208 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.15 |
| HSL | 174.44º | 0.59% | 0.64% | - |
| HSV(B) | 174.44º | 0.5% | 0.85% | - |
| XYZ | 42.89 | 58.01 | 68.61 | - |
| YUV | 184.57 | 141.22 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 208 | 0.50 | 0 | 0.05 | 0.15 | 174.44 | 0.59 | 0.64 |
| Hex | 6E | DA | D0 | 32 | 0 | 5 | F | AE | 3B | 40 |
| Octal | 156 | 332 | 320 | 62 | 0 | 5 | 17 | 256 | 73 | 100 |
| Binary | 1101110 | 11011010 | 11010000 | 110010 | 0 | 101 | 1111 | 10101110 | 111011 | 1000000 |
Color Harmonies of #6EDAD0
Complementary color
Monochromatic Colors of #6EDAD0
Black with #6EDAD0
Text Example
Text Example
White with #6EDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAD0; }
p { color: rgb(110,218,208); }
H1.HeaderClassName
{
color: #6EDAD0;
}
.AnyTagClassName
{
color: #6EDAD0;
}
</style>
background-color css
<style>
a { background-color: #6EDAD0; }
a { background-color: rgb(110,218,208); }
div.DivClassName
{
background-color: #6EDAD0;
}
.BgClassName
{
background-color: #6EDAD0;
}
</style>
border-color css
<style>
span { border-color: #6EDAD0; }
span { border-color: rgb(110,218,208); }
td.TdClassName
{
border-color: #6EDAD0;
}
.TagClassName
{
border-color: #6EDAD0;
}
</style>