Shades of Downy #6EDFB9
Tints of Downy #6EDFB9
RGB
CMYK
RGB Variations
Color information
#6EDFB9 (or 0x6EDFB9) is known color: Downy. HEX triplet: 6E, DF and B9. RGB value is (110,223,185). Sum of RGB (Red+Green+Blue) = 110+223+185=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFB9 is #912046. Grayscale: #B8B8B8. Windows color (decimal): -9510983 or 12181358. OLE color: 12181358.
HSL color Cylindrical-coordinate representation of color #6EDFB9: hue angle of 159.82º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDFB9 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 185 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.13 |
| HSL | 159.82º | 0.64% | 0.65% | - |
| HSV(B) | 159.82º | 0.51% | 0.87% | - |
| XYZ | 41.58 | 59.59 | 55.21 | - |
| YUV | 184.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 185 | 0.51 | 0 | 0.17 | 0.13 | 159.82 | 0.64 | 0.65 |
| Hex | 6E | DF | B9 | 33 | 0 | 11 | D | A0 | 40 | 41 |
| Octal | 156 | 337 | 271 | 63 | 0 | 21 | 15 | 240 | 100 | 101 |
| Binary | 1101110 | 11011111 | 10111001 | 110011 | 0 | 10001 | 1101 | 10100000 | 1000000 | 1000001 |
Color Harmonies of #6EDFB9
Complementary color
Monochromatic Colors of #6EDFB9
Black with #6EDFB9
Text Example
Text Example
White with #6EDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFB9; }
p { color: rgb(110,223,185); }
H1.HeaderClassName
{
color: #6EDFB9;
}
.AnyTagClassName
{
color: #6EDFB9;
}
</style>
background-color css
<style>
a { background-color: #6EDFB9; }
a { background-color: rgb(110,223,185); }
div.DivClassName
{
background-color: #6EDFB9;
}
.BgClassName
{
background-color: #6EDFB9;
}
</style>
border-color css
<style>
span { border-color: #6EDFB9; }
span { border-color: rgb(110,223,185); }
td.TdClassName
{
border-color: #6EDFB9;
}
.TagClassName
{
border-color: #6EDFB9;
}
</style>