Shades of Downy #6EDCC8
Tints of Downy #6EDCC8
RGB
CMYK
RGB Variations
Color information
#6EDCC8 (or 0x6EDCC8) is known color: Downy. HEX triplet: 6E, DC and C8. RGB value is (110,220,200). Sum of RGB (Red+Green+Blue) = 110+220+200=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCC8 is #912337. Grayscale: #B8B8B8. Windows color (decimal): -9511736 or 13163630. OLE color: 13163630.
HSL color Cylindrical-coordinate representation of color #6EDCC8: hue angle of 169.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDCC8 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 200 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.14 |
| HSL | 169.09º | 0.61% | 0.65% | - |
| HSV(B) | 169.09º | 0.5% | 0.86% | - |
| XYZ | 42.45 | 58.67 | 63.73 | - |
| YUV | 184.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 200 | 0.50 | 0 | 0.09 | 0.14 | 169.09 | 0.61 | 0.65 |
| Hex | 6E | DC | C8 | 32 | 0 | 9 | E | A9 | 3D | 41 |
| Octal | 156 | 334 | 310 | 62 | 0 | 11 | 16 | 251 | 75 | 101 |
| Binary | 1101110 | 11011100 | 11001000 | 110010 | 0 | 1001 | 1110 | 10101001 | 111101 | 1000001 |
Color Harmonies of #6EDCC8
Complementary color
Monochromatic Colors of #6EDCC8
Black with #6EDCC8
Text Example
Text Example
White with #6EDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDCC8; }
p { color: rgb(110,220,200); }
H1.HeaderClassName
{
color: #6EDCC8;
}
.AnyTagClassName
{
color: #6EDCC8;
}
</style>
background-color css
<style>
a { background-color: #6EDCC8; }
a { background-color: rgb(110,220,200); }
div.DivClassName
{
background-color: #6EDCC8;
}
.BgClassName
{
background-color: #6EDCC8;
}
</style>
border-color css
<style>
span { border-color: #6EDCC8; }
span { border-color: rgb(110,220,200); }
td.TdClassName
{
border-color: #6EDCC8;
}
.TagClassName
{
border-color: #6EDCC8;
}
</style>