Shades of Downy #6ADDBD
Tints of Downy #6ADDBD
RGB
CMYK
RGB Variations
Color information
#6ADDBD (or 0x6ADDBD) is known color: Downy. HEX triplet: 6A, DD and BD. RGB value is (106,221,189). Sum of RGB (Red+Green+Blue) = 106+221+189=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDBD is #952242. Grayscale: #B6B6B6. Windows color (decimal): -9773635 or 12442986. OLE color: 12442986.
HSL color Cylindrical-coordinate representation of color #6ADDBD: hue angle of 163.3º 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 #6ADDBD is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 189 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.13 |
| HSL | 163.3º | 0.63% | 0.64% | - |
| HSV(B) | 163.3º | 0.52% | 0.87% | - |
| XYZ | 40.99 | 58.45 | 57.27 | - |
| YUV | 182.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 189 | 0.52 | 0 | 0.14 | 0.13 | 163.3 | 0.63 | 0.64 |
| Hex | 6A | DD | BD | 34 | 0 | E | D | A3 | 3F | 40 |
| Octal | 152 | 335 | 275 | 64 | 0 | 16 | 15 | 243 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10111101 | 110100 | 0 | 1110 | 1101 | 10100011 | 111111 | 1000000 |
Color Harmonies of #6ADDBD
Complementary color
Monochromatic Colors of #6ADDBD
Black with #6ADDBD
Text Example
Text Example
White with #6ADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDBD; }
p { color: rgb(106,221,189); }
H1.HeaderClassName
{
color: #6ADDBD;
}
.AnyTagClassName
{
color: #6ADDBD;
}
</style>
background-color css
<style>
a { background-color: #6ADDBD; }
a { background-color: rgb(106,221,189); }
div.DivClassName
{
background-color: #6ADDBD;
}
.BgClassName
{
background-color: #6ADDBD;
}
</style>
border-color css
<style>
span { border-color: #6ADDBD; }
span { border-color: rgb(106,221,189); }
td.TdClassName
{
border-color: #6ADDBD;
}
.TagClassName
{
border-color: #6ADDBD;
}
</style>