Shades of Downy #6EEFBD
Tints of Downy #6EEFBD
RGB
CMYK
RGB Variations
Color information
#6EEFBD (or 0x6EEFBD) is known color: Downy. HEX triplet: 6E, EF and BD. RGB value is (110,239,189). Sum of RGB (Red+Green+Blue) = 110+239+189=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFBD is #911042. Grayscale: #C2C2C2. Windows color (decimal): -9506883 or 12447598. OLE color: 12447598.
HSL color Cylindrical-coordinate representation of color #6EEFBD: hue angle of 156.74º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFBD is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 239 | 189 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.06 |
| HSL | 156.74º | 0.8% | 0.68% | - |
| HSV(B) | 156.74º | 0.54% | 0.94% | - |
| XYZ | 46.48 | 68.72 | 58.96 | - |
| YUV | 194.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 189 | 0.54 | 0 | 0.21 | 0.06 | 156.74 | 0.8 | 0.68 |
| Hex | 6E | EF | BD | 36 | 0 | 15 | 6 | 9D | 50 | 44 |
| Octal | 156 | 357 | 275 | 66 | 0 | 25 | 6 | 235 | 120 | 104 |
| Binary | 1101110 | 11101111 | 10111101 | 110110 | 0 | 10101 | 110 | 10011101 | 1010000 | 1000100 |
Color Harmonies of #6EEFBD
Complementary color
Monochromatic Colors of #6EEFBD
Black with #6EEFBD
Text Example
Text Example
White with #6EEFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFBD; }
p { color: rgb(110,239,189); }
H1.HeaderClassName
{
color: #6EEFBD;
}
.AnyTagClassName
{
color: #6EEFBD;
}
</style>
background-color css
<style>
a { background-color: #6EEFBD; }
a { background-color: rgb(110,239,189); }
div.DivClassName
{
background-color: #6EEFBD;
}
.BgClassName
{
background-color: #6EEFBD;
}
</style>
border-color css
<style>
span { border-color: #6EEFBD; }
span { border-color: rgb(110,239,189); }
td.TdClassName
{
border-color: #6EEFBD;
}
.TagClassName
{
border-color: #6EEFBD;
}
</style>