Shades of Downy #6DE9D1
Tints of Downy #6DE9D1
RGB
CMYK
RGB Variations
Color information
#6DE9D1 (or 0x6DE9D1) is known color: Downy. HEX triplet: 6D, E9 and D1. RGB value is (109,233,209). Sum of RGB (Red+Green+Blue) = 109+233+209=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #6DE9D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE9D1 is #92162E. Grayscale: #C1C1C1. Windows color (decimal): -9573935 or 13756781. OLE color: 13756781.
HSL color Cylindrical-coordinate representation of color #6DE9D1: hue angle of 168.39º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE9D1 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 233 | 209 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.09 |
| HSL | 168.39º | 0.74% | 0.67% | - |
| HSV(B) | 168.39º | 0.53% | 0.91% | - |
| XYZ | 46.95 | 66.13 | 70.61 | - |
| YUV | 193.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 233 | 209 | 0.53 | 0 | 0.10 | 0.09 | 168.39 | 0.74 | 0.67 |
| Hex | 6D | E9 | D1 | 35 | 0 | A | 9 | A8 | 4A | 43 |
| Octal | 155 | 351 | 321 | 65 | 0 | 12 | 11 | 250 | 112 | 103 |
| Binary | 1101101 | 11101001 | 11010001 | 110101 | 0 | 1010 | 1001 | 10101000 | 1001010 | 1000011 |
Color Harmonies of #6DE9D1
Complementary color
Monochromatic Colors of #6DE9D1
Black with #6DE9D1
Text Example
Text Example
White with #6DE9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE9D1; }
p { color: rgb(109,233,209); }
H1.HeaderClassName
{
color: #6DE9D1;
}
.AnyTagClassName
{
color: #6DE9D1;
}
</style>
background-color css
<style>
a { background-color: #6DE9D1; }
a { background-color: rgb(109,233,209); }
div.DivClassName
{
background-color: #6DE9D1;
}
.BgClassName
{
background-color: #6DE9D1;
}
</style>
border-color css
<style>
span { border-color: #6DE9D1; }
span { border-color: rgb(109,233,209); }
td.TdClassName
{
border-color: #6DE9D1;
}
.TagClassName
{
border-color: #6DE9D1;
}
</style>