Shades of Downy #6EE5C7
Tints of Downy #6EE5C7
RGB
CMYK
RGB Variations
Color information
#6EE5C7 (or 0x6EE5C7) is known color: Downy. HEX triplet: 6E, E5 and C7. RGB value is (110,229,199). Sum of RGB (Red+Green+Blue) = 110+229+199=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #6EE5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE5C7 is #911A38. Grayscale: #BEBEBE. Windows color (decimal): -9509433 or 13100398. OLE color: 13100398.
HSL color Cylindrical-coordinate representation of color #6EE5C7: hue angle of 164.87º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE5C7 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 229 | 199 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.10 |
| HSL | 164.87º | 0.7% | 0.66% | - |
| HSV(B) | 164.87º | 0.52% | 0.9% | - |
| XYZ | 44.76 | 63.48 | 63.93 | - |
| YUV | 190 | 133.08 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 229 | 199 | 0.52 | 0 | 0.13 | 0.10 | 164.87 | 0.7 | 0.66 |
| Hex | 6E | E5 | C7 | 34 | 0 | D | A | A5 | 46 | 42 |
| Octal | 156 | 345 | 307 | 64 | 0 | 15 | 12 | 245 | 106 | 102 |
| Binary | 1101110 | 11100101 | 11000111 | 110100 | 0 | 1101 | 1010 | 10100101 | 1000110 | 1000010 |
Color Harmonies of #6EE5C7
Complementary color
Monochromatic Colors of #6EE5C7
Black with #6EE5C7
Text Example
Text Example
White with #6EE5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE5C7; }
p { color: rgb(110,229,199); }
H1.HeaderClassName
{
color: #6EE5C7;
}
.AnyTagClassName
{
color: #6EE5C7;
}
</style>
background-color css
<style>
a { background-color: #6EE5C7; }
a { background-color: rgb(110,229,199); }
div.DivClassName
{
background-color: #6EE5C7;
}
.BgClassName
{
background-color: #6EE5C7;
}
</style>
border-color css
<style>
span { border-color: #6EE5C7; }
span { border-color: rgb(110,229,199); }
td.TdClassName
{
border-color: #6EE5C7;
}
.TagClassName
{
border-color: #6EE5C7;
}
</style>