Shades of Downy #6EE4B5
Tints of Downy #6EE4B5
RGB
CMYK
RGB Variations
Color information
#6EE4B5 (or 0x6EE4B5) is known color: Downy. HEX triplet: 6E, E4 and B5. RGB value is (110,228,181). Sum of RGB (Red+Green+Blue) = 110+228+181=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #6EE4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE4B5 is #911B4A. Grayscale: #BBBBBB. Windows color (decimal): -9509707 or 11920494. OLE color: 11920494.
HSL color Cylindrical-coordinate representation of color #6EE4B5: hue angle of 156.1º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE4B5 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 228 | 181 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.11 |
| HSL | 156.1º | 0.69% | 0.66% | - |
| HSV(B) | 156.1º | 0.52% | 0.89% | - |
| XYZ | 42.51 | 62.14 | 53.47 | - |
| YUV | 187.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 228 | 181 | 0.52 | 0 | 0.21 | 0.11 | 156.1 | 0.69 | 0.66 |
| Hex | 6E | E4 | B5 | 34 | 0 | 15 | B | 9C | 45 | 42 |
| Octal | 156 | 344 | 265 | 64 | 0 | 25 | 13 | 234 | 105 | 102 |
| Binary | 1101110 | 11100100 | 10110101 | 110100 | 0 | 10101 | 1011 | 10011100 | 1000101 | 1000010 |
Color Harmonies of #6EE4B5
Complementary color
Monochromatic Colors of #6EE4B5
Black with #6EE4B5
Text Example
Text Example
White with #6EE4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE4B5; }
p { color: rgb(110,228,181); }
H1.HeaderClassName
{
color: #6EE4B5;
}
.AnyTagClassName
{
color: #6EE4B5;
}
</style>
background-color css
<style>
a { background-color: #6EE4B5; }
a { background-color: rgb(110,228,181); }
div.DivClassName
{
background-color: #6EE4B5;
}
.BgClassName
{
background-color: #6EE4B5;
}
</style>
border-color css
<style>
span { border-color: #6EE4B5; }
span { border-color: rgb(110,228,181); }
td.TdClassName
{
border-color: #6EE4B5;
}
.TagClassName
{
border-color: #6EE4B5;
}
</style>