Shades of Downy #6EE5B7
Tints of Downy #6EE5B7
RGB
CMYK
RGB Variations
Color information
#6EE5B7 (or 0x6EE5B7) is known color: Downy. HEX triplet: 6E, E5 and B7. RGB value is (110,229,183). Sum of RGB (Red+Green+Blue) = 110+229+183=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #6EE5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE5B7 is #911A48. Grayscale: #BCBCBC. Windows color (decimal): -9509449 or 12051822. OLE color: 12051822.
HSL color Cylindrical-coordinate representation of color #6EE5B7: hue angle of 156.81º 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 #6EE5B7 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 229 | 183 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.10 |
| HSL | 156.81º | 0.7% | 0.66% | - |
| HSV(B) | 156.81º | 0.52% | 0.9% | - |
| XYZ | 43 | 62.77 | 54.65 | - |
| YUV | 188.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 229 | 183 | 0.52 | 0 | 0.20 | 0.10 | 156.81 | 0.7 | 0.66 |
| Hex | 6E | E5 | B7 | 34 | 0 | 14 | A | 9D | 46 | 42 |
| Octal | 156 | 345 | 267 | 64 | 0 | 24 | 12 | 235 | 106 | 102 |
| Binary | 1101110 | 11100101 | 10110111 | 110100 | 0 | 10100 | 1010 | 10011101 | 1000110 | 1000010 |
Color Harmonies of #6EE5B7
Complementary color
Monochromatic Colors of #6EE5B7
Black with #6EE5B7
Text Example
Text Example
White with #6EE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE5B7; }
p { color: rgb(110,229,183); }
H1.HeaderClassName
{
color: #6EE5B7;
}
.AnyTagClassName
{
color: #6EE5B7;
}
</style>
background-color css
<style>
a { background-color: #6EE5B7; }
a { background-color: rgb(110,229,183); }
div.DivClassName
{
background-color: #6EE5B7;
}
.BgClassName
{
background-color: #6EE5B7;
}
</style>
border-color css
<style>
span { border-color: #6EE5B7; }
span { border-color: rgb(110,229,183); }
td.TdClassName
{
border-color: #6EE5B7;
}
.TagClassName
{
border-color: #6EE5B7;
}
</style>