Shades of Downy #6ED8B5
Tints of Downy #6ED8B5
RGB
CMYK
RGB Variations
Color information
#6ED8B5 (or 0x6ED8B5) is known color: Downy. HEX triplet: 6E, D8 and B5. RGB value is (110,216,181). Sum of RGB (Red+Green+Blue) = 110+216+181=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8B5 is #91274A. Grayscale: #B4B4B4. Windows color (decimal): -9512779 or 11917422. OLE color: 11917422.
HSL color Cylindrical-coordinate representation of color #6ED8B5: hue angle of 160.19º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8B5 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 181 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.15 |
| HSL | 160.19º | 0.58% | 0.64% | - |
| HSV(B) | 160.19º | 0.49% | 0.85% | - |
| XYZ | 39.33 | 55.76 | 52.41 | - |
| YUV | 180.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 181 | 0.49 | 0 | 0.16 | 0.15 | 160.19 | 0.58 | 0.64 |
| Hex | 6E | D8 | B5 | 31 | 0 | 10 | F | A0 | 3A | 40 |
| Octal | 156 | 330 | 265 | 61 | 0 | 20 | 17 | 240 | 72 | 100 |
| Binary | 1101110 | 11011000 | 10110101 | 110001 | 0 | 10000 | 1111 | 10100000 | 111010 | 1000000 |
Color Harmonies of #6ED8B5
Complementary color
Monochromatic Colors of #6ED8B5
Black with #6ED8B5
Text Example
Text Example
White with #6ED8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED8B5; }
p { color: rgb(110,216,181); }
H1.HeaderClassName
{
color: #6ED8B5;
}
.AnyTagClassName
{
color: #6ED8B5;
}
</style>
background-color css
<style>
a { background-color: #6ED8B5; }
a { background-color: rgb(110,216,181); }
div.DivClassName
{
background-color: #6ED8B5;
}
.BgClassName
{
background-color: #6ED8B5;
}
</style>
border-color css
<style>
span { border-color: #6ED8B5; }
span { border-color: rgb(110,216,181); }
td.TdClassName
{
border-color: #6ED8B5;
}
.TagClassName
{
border-color: #6ED8B5;
}
</style>