Shades of Downy #6DDAD0
Tints of Downy #6DDAD0
RGB
CMYK
RGB Variations
Color information
#6DDAD0 (or 0x6DDAD0) is known color: Downy. HEX triplet: 6D, DA and D0. RGB value is (109,218,208). Sum of RGB (Red+Green+Blue) = 109+218+208=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAD0 is #92252F. Grayscale: #B8B8B8. Windows color (decimal): -9577776 or 13687405. OLE color: 13687405.
HSL color Cylindrical-coordinate representation of color #6DDAD0: hue angle of 174.5º 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 #6DDAD0 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 208 | - |
| CMYK | 0.5 | 0 | 0.05 | 0.15 |
| HSL | 174.5º | 0.6% | 0.64% | - |
| HSV(B) | 174.5º | 0.5% | 0.85% | - |
| XYZ | 42.76 | 57.95 | 68.61 | - |
| YUV | 184.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 208 | 0.5 | 0 | 0.05 | 0.15 | 174.5 | 0.6 | 0.64 |
| Hex | 6D | DA | D0 | 32 | 0 | 5 | F | AE | 3C | 40 |
| Octal | 155 | 332 | 320 | 62 | 0 | 5 | 17 | 256 | 74 | 100 |
| Binary | 1101101 | 11011010 | 11010000 | 110010 | 0 | 101 | 1111 | 10101110 | 111100 | 1000000 |
Color Harmonies of #6DDAD0
Complementary color
Monochromatic Colors of #6DDAD0
Black with #6DDAD0
Text Example
Text Example
White with #6DDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDAD0; }
p { color: rgb(109,218,208); }
H1.HeaderClassName
{
color: #6DDAD0;
}
.AnyTagClassName
{
color: #6DDAD0;
}
</style>
background-color css
<style>
a { background-color: #6DDAD0; }
a { background-color: rgb(109,218,208); }
div.DivClassName
{
background-color: #6DDAD0;
}
.BgClassName
{
background-color: #6DDAD0;
}
</style>
border-color css
<style>
span { border-color: #6DDAD0; }
span { border-color: rgb(109,218,208); }
td.TdClassName
{
border-color: #6DDAD0;
}
.TagClassName
{
border-color: #6DDAD0;
}
</style>