Shades of Downy #6DDEC4
Tints of Downy #6DDEC4
RGB
CMYK
RGB Variations
Color information
#6DDEC4 (or 0x6DDEC4) is known color: Downy. HEX triplet: 6D, DE and C4. RGB value is (109,222,196). Sum of RGB (Red+Green+Blue) = 109+222+196=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEC4 is #92213B. Grayscale: #B9B9B9. Windows color (decimal): -9576764 or 12901997. OLE color: 12901997.
HSL color Cylindrical-coordinate representation of color #6DDEC4: hue angle of 166.19º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDEC4 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 196 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.13 |
| HSL | 166.19º | 0.63% | 0.65% | - |
| HSV(B) | 166.19º | 0.51% | 0.87% | - |
| XYZ | 42.39 | 59.48 | 61.47 | - |
| YUV | 185.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 196 | 0.51 | 0 | 0.12 | 0.13 | 166.19 | 0.63 | 0.65 |
| Hex | 6D | DE | C4 | 33 | 0 | C | D | A6 | 3F | 41 |
| Octal | 155 | 336 | 304 | 63 | 0 | 14 | 15 | 246 | 77 | 101 |
| Binary | 1101101 | 11011110 | 11000100 | 110011 | 0 | 1100 | 1101 | 10100110 | 111111 | 1000001 |
Color Harmonies of #6DDEC4
Complementary color
Monochromatic Colors of #6DDEC4
Black with #6DDEC4
Text Example
Text Example
White with #6DDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEC4; }
p { color: rgb(109,222,196); }
H1.HeaderClassName
{
color: #6DDEC4;
}
.AnyTagClassName
{
color: #6DDEC4;
}
</style>
background-color css
<style>
a { background-color: #6DDEC4; }
a { background-color: rgb(109,222,196); }
div.DivClassName
{
background-color: #6DDEC4;
}
.BgClassName
{
background-color: #6DDEC4;
}
</style>
border-color css
<style>
span { border-color: #6DDEC4; }
span { border-color: rgb(109,222,196); }
td.TdClassName
{
border-color: #6DDEC4;
}
.TagClassName
{
border-color: #6DDEC4;
}
</style>