Shades of Downy #6ADDC7
Tints of Downy #6ADDC7
RGB
CMYK
RGB Variations
Color information
#6ADDC7 (or 0x6ADDC7) is known color: Downy. HEX triplet: 6A, DD and C7. RGB value is (106,221,199). Sum of RGB (Red+Green+Blue) = 106+221+199=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDC7 is #952238. Grayscale: #B8B8B8. Windows color (decimal): -9773625 or 13098346. OLE color: 13098346.
HSL color Cylindrical-coordinate representation of color #6ADDC7: hue angle of 168.52º 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 #6ADDC7 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 199 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.13 |
| HSL | 168.52º | 0.63% | 0.64% | - |
| HSV(B) | 168.52º | 0.52% | 0.87% | - |
| XYZ | 42.11 | 58.9 | 63.18 | - |
| YUV | 184.11 | 136.4 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 199 | 0.52 | 0 | 0.10 | 0.13 | 168.52 | 0.63 | 0.64 |
| Hex | 6A | DD | C7 | 34 | 0 | A | D | A9 | 3F | 40 |
| Octal | 152 | 335 | 307 | 64 | 0 | 12 | 15 | 251 | 77 | 100 |
| Binary | 1101010 | 11011101 | 11000111 | 110100 | 0 | 1010 | 1101 | 10101001 | 111111 | 1000000 |
Color Harmonies of #6ADDC7
Complementary color
Monochromatic Colors of #6ADDC7
Black with #6ADDC7
Text Example
Text Example
White with #6ADDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDC7; }
p { color: rgb(106,221,199); }
H1.HeaderClassName
{
color: #6ADDC7;
}
.AnyTagClassName
{
color: #6ADDC7;
}
</style>
background-color css
<style>
a { background-color: #6ADDC7; }
a { background-color: rgb(106,221,199); }
div.DivClassName
{
background-color: #6ADDC7;
}
.BgClassName
{
background-color: #6ADDC7;
}
</style>
border-color css
<style>
span { border-color: #6ADDC7; }
span { border-color: rgb(106,221,199); }
td.TdClassName
{
border-color: #6ADDC7;
}
.TagClassName
{
border-color: #6ADDC7;
}
</style>