Shades of Downy #6EDECB
Tints of Downy #6EDECB
RGB
CMYK
RGB Variations
Color information
#6EDECB (or 0x6EDECB) is known color: Downy. HEX triplet: 6E, DE and CB. RGB value is (110,222,203). Sum of RGB (Red+Green+Blue) = 110+222+203=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDECB is #912134. Grayscale: #BABABA. Windows color (decimal): -9511221 or 13360750. OLE color: 13360750.
HSL color Cylindrical-coordinate representation of color #6EDECB: hue angle of 169.82º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDECB is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 203 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.13 |
| HSL | 169.82º | 0.63% | 0.65% | - |
| HSV(B) | 169.82º | 0.5% | 0.87% | - |
| XYZ | 43.33 | 59.87 | 65.77 | - |
| YUV | 186.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 203 | 0.50 | 0 | 0.09 | 0.13 | 169.82 | 0.63 | 0.65 |
| Hex | 6E | DE | CB | 32 | 0 | 9 | D | AA | 3F | 41 |
| Octal | 156 | 336 | 313 | 62 | 0 | 11 | 15 | 252 | 77 | 101 |
| Binary | 1101110 | 11011110 | 11001011 | 110010 | 0 | 1001 | 1101 | 10101010 | 111111 | 1000001 |
Color Harmonies of #6EDECB
Complementary color
Monochromatic Colors of #6EDECB
Black with #6EDECB
Text Example
Text Example
White with #6EDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDECB; }
p { color: rgb(110,222,203); }
H1.HeaderClassName
{
color: #6EDECB;
}
.AnyTagClassName
{
color: #6EDECB;
}
</style>
background-color css
<style>
a { background-color: #6EDECB; }
a { background-color: rgb(110,222,203); }
div.DivClassName
{
background-color: #6EDECB;
}
.BgClassName
{
background-color: #6EDECB;
}
</style>
border-color css
<style>
span { border-color: #6EDECB; }
span { border-color: rgb(110,222,203); }
td.TdClassName
{
border-color: #6EDECB;
}
.TagClassName
{
border-color: #6EDECB;
}
</style>