Shades of Downy #6DDDC4
Tints of Downy #6DDDC4
RGB
CMYK
RGB Variations
Color information
#6DDDC4 (or 0x6DDDC4) is known color: Downy. HEX triplet: 6D, DD and C4. RGB value is (109,221,196). Sum of RGB (Red+Green+Blue) = 109+221+196=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDC4 is #92223B. Grayscale: #B8B8B8. Windows color (decimal): -9577020 or 12901741. OLE color: 12901741.
HSL color Cylindrical-coordinate representation of color #6DDDC4: hue angle of 166.61º degrees, saturation: 0.62, 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 #6DDDC4 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 196 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.13 |
| HSL | 166.61º | 0.62% | 0.65% | - |
| HSV(B) | 166.61º | 0.51% | 0.87% | - |
| XYZ | 42.13 | 58.95 | 61.38 | - |
| YUV | 184.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 196 | 0.51 | 0 | 0.11 | 0.13 | 166.61 | 0.62 | 0.65 |
| Hex | 6D | DD | C4 | 33 | 0 | B | D | A7 | 3E | 41 |
| Octal | 155 | 335 | 304 | 63 | 0 | 13 | 15 | 247 | 76 | 101 |
| Binary | 1101101 | 11011101 | 11000100 | 110011 | 0 | 1011 | 1101 | 10100111 | 111110 | 1000001 |
Color Harmonies of #6DDDC4
Complementary color
Monochromatic Colors of #6DDDC4
Black with #6DDDC4
Text Example
Text Example
White with #6DDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDC4; }
p { color: rgb(109,221,196); }
H1.HeaderClassName
{
color: #6DDDC4;
}
.AnyTagClassName
{
color: #6DDDC4;
}
</style>
background-color css
<style>
a { background-color: #6DDDC4; }
a { background-color: rgb(109,221,196); }
div.DivClassName
{
background-color: #6DDDC4;
}
.BgClassName
{
background-color: #6DDDC4;
}
</style>
border-color css
<style>
span { border-color: #6DDDC4; }
span { border-color: rgb(109,221,196); }
td.TdClassName
{
border-color: #6DDDC4;
}
.TagClassName
{
border-color: #6DDDC4;
}
</style>