Shades of Downy #6DDAC7
Tints of Downy #6DDAC7
RGB
CMYK
RGB Variations
Color information
#6DDAC7 (or 0x6DDAC7) is known color: Downy. HEX triplet: 6D, DA and C7. RGB value is (109,218,199). Sum of RGB (Red+Green+Blue) = 109+218+199=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAC7 is #922538. Grayscale: #B7B7B7. Windows color (decimal): -9577785 or 13097581. OLE color: 13097581.
HSL color Cylindrical-coordinate representation of color #6DDAC7: hue angle of 169.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAC7 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 199 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.15 |
| HSL | 169.54º | 0.6% | 0.64% | - |
| HSV(B) | 169.54º | 0.5% | 0.85% | - |
| XYZ | 41.69 | 57.52 | 62.94 | - |
| YUV | 183.24 | 136.89 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 199 | 0.5 | 0 | 0.09 | 0.15 | 169.54 | 0.6 | 0.64 |
| Hex | 6D | DA | C7 | 32 | 0 | 9 | F | AA | 3C | 40 |
| Octal | 155 | 332 | 307 | 62 | 0 | 11 | 17 | 252 | 74 | 100 |
| Binary | 1101101 | 11011010 | 11000111 | 110010 | 0 | 1001 | 1111 | 10101010 | 111100 | 1000000 |
Color Harmonies of #6DDAC7
Complementary color
Monochromatic Colors of #6DDAC7
Black with #6DDAC7
Text Example
Text Example
White with #6DDAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDAC7; }
p { color: rgb(109,218,199); }
H1.HeaderClassName
{
color: #6DDAC7;
}
.AnyTagClassName
{
color: #6DDAC7;
}
</style>
background-color css
<style>
a { background-color: #6DDAC7; }
a { background-color: rgb(109,218,199); }
div.DivClassName
{
background-color: #6DDAC7;
}
.BgClassName
{
background-color: #6DDAC7;
}
</style>
border-color css
<style>
span { border-color: #6DDAC7; }
span { border-color: rgb(109,218,199); }
td.TdClassName
{
border-color: #6DDAC7;
}
.TagClassName
{
border-color: #6DDAC7;
}
</style>