Shades of Downy #6DDACC
Tints of Downy #6DDACC
RGB
CMYK
RGB Variations
Color information
#6DDACC (or 0x6DDACC) is known color: Downy. HEX triplet: 6D, DA and CC. RGB value is (109,218,204). Sum of RGB (Red+Green+Blue) = 109+218+204=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDACC is #922533. Grayscale: #B7B7B7. Windows color (decimal): -9577780 or 13425261. OLE color: 13425261.
HSL color Cylindrical-coordinate representation of color #6DDACC: hue angle of 172.29º 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 #6DDACC is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 204 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.15 |
| HSL | 172.29º | 0.6% | 0.64% | - |
| HSV(B) | 172.29º | 0.5% | 0.85% | - |
| XYZ | 42.28 | 57.75 | 66.05 | - |
| YUV | 183.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 204 | 0.5 | 0 | 0.06 | 0.15 | 172.29 | 0.6 | 0.64 |
| Hex | 6D | DA | CC | 32 | 0 | 6 | F | AC | 3C | 40 |
| Octal | 155 | 332 | 314 | 62 | 0 | 6 | 17 | 254 | 74 | 100 |
| Binary | 1101101 | 11011010 | 11001100 | 110010 | 0 | 110 | 1111 | 10101100 | 111100 | 1000000 |
Color Harmonies of #6DDACC
Complementary color
Monochromatic Colors of #6DDACC
Black with #6DDACC
Text Example
Text Example
White with #6DDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDACC; }
p { color: rgb(109,218,204); }
H1.HeaderClassName
{
color: #6DDACC;
}
.AnyTagClassName
{
color: #6DDACC;
}
</style>
background-color css
<style>
a { background-color: #6DDACC; }
a { background-color: rgb(109,218,204); }
div.DivClassName
{
background-color: #6DDACC;
}
.BgClassName
{
background-color: #6DDACC;
}
</style>
border-color css
<style>
span { border-color: #6DDACC; }
span { border-color: rgb(109,218,204); }
td.TdClassName
{
border-color: #6DDACC;
}
.TagClassName
{
border-color: #6DDACC;
}
</style>