Shades of Downy #6EDFD1
Tints of Downy #6EDFD1
RGB
CMYK
RGB Variations
Color information
#6EDFD1 (or 0x6EDFD1) is known color: Downy. HEX triplet: 6E, DF and D1. RGB value is (110,223,209). Sum of RGB (Red+Green+Blue) = 110+223+209=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFD1 is #91202E. Grayscale: #BBBBBB. Windows color (decimal): -9510959 or 13754222. OLE color: 13754222.
HSL color Cylindrical-coordinate representation of color #6EDFD1: hue angle of 172.57º 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 #6EDFD1 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 209 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.13 |
| HSL | 172.57º | 0.64% | 0.65% | - |
| HSV(B) | 172.57º | 0.51% | 0.87% | - |
| XYZ | 44.33 | 60.69 | 69.7 | - |
| YUV | 187.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 209 | 0.51 | 0 | 0.06 | 0.13 | 172.57 | 0.64 | 0.65 |
| Hex | 6E | DF | D1 | 33 | 0 | 6 | D | AD | 40 | 41 |
| Octal | 156 | 337 | 321 | 63 | 0 | 6 | 15 | 255 | 100 | 101 |
| Binary | 1101110 | 11011111 | 11010001 | 110011 | 0 | 110 | 1101 | 10101101 | 1000000 | 1000001 |
Color Harmonies of #6EDFD1
Complementary color
Monochromatic Colors of #6EDFD1
Black with #6EDFD1
Text Example
Text Example
White with #6EDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFD1; }
p { color: rgb(110,223,209); }
H1.HeaderClassName
{
color: #6EDFD1;
}
.AnyTagClassName
{
color: #6EDFD1;
}
</style>
background-color css
<style>
a { background-color: #6EDFD1; }
a { background-color: rgb(110,223,209); }
div.DivClassName
{
background-color: #6EDFD1;
}
.BgClassName
{
background-color: #6EDFD1;
}
</style>
border-color css
<style>
span { border-color: #6EDFD1; }
span { border-color: rgb(110,223,209); }
td.TdClassName
{
border-color: #6EDFD1;
}
.TagClassName
{
border-color: #6EDFD1;
}
</style>