Shades of Downy #6ADDBA
Tints of Downy #6ADDBA
RGB
CMYK
RGB Variations
Color information
#6ADDBA (or 0x6ADDBA) is known color: Downy. HEX triplet: 6A, DD and BA. RGB value is (106,221,186). Sum of RGB (Red+Green+Blue) = 106+221+186=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDBA is #952245. Grayscale: #B6B6B6. Windows color (decimal): -9773638 or 12246378. OLE color: 12246378.
HSL color Cylindrical-coordinate representation of color #6ADDBA: hue angle of 161.74º 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 #6ADDBA is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 186 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.13 |
| HSL | 161.74º | 0.63% | 0.64% | - |
| HSV(B) | 161.74º | 0.52% | 0.87% | - |
| XYZ | 40.66 | 58.32 | 55.57 | - |
| YUV | 182.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 186 | 0.52 | 0 | 0.16 | 0.13 | 161.74 | 0.63 | 0.64 |
| Hex | 6A | DD | BA | 34 | 0 | 10 | D | A2 | 3F | 40 |
| Octal | 152 | 335 | 272 | 64 | 0 | 20 | 15 | 242 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10111010 | 110100 | 0 | 10000 | 1101 | 10100010 | 111111 | 1000000 |
Color Harmonies of #6ADDBA
Complementary color
Monochromatic Colors of #6ADDBA
Black with #6ADDBA
Text Example
Text Example
White with #6ADDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDBA; }
p { color: rgb(106,221,186); }
H1.HeaderClassName
{
color: #6ADDBA;
}
.AnyTagClassName
{
color: #6ADDBA;
}
</style>
background-color css
<style>
a { background-color: #6ADDBA; }
a { background-color: rgb(106,221,186); }
div.DivClassName
{
background-color: #6ADDBA;
}
.BgClassName
{
background-color: #6ADDBA;
}
</style>
border-color css
<style>
span { border-color: #6ADDBA; }
span { border-color: rgb(106,221,186); }
td.TdClassName
{
border-color: #6ADDBA;
}
.TagClassName
{
border-color: #6ADDBA;
}
</style>