Shades of Downy #6DE4C8
Tints of Downy #6DE4C8
RGB
CMYK
RGB Variations
Color information
#6DE4C8 (or 0x6DE4C8) is known color: Downy. HEX triplet: 6D, E4 and C8. RGB value is (109,228,200). Sum of RGB (Red+Green+Blue) = 109+228+200=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #6DE4C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE4C8 is #921B37. Grayscale: #BDBDBD. Windows color (decimal): -9575224 or 13165677. OLE color: 13165677.
HSL color Cylindrical-coordinate representation of color #6DE4C8: hue angle of 165.88º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE4C8 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 228 | 200 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.11 |
| HSL | 165.88º | 0.69% | 0.66% | - |
| HSV(B) | 165.88º | 0.52% | 0.89% | - |
| XYZ | 44.48 | 62.91 | 64.44 | - |
| YUV | 189.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 228 | 200 | 0.52 | 0 | 0.12 | 0.11 | 165.88 | 0.69 | 0.66 |
| Hex | 6D | E4 | C8 | 34 | 0 | C | B | A6 | 45 | 42 |
| Octal | 155 | 344 | 310 | 64 | 0 | 14 | 13 | 246 | 105 | 102 |
| Binary | 1101101 | 11100100 | 11001000 | 110100 | 0 | 1100 | 1011 | 10100110 | 1000101 | 1000010 |
Color Harmonies of #6DE4C8
Complementary color
Monochromatic Colors of #6DE4C8
Black with #6DE4C8
Text Example
Text Example
White with #6DE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE4C8; }
p { color: rgb(109,228,200); }
H1.HeaderClassName
{
color: #6DE4C8;
}
.AnyTagClassName
{
color: #6DE4C8;
}
</style>
background-color css
<style>
a { background-color: #6DE4C8; }
a { background-color: rgb(109,228,200); }
div.DivClassName
{
background-color: #6DE4C8;
}
.BgClassName
{
background-color: #6DE4C8;
}
</style>
border-color css
<style>
span { border-color: #6DE4C8; }
span { border-color: rgb(109,228,200); }
td.TdClassName
{
border-color: #6DE4C8;
}
.TagClassName
{
border-color: #6DE4C8;
}
</style>