Shades of Downy #6EE1C2
Tints of Downy #6EE1C2
RGB
CMYK
RGB Variations
Color information
#6EE1C2 (or 0x6EE1C2) is known color: Downy. HEX triplet: 6E, E1 and C2. RGB value is (110,225,194). Sum of RGB (Red+Green+Blue) = 110+225+194=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE1C2 is #911E3D. Grayscale: #BBBBBB. Windows color (decimal): -9510462 or 12771694. OLE color: 12771694.
HSL color Cylindrical-coordinate representation of color #6EE1C2: hue angle of 163.83º 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 #6EE1C2 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 194 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.12 |
| HSL | 163.83º | 0.66% | 0.66% | - |
| HSV(B) | 163.83º | 0.51% | 0.88% | - |
| XYZ | 43.09 | 61.06 | 60.55 | - |
| YUV | 187.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 194 | 0.51 | 0 | 0.14 | 0.12 | 163.83 | 0.66 | 0.66 |
| Hex | 6E | E1 | C2 | 33 | 0 | E | C | A4 | 42 | 42 |
| Octal | 156 | 341 | 302 | 63 | 0 | 16 | 14 | 244 | 102 | 102 |
| Binary | 1101110 | 11100001 | 11000010 | 110011 | 0 | 1110 | 1100 | 10100100 | 1000010 | 1000010 |
Color Harmonies of #6EE1C2
Complementary color
Monochromatic Colors of #6EE1C2
Black with #6EE1C2
Text Example
Text Example
White with #6EE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE1C2; }
p { color: rgb(110,225,194); }
H1.HeaderClassName
{
color: #6EE1C2;
}
.AnyTagClassName
{
color: #6EE1C2;
}
</style>
background-color css
<style>
a { background-color: #6EE1C2; }
a { background-color: rgb(110,225,194); }
div.DivClassName
{
background-color: #6EE1C2;
}
.BgClassName
{
background-color: #6EE1C2;
}
</style>
border-color css
<style>
span { border-color: #6EE1C2; }
span { border-color: rgb(110,225,194); }
td.TdClassName
{
border-color: #6EE1C2;
}
.TagClassName
{
border-color: #6EE1C2;
}
</style>