Shades of Downy #6ED9B5
Tints of Downy #6ED9B5
RGB
CMYK
RGB Variations
Color information
#6ED9B5 (or 0x6ED9B5) is known color: Downy. HEX triplet: 6E, D9 and B5. RGB value is (110,217,181). Sum of RGB (Red+Green+Blue) = 110+217+181=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED9B5 is #91264A. Grayscale: #B4B4B4. Windows color (decimal): -9512523 or 11917678. OLE color: 11917678.
HSL color Cylindrical-coordinate representation of color #6ED9B5: hue angle of 159.81º 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 #6ED9B5 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 181 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.15 |
| HSL | 159.81º | 0.58% | 0.64% | - |
| HSV(B) | 159.81º | 0.49% | 0.85% | - |
| XYZ | 39.58 | 56.28 | 52.49 | - |
| YUV | 180.9 | 128.05 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 181 | 0.49 | 0 | 0.17 | 0.15 | 159.81 | 0.58 | 0.64 |
| Hex | 6E | D9 | B5 | 31 | 0 | 11 | F | A0 | 3A | 40 |
| Octal | 156 | 331 | 265 | 61 | 0 | 21 | 17 | 240 | 72 | 100 |
| Binary | 1101110 | 11011001 | 10110101 | 110001 | 0 | 10001 | 1111 | 10100000 | 111010 | 1000000 |
Color Harmonies of #6ED9B5
Complementary color
Monochromatic Colors of #6ED9B5
Black with #6ED9B5
Text Example
Text Example
White with #6ED9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED9B5; }
p { color: rgb(110,217,181); }
H1.HeaderClassName
{
color: #6ED9B5;
}
.AnyTagClassName
{
color: #6ED9B5;
}
</style>
background-color css
<style>
a { background-color: #6ED9B5; }
a { background-color: rgb(110,217,181); }
div.DivClassName
{
background-color: #6ED9B5;
}
.BgClassName
{
background-color: #6ED9B5;
}
</style>
border-color css
<style>
span { border-color: #6ED9B5; }
span { border-color: rgb(110,217,181); }
td.TdClassName
{
border-color: #6ED9B5;
}
.TagClassName
{
border-color: #6ED9B5;
}
</style>