Shades of Downy #6EE6C0
Tints of Downy #6EE6C0
RGB
CMYK
RGB Variations
Color information
#6EE6C0 (or 0x6EE6C0) is known color: Downy. HEX triplet: 6E, E6 and C0. RGB value is (110,230,192). Sum of RGB (Red+Green+Blue) = 110+230+192=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #6EE6C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE6C0 is #91193F. Grayscale: #BDBDBD. Windows color (decimal): -9509184 or 12641902. OLE color: 12641902.
HSL color Cylindrical-coordinate representation of color #6EE6C0: hue angle of 161º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE6C0 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 230 | 192 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.10 |
| HSL | 161º | 0.71% | 0.67% | - |
| HSV(B) | 161º | 0.52% | 0.9% | - |
| XYZ | 44.24 | 63.71 | 59.84 | - |
| YUV | 189.79 | 129.24 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 230 | 192 | 0.52 | 0 | 0.17 | 0.10 | 161 | 0.71 | 0.67 |
| Hex | 6E | E6 | C0 | 34 | 0 | 11 | A | A1 | 47 | 43 |
| Octal | 156 | 346 | 300 | 64 | 0 | 21 | 12 | 241 | 107 | 103 |
| Binary | 1101110 | 11100110 | 11000000 | 110100 | 0 | 10001 | 1010 | 10100001 | 1000111 | 1000011 |
Color Harmonies of #6EE6C0
Complementary color
Monochromatic Colors of #6EE6C0
Black with #6EE6C0
Text Example
Text Example
White with #6EE6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE6C0; }
p { color: rgb(110,230,192); }
H1.HeaderClassName
{
color: #6EE6C0;
}
.AnyTagClassName
{
color: #6EE6C0;
}
</style>
background-color css
<style>
a { background-color: #6EE6C0; }
a { background-color: rgb(110,230,192); }
div.DivClassName
{
background-color: #6EE6C0;
}
.BgClassName
{
background-color: #6EE6C0;
}
</style>
border-color css
<style>
span { border-color: #6EE6C0; }
span { border-color: rgb(110,230,192); }
td.TdClassName
{
border-color: #6EE6C0;
}
.TagClassName
{
border-color: #6EE6C0;
}
</style>