Shades of Downy #6EEAB7
Tints of Downy #6EEAB7
RGB
CMYK
RGB Variations
Color information
#6EEAB7 (or 0x6EEAB7) is known color: Downy. HEX triplet: 6E, EA and B7. RGB value is (110,234,183). Sum of RGB (Red+Green+Blue) = 110+234+183=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEAB7 is #911548. Grayscale: #BFBFBF. Windows color (decimal): -9508169 or 12053102. OLE color: 12053102.
HSL color Cylindrical-coordinate representation of color #6EEAB7: hue angle of 155.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEAB7 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 183 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.08 |
| HSL | 155.32º | 0.75% | 0.67% | - |
| HSV(B) | 155.32º | 0.53% | 0.92% | - |
| XYZ | 44.4 | 65.58 | 55.12 | - |
| YUV | 191.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 183 | 0.53 | 0 | 0.22 | 0.08 | 155.32 | 0.75 | 0.67 |
| Hex | 6E | EA | B7 | 35 | 0 | 16 | 8 | 9B | 4B | 43 |
| Octal | 156 | 352 | 267 | 65 | 0 | 26 | 10 | 233 | 113 | 103 |
| Binary | 1101110 | 11101010 | 10110111 | 110101 | 0 | 10110 | 1000 | 10011011 | 1001011 | 1000011 |
Color Harmonies of #6EEAB7
Complementary color
Monochromatic Colors of #6EEAB7
Black with #6EEAB7
Text Example
Text Example
White with #6EEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEAB7; }
p { color: rgb(110,234,183); }
H1.HeaderClassName
{
color: #6EEAB7;
}
.AnyTagClassName
{
color: #6EEAB7;
}
</style>
background-color css
<style>
a { background-color: #6EEAB7; }
a { background-color: rgb(110,234,183); }
div.DivClassName
{
background-color: #6EEAB7;
}
.BgClassName
{
background-color: #6EEAB7;
}
</style>
border-color css
<style>
span { border-color: #6EEAB7; }
span { border-color: rgb(110,234,183); }
td.TdClassName
{
border-color: #6EEAB7;
}
.TagClassName
{
border-color: #6EEAB7;
}
</style>