Shades of Downy #6DDCC4
Tints of Downy #6DDCC4
RGB
CMYK
RGB Variations
Color information
#6DDCC4 (or 0x6DDCC4) is known color: Downy. HEX triplet: 6D, DC and C4. RGB value is (109,220,196). Sum of RGB (Red+Green+Blue) = 109+220+196=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCC4 is #92233B. Grayscale: #B8B8B8. Windows color (decimal): -9577276 or 12901485. OLE color: 12901485.
HSL color Cylindrical-coordinate representation of color #6DDCC4: hue angle of 167.03º 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 #6DDCC4 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 196 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.14 |
| HSL | 167.03º | 0.61% | 0.65% | - |
| HSV(B) | 167.03º | 0.5% | 0.86% | - |
| XYZ | 41.86 | 58.42 | 61.29 | - |
| YUV | 184.08 | 134.73 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 196 | 0.50 | 0 | 0.11 | 0.14 | 167.03 | 0.61 | 0.65 |
| Hex | 6D | DC | C4 | 32 | 0 | B | E | A7 | 3D | 41 |
| Octal | 155 | 334 | 304 | 62 | 0 | 13 | 16 | 247 | 75 | 101 |
| Binary | 1101101 | 11011100 | 11000100 | 110010 | 0 | 1011 | 1110 | 10100111 | 111101 | 1000001 |
Color Harmonies of #6DDCC4
Complementary color
Monochromatic Colors of #6DDCC4
Black with #6DDCC4
Text Example
Text Example
White with #6DDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCC4; }
p { color: rgb(109,220,196); }
H1.HeaderClassName
{
color: #6DDCC4;
}
.AnyTagClassName
{
color: #6DDCC4;
}
</style>
background-color css
<style>
a { background-color: #6DDCC4; }
a { background-color: rgb(109,220,196); }
div.DivClassName
{
background-color: #6DDCC4;
}
.BgClassName
{
background-color: #6DDCC4;
}
</style>
border-color css
<style>
span { border-color: #6DDCC4; }
span { border-color: rgb(109,220,196); }
td.TdClassName
{
border-color: #6DDCC4;
}
.TagClassName
{
border-color: #6DDCC4;
}
</style>