Shades of Downy #6ADDBB
Tints of Downy #6ADDBB
RGB
CMYK
RGB Variations
Color information
#6ADDBB (or 0x6ADDBB) is known color: Downy. HEX triplet: 6A, DD and BB. RGB value is (106,221,187). Sum of RGB (Red+Green+Blue) = 106+221+187=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDBB is #952244. Grayscale: #B6B6B6. Windows color (decimal): -9773637 or 12311914. OLE color: 12311914.
HSL color Cylindrical-coordinate representation of color #6ADDBB: hue angle of 162.26º 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 #6ADDBB is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 187 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.13 |
| HSL | 162.26º | 0.63% | 0.64% | - |
| HSV(B) | 162.26º | 0.52% | 0.87% | - |
| XYZ | 40.77 | 58.36 | 56.13 | - |
| YUV | 182.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 187 | 0.52 | 0 | 0.15 | 0.13 | 162.26 | 0.63 | 0.64 |
| Hex | 6A | DD | BB | 34 | 0 | F | D | A2 | 3F | 40 |
| Octal | 152 | 335 | 273 | 64 | 0 | 17 | 15 | 242 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10111011 | 110100 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000000 |
Color Harmonies of #6ADDBB
Complementary color
Monochromatic Colors of #6ADDBB
Black with #6ADDBB
Text Example
Text Example
White with #6ADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDBB; }
p { color: rgb(106,221,187); }
H1.HeaderClassName
{
color: #6ADDBB;
}
.AnyTagClassName
{
color: #6ADDBB;
}
</style>
background-color css
<style>
a { background-color: #6ADDBB; }
a { background-color: rgb(106,221,187); }
div.DivClassName
{
background-color: #6ADDBB;
}
.BgClassName
{
background-color: #6ADDBB;
}
</style>
border-color css
<style>
span { border-color: #6ADDBB; }
span { border-color: rgb(106,221,187); }
td.TdClassName
{
border-color: #6ADDBB;
}
.TagClassName
{
border-color: #6ADDBB;
}
</style>