Shades of Downy #6EDAC0
Tints of Downy #6EDAC0
RGB
CMYK
RGB Variations
Color information
#6EDAC0 (or 0x6EDAC0) is known color: Downy. HEX triplet: 6E, DA and C0. RGB value is (110,218,192). Sum of RGB (Red+Green+Blue) = 110+218+192=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAC0 is #91253F. Grayscale: #B6B6B6. Windows color (decimal): -9512256 or 12638830. OLE color: 12638830.
HSL color Cylindrical-coordinate representation of color #6EDAC0: hue angle of 165.56º 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 #6EDAC0 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 192 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.15 |
| HSL | 165.56º | 0.59% | 0.64% | - |
| HSV(B) | 165.56º | 0.5% | 0.85% | - |
| XYZ | 41.02 | 57.26 | 58.76 | - |
| YUV | 182.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 192 | 0.50 | 0 | 0.12 | 0.15 | 165.56 | 0.59 | 0.64 |
| Hex | 6E | DA | C0 | 32 | 0 | C | F | A6 | 3B | 40 |
| Octal | 156 | 332 | 300 | 62 | 0 | 14 | 17 | 246 | 73 | 100 |
| Binary | 1101110 | 11011010 | 11000000 | 110010 | 0 | 1100 | 1111 | 10100110 | 111011 | 1000000 |
Color Harmonies of #6EDAC0
Complementary color
Monochromatic Colors of #6EDAC0
Black with #6EDAC0
Text Example
Text Example
White with #6EDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAC0; }
p { color: rgb(110,218,192); }
H1.HeaderClassName
{
color: #6EDAC0;
}
.AnyTagClassName
{
color: #6EDAC0;
}
</style>
background-color css
<style>
a { background-color: #6EDAC0; }
a { background-color: rgb(110,218,192); }
div.DivClassName
{
background-color: #6EDAC0;
}
.BgClassName
{
background-color: #6EDAC0;
}
</style>
border-color css
<style>
span { border-color: #6EDAC0; }
span { border-color: rgb(110,218,192); }
td.TdClassName
{
border-color: #6EDAC0;
}
.TagClassName
{
border-color: #6EDAC0;
}
</style>