Shades of Downy #6EEFBC
Tints of Downy #6EEFBC
RGB
CMYK
RGB Variations
Color information
#6EEFBC (or 0x6EEFBC) is known color: Downy. HEX triplet: 6E, EF and BC. RGB value is (110,239,188). Sum of RGB (Red+Green+Blue) = 110+239+188=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFBC is #911043. Grayscale: #C2C2C2. Windows color (decimal): -9506884 or 12382062. OLE color: 12382062.
HSL color Cylindrical-coordinate representation of color #6EEFBC: hue angle of 156.28º 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 #6EEFBC is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 239 | 188 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.06 |
| HSL | 156.28º | 0.8% | 0.68% | - |
| HSV(B) | 156.28º | 0.54% | 0.94% | - |
| XYZ | 46.37 | 68.68 | 58.39 | - |
| YUV | 194.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 188 | 0.54 | 0 | 0.21 | 0.06 | 156.28 | 0.8 | 0.68 |
| Hex | 6E | EF | BC | 36 | 0 | 15 | 6 | 9C | 50 | 44 |
| Octal | 156 | 357 | 274 | 66 | 0 | 25 | 6 | 234 | 120 | 104 |
| Binary | 1101110 | 11101111 | 10111100 | 110110 | 0 | 10101 | 110 | 10011100 | 1010000 | 1000100 |
Color Harmonies of #6EEFBC
Complementary color
Monochromatic Colors of #6EEFBC
Black with #6EEFBC
Text Example
Text Example
White with #6EEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFBC; }
p { color: rgb(110,239,188); }
H1.HeaderClassName
{
color: #6EEFBC;
}
.AnyTagClassName
{
color: #6EEFBC;
}
</style>
background-color css
<style>
a { background-color: #6EEFBC; }
a { background-color: rgb(110,239,188); }
div.DivClassName
{
background-color: #6EEFBC;
}
.BgClassName
{
background-color: #6EEFBC;
}
</style>
border-color css
<style>
span { border-color: #6EEFBC; }
span { border-color: rgb(110,239,188); }
td.TdClassName
{
border-color: #6EEFBC;
}
.TagClassName
{
border-color: #6EEFBC;
}
</style>