Shades of Downy #6EDCBF
Tints of Downy #6EDCBF
RGB
CMYK
RGB Variations
Color information
#6EDCBF (or 0x6EDCBF) is known color: Downy. HEX triplet: 6E, DC and BF. RGB value is (110,220,191). Sum of RGB (Red+Green+Blue) = 110+220+191=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCBF is #912340. Grayscale: #B7B7B7. Windows color (decimal): -9511745 or 12573806. OLE color: 12573806.
HSL color Cylindrical-coordinate representation of color #6EDCBF: hue angle of 164.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDCBF is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 191 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.14 |
| HSL | 164.18º | 0.61% | 0.65% | - |
| HSV(B) | 164.18º | 0.5% | 0.86% | - |
| XYZ | 41.43 | 58.26 | 58.35 | - |
| YUV | 183.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 191 | 0.50 | 0 | 0.13 | 0.14 | 164.18 | 0.61 | 0.65 |
| Hex | 6E | DC | BF | 32 | 0 | D | E | A4 | 3D | 41 |
| Octal | 156 | 334 | 277 | 62 | 0 | 15 | 16 | 244 | 75 | 101 |
| Binary | 1101110 | 11011100 | 10111111 | 110010 | 0 | 1101 | 1110 | 10100100 | 111101 | 1000001 |
Color Harmonies of #6EDCBF
Complementary color
Monochromatic Colors of #6EDCBF
Black with #6EDCBF
Text Example
Text Example
White with #6EDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDCBF; }
p { color: rgb(110,220,191); }
H1.HeaderClassName
{
color: #6EDCBF;
}
.AnyTagClassName
{
color: #6EDCBF;
}
</style>
background-color css
<style>
a { background-color: #6EDCBF; }
a { background-color: rgb(110,220,191); }
div.DivClassName
{
background-color: #6EDCBF;
}
.BgClassName
{
background-color: #6EDCBF;
}
</style>
border-color css
<style>
span { border-color: #6EDCBF; }
span { border-color: rgb(110,220,191); }
td.TdClassName
{
border-color: #6EDCBF;
}
.TagClassName
{
border-color: #6EDCBF;
}
</style>