Shades of Downy #6DE2CE
Tints of Downy #6DE2CE
RGB
CMYK
RGB Variations
Color information
#6DE2CE (or 0x6DE2CE) is known color: Downy. HEX triplet: 6D, E2 and CE. RGB value is (109,226,206). Sum of RGB (Red+Green+Blue) = 109+226+206=541 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.15% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE2CE is #921D31. Grayscale: #BCBCBC. Windows color (decimal): -9575730 or 13558381. OLE color: 13558381.
HSL color Cylindrical-coordinate representation of color #6DE2CE: hue angle of 169.74º degrees, saturation: 0.67, 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 #6DE2CE is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 226 | 206 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.11 |
| HSL | 169.74º | 0.67% | 0.66% | - |
| HSV(B) | 169.74º | 0.52% | 0.89% | - |
| XYZ | 44.64 | 62.1 | 68.03 | - |
| YUV | 188.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 226 | 206 | 0.52 | 0 | 0.09 | 0.11 | 169.74 | 0.67 | 0.66 |
| Hex | 6D | E2 | CE | 34 | 0 | 9 | B | AA | 43 | 42 |
| Octal | 155 | 342 | 316 | 64 | 0 | 11 | 13 | 252 | 103 | 102 |
| Binary | 1101101 | 11100010 | 11001110 | 110100 | 0 | 1001 | 1011 | 10101010 | 1000011 | 1000010 |
Color Harmonies of #6DE2CE
Complementary color
Monochromatic Colors of #6DE2CE
Black with #6DE2CE
Text Example
Text Example
White with #6DE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE2CE; }
p { color: rgb(109,226,206); }
H1.HeaderClassName
{
color: #6DE2CE;
}
.AnyTagClassName
{
color: #6DE2CE;
}
</style>
background-color css
<style>
a { background-color: #6DE2CE; }
a { background-color: rgb(109,226,206); }
div.DivClassName
{
background-color: #6DE2CE;
}
.BgClassName
{
background-color: #6DE2CE;
}
</style>
border-color css
<style>
span { border-color: #6DE2CE; }
span { border-color: rgb(109,226,206); }
td.TdClassName
{
border-color: #6DE2CE;
}
.TagClassName
{
border-color: #6DE2CE;
}
</style>