Shades of Downy #6EDAD1
Tints of Downy #6EDAD1
RGB
CMYK
RGB Variations
Color information
#6EDAD1 (or 0x6EDAD1) is known color: Downy. HEX triplet: 6E, DA and D1. RGB value is (110,218,209). Sum of RGB (Red+Green+Blue) = 110+218+209=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAD1 is #91252E. Grayscale: #B8B8B8. Windows color (decimal): -9512239 or 13752942. OLE color: 13752942.
HSL color Cylindrical-coordinate representation of color #6EDAD1: hue angle of 175º 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 #6EDAD1 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 209 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.15 |
| HSL | 175º | 0.59% | 0.64% | - |
| HSV(B) | 175º | 0.5% | 0.85% | - |
| XYZ | 43.01 | 58.06 | 69.26 | - |
| YUV | 184.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 209 | 0.50 | 0 | 0.04 | 0.15 | 175 | 0.59 | 0.64 |
| Hex | 6E | DA | D1 | 32 | 0 | 4 | F | AF | 3B | 40 |
| Octal | 156 | 332 | 321 | 62 | 0 | 4 | 17 | 257 | 73 | 100 |
| Binary | 1101110 | 11011010 | 11010001 | 110010 | 0 | 100 | 1111 | 10101111 | 111011 | 1000000 |
Color Harmonies of #6EDAD1
Complementary color
Monochromatic Colors of #6EDAD1
Black with #6EDAD1
Text Example
Text Example
White with #6EDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAD1; }
p { color: rgb(110,218,209); }
H1.HeaderClassName
{
color: #6EDAD1;
}
.AnyTagClassName
{
color: #6EDAD1;
}
</style>
background-color css
<style>
a { background-color: #6EDAD1; }
a { background-color: rgb(110,218,209); }
div.DivClassName
{
background-color: #6EDAD1;
}
.BgClassName
{
background-color: #6EDAD1;
}
</style>
border-color css
<style>
span { border-color: #6EDAD1; }
span { border-color: rgb(110,218,209); }
td.TdClassName
{
border-color: #6EDAD1;
}
.TagClassName
{
border-color: #6EDAD1;
}
</style>