Shades of Downy #6EE6C8
Tints of Downy #6EE6C8
RGB
CMYK
RGB Variations
Color information
#6EE6C8 (or 0x6EE6C8) is known color: Downy. HEX triplet: 6E, E6 and C8. RGB value is (110,230,200). Sum of RGB (Red+Green+Blue) = 110+230+200=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #6EE6C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE6C8 is #911937. Grayscale: #BEBEBE. Windows color (decimal): -9509176 or 13166190. OLE color: 13166190.
HSL color Cylindrical-coordinate representation of color #6EE6C8: hue angle of 165º 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 #6EE6C8 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 230 | 200 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.10 |
| HSL | 165º | 0.71% | 0.67% | - |
| HSV(B) | 165º | 0.52% | 0.9% | - |
| XYZ | 45.15 | 64.08 | 64.63 | - |
| YUV | 190.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 230 | 200 | 0.52 | 0 | 0.13 | 0.10 | 165 | 0.71 | 0.67 |
| Hex | 6E | E6 | C8 | 34 | 0 | D | A | A5 | 47 | 43 |
| Octal | 156 | 346 | 310 | 64 | 0 | 15 | 12 | 245 | 107 | 103 |
| Binary | 1101110 | 11100110 | 11001000 | 110100 | 0 | 1101 | 1010 | 10100101 | 1000111 | 1000011 |
Color Harmonies of #6EE6C8
Complementary color
Monochromatic Colors of #6EE6C8
Black with #6EE6C8
Text Example
Text Example
White with #6EE6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE6C8; }
p { color: rgb(110,230,200); }
H1.HeaderClassName
{
color: #6EE6C8;
}
.AnyTagClassName
{
color: #6EE6C8;
}
</style>
background-color css
<style>
a { background-color: #6EE6C8; }
a { background-color: rgb(110,230,200); }
div.DivClassName
{
background-color: #6EE6C8;
}
.BgClassName
{
background-color: #6EE6C8;
}
</style>
border-color css
<style>
span { border-color: #6EE6C8; }
span { border-color: rgb(110,230,200); }
td.TdClassName
{
border-color: #6EE6C8;
}
.TagClassName
{
border-color: #6EE6C8;
}
</style>