Shades of Downy #6DDCC3
Tints of Downy #6DDCC3
RGB
CMYK
RGB Variations
Color information
#6DDCC3 (or 0x6DDCC3) is known color: Downy. HEX triplet: 6D, DC and C3. RGB value is (109,220,195). Sum of RGB (Red+Green+Blue) = 109+220+195=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCC3 is #92233C. Grayscale: #B7B7B7. Windows color (decimal): -9577277 or 12835949. OLE color: 12835949.
HSL color Cylindrical-coordinate representation of color #6DDCC3: hue angle of 166.49º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCC3 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 195 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.14 |
| HSL | 166.49º | 0.61% | 0.65% | - |
| HSV(B) | 166.49º | 0.5% | 0.86% | - |
| XYZ | 41.75 | 58.38 | 60.7 | - |
| YUV | 183.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 195 | 0.50 | 0 | 0.11 | 0.14 | 166.49 | 0.61 | 0.65 |
| Hex | 6D | DC | C3 | 32 | 0 | B | E | A6 | 3D | 41 |
| Octal | 155 | 334 | 303 | 62 | 0 | 13 | 16 | 246 | 75 | 101 |
| Binary | 1101101 | 11011100 | 11000011 | 110010 | 0 | 1011 | 1110 | 10100110 | 111101 | 1000001 |
Color Harmonies of #6DDCC3
Complementary color
Monochromatic Colors of #6DDCC3
Black with #6DDCC3
Text Example
Text Example
White with #6DDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCC3; }
p { color: rgb(109,220,195); }
H1.HeaderClassName
{
color: #6DDCC3;
}
.AnyTagClassName
{
color: #6DDCC3;
}
</style>
background-color css
<style>
a { background-color: #6DDCC3; }
a { background-color: rgb(109,220,195); }
div.DivClassName
{
background-color: #6DDCC3;
}
.BgClassName
{
background-color: #6DDCC3;
}
</style>
border-color css
<style>
span { border-color: #6DDCC3; }
span { border-color: rgb(109,220,195); }
td.TdClassName
{
border-color: #6DDCC3;
}
.TagClassName
{
border-color: #6DDCC3;
}
</style>