Shades of Downy #6DDECE
Tints of Downy #6DDECE
RGB
CMYK
RGB Variations
Color information
#6DDECE (or 0x6DDECE) is known color: Downy. HEX triplet: 6D, DE and CE. RGB value is (109,222,206). Sum of RGB (Red+Green+Blue) = 109+222+206=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDECE is #922131. Grayscale: #BABABA. Windows color (decimal): -9576754 or 13557357. OLE color: 13557357.
HSL color Cylindrical-coordinate representation of color #6DDECE: hue angle of 171.5º 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 #6DDECE is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 206 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.13 |
| HSL | 171.5º | 0.63% | 0.65% | - |
| HSV(B) | 171.5º | 0.51% | 0.87% | - |
| XYZ | 43.57 | 59.95 | 67.67 | - |
| YUV | 186.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 206 | 0.51 | 0 | 0.07 | 0.13 | 171.5 | 0.63 | 0.65 |
| Hex | 6D | DE | CE | 33 | 0 | 7 | D | AC | 3F | 41 |
| Octal | 155 | 336 | 316 | 63 | 0 | 7 | 15 | 254 | 77 | 101 |
| Binary | 1101101 | 11011110 | 11001110 | 110011 | 0 | 111 | 1101 | 10101100 | 111111 | 1000001 |
Color Harmonies of #6DDECE
Complementary color
Monochromatic Colors of #6DDECE
Black with #6DDECE
Text Example
Text Example
White with #6DDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDECE; }
p { color: rgb(109,222,206); }
H1.HeaderClassName
{
color: #6DDECE;
}
.AnyTagClassName
{
color: #6DDECE;
}
</style>
background-color css
<style>
a { background-color: #6DDECE; }
a { background-color: rgb(109,222,206); }
div.DivClassName
{
background-color: #6DDECE;
}
.BgClassName
{
background-color: #6DDECE;
}
</style>
border-color css
<style>
span { border-color: #6DDECE; }
span { border-color: rgb(109,222,206); }
td.TdClassName
{
border-color: #6DDECE;
}
.TagClassName
{
border-color: #6DDECE;
}
</style>