Shades of Downy #6ADDC0
Tints of Downy #6ADDC0
RGB
CMYK
RGB Variations
Color information
#6ADDC0 (or 0x6ADDC0) is known color: Downy. HEX triplet: 6A, DD and C0. RGB value is (106,221,192). Sum of RGB (Red+Green+Blue) = 106+221+192=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDC0 is #95223F. Grayscale: #B7B7B7. Windows color (decimal): -9773632 or 12639594. OLE color: 12639594.
HSL color Cylindrical-coordinate representation of color #6ADDC0: hue angle of 164.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADDC0 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 192 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.13 |
| HSL | 164.87º | 0.63% | 0.64% | - |
| HSV(B) | 164.87º | 0.52% | 0.87% | - |
| XYZ | 41.31 | 58.58 | 59 | - |
| YUV | 183.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 192 | 0.52 | 0 | 0.13 | 0.13 | 164.87 | 0.63 | 0.64 |
| Hex | 6A | DD | C0 | 34 | 0 | D | D | A5 | 3F | 40 |
| Octal | 152 | 335 | 300 | 64 | 0 | 15 | 15 | 245 | 77 | 100 |
| Binary | 1101010 | 11011101 | 11000000 | 110100 | 0 | 1101 | 1101 | 10100101 | 111111 | 1000000 |
Color Harmonies of #6ADDC0
Complementary color
Monochromatic Colors of #6ADDC0
Black with #6ADDC0
Text Example
Text Example
White with #6ADDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDC0; }
p { color: rgb(106,221,192); }
H1.HeaderClassName
{
color: #6ADDC0;
}
.AnyTagClassName
{
color: #6ADDC0;
}
</style>
background-color css
<style>
a { background-color: #6ADDC0; }
a { background-color: rgb(106,221,192); }
div.DivClassName
{
background-color: #6ADDC0;
}
.BgClassName
{
background-color: #6ADDC0;
}
</style>
border-color css
<style>
span { border-color: #6ADDC0; }
span { border-color: rgb(106,221,192); }
td.TdClassName
{
border-color: #6ADDC0;
}
.TagClassName
{
border-color: #6ADDC0;
}
</style>