Shades of Downy #6EDAC3
Tints of Downy #6EDAC3
RGB
CMYK
RGB Variations
Color information
#6EDAC3 (or 0x6EDAC3) is known color: Downy. HEX triplet: 6E, DA and C3. RGB value is (110,218,195). Sum of RGB (Red+Green+Blue) = 110+218+195=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAC3 is #91253C. Grayscale: #B7B7B7. Windows color (decimal): -9512253 or 12835438. OLE color: 12835438.
HSL color Cylindrical-coordinate representation of color #6EDAC3: hue angle of 167.22º 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 #6EDAC3 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 195 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.15 |
| HSL | 167.22º | 0.59% | 0.64% | - |
| HSV(B) | 167.22º | 0.5% | 0.85% | - |
| XYZ | 41.35 | 57.4 | 60.53 | - |
| YUV | 183.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 195 | 0.50 | 0 | 0.11 | 0.15 | 167.22 | 0.59 | 0.64 |
| Hex | 6E | DA | C3 | 32 | 0 | B | F | A7 | 3B | 40 |
| Octal | 156 | 332 | 303 | 62 | 0 | 13 | 17 | 247 | 73 | 100 |
| Binary | 1101110 | 11011010 | 11000011 | 110010 | 0 | 1011 | 1111 | 10100111 | 111011 | 1000000 |
Color Harmonies of #6EDAC3
Complementary color
Monochromatic Colors of #6EDAC3
Black with #6EDAC3
Text Example
Text Example
White with #6EDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAC3; }
p { color: rgb(110,218,195); }
H1.HeaderClassName
{
color: #6EDAC3;
}
.AnyTagClassName
{
color: #6EDAC3;
}
</style>
background-color css
<style>
a { background-color: #6EDAC3; }
a { background-color: rgb(110,218,195); }
div.DivClassName
{
background-color: #6EDAC3;
}
.BgClassName
{
background-color: #6EDAC3;
}
</style>
border-color css
<style>
span { border-color: #6EDAC3; }
span { border-color: rgb(110,218,195); }
td.TdClassName
{
border-color: #6EDAC3;
}
.TagClassName
{
border-color: #6EDAC3;
}
</style>