Shades of Downy #6ED1BE
Tints of Downy #6ED1BE
RGB
CMYK
RGB Variations
Color information
#6ED1BE (or 0x6ED1BE) is known color: Downy. HEX triplet: 6E, D1 and BE. RGB value is (110,209,190). Sum of RGB (Red+Green+Blue) = 110+209+190=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED1BE is #912E41. Grayscale: #B1B1B1. Windows color (decimal): -9514562 or 12505454. OLE color: 12505454.
HSL color Cylindrical-coordinate representation of color #6ED1BE: hue angle of 168.48º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED1BE is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 190 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.18 |
| HSL | 168.48º | 0.52% | 0.63% | - |
| HSV(B) | 168.48º | 0.47% | 0.82% | - |
| XYZ | 38.53 | 52.63 | 56.84 | - |
| YUV | 177.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 190 | 0.47 | 0 | 0.09 | 0.18 | 168.48 | 0.52 | 0.63 |
| Hex | 6E | D1 | BE | 2F | 0 | 9 | 12 | A8 | 34 | 3F |
| Octal | 156 | 321 | 276 | 57 | 0 | 11 | 22 | 250 | 64 | 77 |
| Binary | 1101110 | 11010001 | 10111110 | 101111 | 0 | 1001 | 10010 | 10101000 | 110100 | 111111 |
Color Harmonies of #6ED1BE
Complementary color
Monochromatic Colors of #6ED1BE
Black with #6ED1BE
Text Example
Text Example
White with #6ED1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED1BE; }
p { color: rgb(110,209,190); }
H1.HeaderClassName
{
color: #6ED1BE;
}
.AnyTagClassName
{
color: #6ED1BE;
}
</style>
background-color css
<style>
a { background-color: #6ED1BE; }
a { background-color: rgb(110,209,190); }
div.DivClassName
{
background-color: #6ED1BE;
}
.BgClassName
{
background-color: #6ED1BE;
}
</style>
border-color css
<style>
span { border-color: #6ED1BE; }
span { border-color: rgb(110,209,190); }
td.TdClassName
{
border-color: #6ED1BE;
}
.TagClassName
{
border-color: #6ED1BE;
}
</style>