Shades of Downy #6DE1C3
Tints of Downy #6DE1C3
RGB
CMYK
RGB Variations
Color information
#6DE1C3 (or 0x6DE1C3) is known color: Downy. HEX triplet: 6D, E1 and C3. RGB value is (109,225,195). Sum of RGB (Red+Green+Blue) = 109+225+195=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #6DE1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE1C3 is #921E3C. Grayscale: #BABABA. Windows color (decimal): -9575997 or 12837229. OLE color: 12837229.
HSL color Cylindrical-coordinate representation of color #6DE1C3: hue angle of 164.48º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE1C3 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 225 | 195 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.12 |
| HSL | 164.48º | 0.66% | 0.65% | - |
| HSV(B) | 164.48º | 0.52% | 0.88% | - |
| XYZ | 43.08 | 61.04 | 61.14 | - |
| YUV | 186.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 225 | 195 | 0.52 | 0 | 0.13 | 0.12 | 164.48 | 0.66 | 0.65 |
| Hex | 6D | E1 | C3 | 34 | 0 | D | C | A4 | 42 | 41 |
| Octal | 155 | 341 | 303 | 64 | 0 | 15 | 14 | 244 | 102 | 101 |
| Binary | 1101101 | 11100001 | 11000011 | 110100 | 0 | 1101 | 1100 | 10100100 | 1000010 | 1000001 |
Color Harmonies of #6DE1C3
Complementary color
Monochromatic Colors of #6DE1C3
Black with #6DE1C3
Text Example
Text Example
White with #6DE1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE1C3; }
p { color: rgb(109,225,195); }
H1.HeaderClassName
{
color: #6DE1C3;
}
.AnyTagClassName
{
color: #6DE1C3;
}
</style>
background-color css
<style>
a { background-color: #6DE1C3; }
a { background-color: rgb(109,225,195); }
div.DivClassName
{
background-color: #6DE1C3;
}
.BgClassName
{
background-color: #6DE1C3;
}
</style>
border-color css
<style>
span { border-color: #6DE1C3; }
span { border-color: rgb(109,225,195); }
td.TdClassName
{
border-color: #6DE1C3;
}
.TagClassName
{
border-color: #6DE1C3;
}
</style>