Shades of Downy #6DDABC
Tints of Downy #6DDABC
RGB
CMYK
RGB Variations
Color information
#6DDABC (or 0x6DDABC) is known color: Downy. HEX triplet: 6D, DA and BC. RGB value is (109,218,188). Sum of RGB (Red+Green+Blue) = 109+218+188=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDABC is #922543. Grayscale: #B6B6B6. Windows color (decimal): -9577796 or 12376685. OLE color: 12376685.
HSL color Cylindrical-coordinate representation of color #6DDABC: hue angle of 163.49º 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 #6DDABC is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 188 | - |
| CMYK | 0.5 | 0 | 0.14 | 0.15 |
| HSL | 163.49º | 0.6% | 0.64% | - |
| HSV(B) | 163.49º | 0.5% | 0.85% | - |
| XYZ | 40.46 | 57.02 | 56.45 | - |
| YUV | 181.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 188 | 0.5 | 0 | 0.14 | 0.15 | 163.49 | 0.6 | 0.64 |
| Hex | 6D | DA | BC | 32 | 0 | E | F | A3 | 3C | 40 |
| Octal | 155 | 332 | 274 | 62 | 0 | 16 | 17 | 243 | 74 | 100 |
| Binary | 1101101 | 11011010 | 10111100 | 110010 | 0 | 1110 | 1111 | 10100011 | 111100 | 1000000 |
Color Harmonies of #6DDABC
Complementary color
Monochromatic Colors of #6DDABC
Black with #6DDABC
Text Example
Text Example
White with #6DDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDABC; }
p { color: rgb(109,218,188); }
H1.HeaderClassName
{
color: #6DDABC;
}
.AnyTagClassName
{
color: #6DDABC;
}
</style>
background-color css
<style>
a { background-color: #6DDABC; }
a { background-color: rgb(109,218,188); }
div.DivClassName
{
background-color: #6DDABC;
}
.BgClassName
{
background-color: #6DDABC;
}
</style>
border-color css
<style>
span { border-color: #6DDABC; }
span { border-color: rgb(109,218,188); }
td.TdClassName
{
border-color: #6DDABC;
}
.TagClassName
{
border-color: #6DDABC;
}
</style>