Shades of Downy #6ED0B7
Tints of Downy #6ED0B7
RGB
CMYK
RGB Variations
Color information
#6ED0B7 (or 0x6ED0B7) is known color: Downy. HEX triplet: 6E, D0 and B7. RGB value is (110,208,183). Sum of RGB (Red+Green+Blue) = 110+208+183=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED0B7 is #912F48. Grayscale: #AFAFAF. Windows color (decimal): -9514825 or 12046446. OLE color: 12046446.
HSL color Cylindrical-coordinate representation of color #6ED0B7: hue angle of 164.69º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED0B7 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 183 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.18 |
| HSL | 164.69º | 0.51% | 0.62% | - |
| HSV(B) | 164.69º | 0.47% | 0.82% | - |
| XYZ | 37.53 | 51.85 | 52.83 | - |
| YUV | 175.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 183 | 0.47 | 0 | 0.12 | 0.18 | 164.69 | 0.51 | 0.62 |
| Hex | 6E | D0 | B7 | 2F | 0 | C | 12 | A5 | 33 | 3E |
| Octal | 156 | 320 | 267 | 57 | 0 | 14 | 22 | 245 | 63 | 76 |
| Binary | 1101110 | 11010000 | 10110111 | 101111 | 0 | 1100 | 10010 | 10100101 | 110011 | 111110 |
Color Harmonies of #6ED0B7
Complementary color
Monochromatic Colors of #6ED0B7
Black with #6ED0B7
Text Example
Text Example
White with #6ED0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED0B7; }
p { color: rgb(110,208,183); }
H1.HeaderClassName
{
color: #6ED0B7;
}
.AnyTagClassName
{
color: #6ED0B7;
}
</style>
background-color css
<style>
a { background-color: #6ED0B7; }
a { background-color: rgb(110,208,183); }
div.DivClassName
{
background-color: #6ED0B7;
}
.BgClassName
{
background-color: #6ED0B7;
}
</style>
border-color css
<style>
span { border-color: #6ED0B7; }
span { border-color: rgb(110,208,183); }
td.TdClassName
{
border-color: #6ED0B7;
}
.TagClassName
{
border-color: #6ED0B7;
}
</style>