Shades of Downy #6ADDB7
Tints of Downy #6ADDB7
RGB
CMYK
RGB Variations
Color information
#6ADDB7 (or 0x6ADDB7) is known color: Downy. HEX triplet: 6A, DD and B7. RGB value is (106,221,183). Sum of RGB (Red+Green+Blue) = 106+221+183=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDB7 is #952248. Grayscale: #B6B6B6. Windows color (decimal): -9773641 or 12049770. OLE color: 12049770.
HSL color Cylindrical-coordinate representation of color #6ADDB7: hue angle of 160.17º 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 #6ADDB7 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 183 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.13 |
| HSL | 160.17º | 0.63% | 0.64% | - |
| HSV(B) | 160.17º | 0.52% | 0.87% | - |
| XYZ | 40.35 | 58.2 | 53.91 | - |
| YUV | 182.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 183 | 0.52 | 0 | 0.17 | 0.13 | 160.17 | 0.63 | 0.64 |
| Hex | 6A | DD | B7 | 34 | 0 | 11 | D | A0 | 3F | 40 |
| Octal | 152 | 335 | 267 | 64 | 0 | 21 | 15 | 240 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10110111 | 110100 | 0 | 10001 | 1101 | 10100000 | 111111 | 1000000 |
Color Harmonies of #6ADDB7
Complementary color
Monochromatic Colors of #6ADDB7
Black with #6ADDB7
Text Example
Text Example
White with #6ADDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDB7; }
p { color: rgb(106,221,183); }
H1.HeaderClassName
{
color: #6ADDB7;
}
.AnyTagClassName
{
color: #6ADDB7;
}
</style>
background-color css
<style>
a { background-color: #6ADDB7; }
a { background-color: rgb(106,221,183); }
div.DivClassName
{
background-color: #6ADDB7;
}
.BgClassName
{
background-color: #6ADDB7;
}
</style>
border-color css
<style>
span { border-color: #6ADDB7; }
span { border-color: rgb(106,221,183); }
td.TdClassName
{
border-color: #6ADDB7;
}
.TagClassName
{
border-color: #6ADDB7;
}
</style>