Shades of Downy #6EE1C0
Tints of Downy #6EE1C0
RGB
CMYK
RGB Variations
Color information
#6EE1C0 (or 0x6EE1C0) is known color: Downy. HEX triplet: 6E, E1 and C0. RGB value is (110,225,192). Sum of RGB (Red+Green+Blue) = 110+225+192=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE1C0 is #911E3F. Grayscale: #BABABA. Windows color (decimal): -9510464 or 12640622. OLE color: 12640622.
HSL color Cylindrical-coordinate representation of color #6EE1C0: hue angle of 162.78º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE1C0 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 192 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.12 |
| HSL | 162.78º | 0.66% | 0.66% | - |
| HSV(B) | 162.78º | 0.51% | 0.88% | - |
| XYZ | 42.87 | 60.97 | 59.38 | - |
| YUV | 186.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 192 | 0.51 | 0 | 0.15 | 0.12 | 162.78 | 0.66 | 0.66 |
| Hex | 6E | E1 | C0 | 33 | 0 | F | C | A3 | 42 | 42 |
| Octal | 156 | 341 | 300 | 63 | 0 | 17 | 14 | 243 | 102 | 102 |
| Binary | 1101110 | 11100001 | 11000000 | 110011 | 0 | 1111 | 1100 | 10100011 | 1000010 | 1000010 |
Color Harmonies of #6EE1C0
Complementary color
Monochromatic Colors of #6EE1C0
Black with #6EE1C0
Text Example
Text Example
White with #6EE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE1C0; }
p { color: rgb(110,225,192); }
H1.HeaderClassName
{
color: #6EE1C0;
}
.AnyTagClassName
{
color: #6EE1C0;
}
</style>
background-color css
<style>
a { background-color: #6EE1C0; }
a { background-color: rgb(110,225,192); }
div.DivClassName
{
background-color: #6EE1C0;
}
.BgClassName
{
background-color: #6EE1C0;
}
</style>
border-color css
<style>
span { border-color: #6EE1C0; }
span { border-color: rgb(110,225,192); }
td.TdClassName
{
border-color: #6EE1C0;
}
.TagClassName
{
border-color: #6EE1C0;
}
</style>