Shades of Downy #6EE1C8
Tints of Downy #6EE1C8
RGB
CMYK
RGB Variations
Color information
#6EE1C8 (or 0x6EE1C8) is known color: Downy. HEX triplet: 6E, E1 and C8. RGB value is (110,225,200). Sum of RGB (Red+Green+Blue) = 110+225+200=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE1C8 is #911E37. Grayscale: #BBBBBB. Windows color (decimal): -9510456 or 13164910. OLE color: 13164910.
HSL color Cylindrical-coordinate representation of color #6EE1C8: hue angle of 166.96º 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 #6EE1C8 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 200 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.12 |
| HSL | 166.96º | 0.66% | 0.66% | - |
| HSV(B) | 166.96º | 0.51% | 0.88% | - |
| XYZ | 43.78 | 61.34 | 64.18 | - |
| YUV | 187.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 200 | 0.51 | 0 | 0.11 | 0.12 | 166.96 | 0.66 | 0.66 |
| Hex | 6E | E1 | C8 | 33 | 0 | B | C | A7 | 42 | 42 |
| Octal | 156 | 341 | 310 | 63 | 0 | 13 | 14 | 247 | 102 | 102 |
| Binary | 1101110 | 11100001 | 11001000 | 110011 | 0 | 1011 | 1100 | 10100111 | 1000010 | 1000010 |
Color Harmonies of #6EE1C8
Complementary color
Monochromatic Colors of #6EE1C8
Black with #6EE1C8
Text Example
Text Example
White with #6EE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE1C8; }
p { color: rgb(110,225,200); }
H1.HeaderClassName
{
color: #6EE1C8;
}
.AnyTagClassName
{
color: #6EE1C8;
}
</style>
background-color css
<style>
a { background-color: #6EE1C8; }
a { background-color: rgb(110,225,200); }
div.DivClassName
{
background-color: #6EE1C8;
}
.BgClassName
{
background-color: #6EE1C8;
}
</style>
border-color css
<style>
span { border-color: #6EE1C8; }
span { border-color: rgb(110,225,200); }
td.TdClassName
{
border-color: #6EE1C8;
}
.TagClassName
{
border-color: #6EE1C8;
}
</style>