Shades of Downy #6ADDBE
Tints of Downy #6ADDBE
RGB
CMYK
RGB Variations
Color information
#6ADDBE (or 0x6ADDBE) is known color: Downy. HEX triplet: 6A, DD and BE. RGB value is (106,221,190). Sum of RGB (Red+Green+Blue) = 106+221+190=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDBE is #952241. Grayscale: #B7B7B7. Windows color (decimal): -9773634 or 12508522. OLE color: 12508522.
HSL color Cylindrical-coordinate representation of color #6ADDBE: hue angle of 163.83º 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 #6ADDBE is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 190 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.13 |
| HSL | 163.83º | 0.63% | 0.64% | - |
| HSV(B) | 163.83º | 0.52% | 0.87% | - |
| XYZ | 41.09 | 58.49 | 57.84 | - |
| YUV | 183.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 190 | 0.52 | 0 | 0.14 | 0.13 | 163.83 | 0.63 | 0.64 |
| Hex | 6A | DD | BE | 34 | 0 | E | D | A4 | 3F | 40 |
| Octal | 152 | 335 | 276 | 64 | 0 | 16 | 15 | 244 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10111110 | 110100 | 0 | 1110 | 1101 | 10100100 | 111111 | 1000000 |
Color Harmonies of #6ADDBE
Complementary color
Monochromatic Colors of #6ADDBE
Black with #6ADDBE
Text Example
Text Example
White with #6ADDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDBE; }
p { color: rgb(106,221,190); }
H1.HeaderClassName
{
color: #6ADDBE;
}
.AnyTagClassName
{
color: #6ADDBE;
}
</style>
background-color css
<style>
a { background-color: #6ADDBE; }
a { background-color: rgb(106,221,190); }
div.DivClassName
{
background-color: #6ADDBE;
}
.BgClassName
{
background-color: #6ADDBE;
}
</style>
border-color css
<style>
span { border-color: #6ADDBE; }
span { border-color: rgb(106,221,190); }
td.TdClassName
{
border-color: #6ADDBE;
}
.TagClassName
{
border-color: #6ADDBE;
}
</style>