Shades of Downy #6EDFBA
Tints of Downy #6EDFBA
RGB
CMYK
RGB Variations
Color information
#6EDFBA (or 0x6EDFBA) is known color: Downy. HEX triplet: 6E, DF and BA. RGB value is (110,223,186). Sum of RGB (Red+Green+Blue) = 110+223+186=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFBA is #912045. Grayscale: #B9B9B9. Windows color (decimal): -9510982 or 12246894. OLE color: 12246894.
HSL color Cylindrical-coordinate representation of color #6EDFBA: hue angle of 160.35º 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 #6EDFBA is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 186 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.13 |
| HSL | 160.35º | 0.64% | 0.65% | - |
| HSV(B) | 160.35º | 0.51% | 0.87% | - |
| XYZ | 41.68 | 59.64 | 55.77 | - |
| YUV | 185 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 186 | 0.51 | 0 | 0.17 | 0.13 | 160.35 | 0.64 | 0.65 |
| Hex | 6E | DF | BA | 33 | 0 | 11 | D | A0 | 40 | 41 |
| Octal | 156 | 337 | 272 | 63 | 0 | 21 | 15 | 240 | 100 | 101 |
| Binary | 1101110 | 11011111 | 10111010 | 110011 | 0 | 10001 | 1101 | 10100000 | 1000000 | 1000001 |
Color Harmonies of #6EDFBA
Complementary color
Monochromatic Colors of #6EDFBA
Black with #6EDFBA
Text Example
Text Example
White with #6EDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFBA; }
p { color: rgb(110,223,186); }
H1.HeaderClassName
{
color: #6EDFBA;
}
.AnyTagClassName
{
color: #6EDFBA;
}
</style>
background-color css
<style>
a { background-color: #6EDFBA; }
a { background-color: rgb(110,223,186); }
div.DivClassName
{
background-color: #6EDFBA;
}
.BgClassName
{
background-color: #6EDFBA;
}
</style>
border-color css
<style>
span { border-color: #6EDFBA; }
span { border-color: rgb(110,223,186); }
td.TdClassName
{
border-color: #6EDFBA;
}
.TagClassName
{
border-color: #6EDFBA;
}
</style>