Shades of Downy #6ADDCE
Tints of Downy #6ADDCE
RGB
CMYK
RGB Variations
Color information
#6ADDCE (or 0x6ADDCE) is known color: Downy. HEX triplet: 6A, DD and CE. RGB value is (106,221,206). Sum of RGB (Red+Green+Blue) = 106+221+206=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDCE is #952231. Grayscale: #B8B8B8. Windows color (decimal): -9773618 or 13557098. OLE color: 13557098.
HSL color Cylindrical-coordinate representation of color #6ADDCE: hue angle of 172.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 #6ADDCE is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 206 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.13 |
| HSL | 172.17º | 0.63% | 0.64% | - |
| HSV(B) | 172.17º | 0.52% | 0.87% | - |
| XYZ | 42.94 | 59.23 | 67.56 | - |
| YUV | 184.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 206 | 0.52 | 0 | 0.07 | 0.13 | 172.17 | 0.63 | 0.64 |
| Hex | 6A | DD | CE | 34 | 0 | 7 | D | AC | 3F | 40 |
| Octal | 152 | 335 | 316 | 64 | 0 | 7 | 15 | 254 | 77 | 100 |
| Binary | 1101010 | 11011101 | 11001110 | 110100 | 0 | 111 | 1101 | 10101100 | 111111 | 1000000 |
Color Harmonies of #6ADDCE
Complementary color
Monochromatic Colors of #6ADDCE
Black with #6ADDCE
Text Example
Text Example
White with #6ADDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDCE; }
p { color: rgb(106,221,206); }
H1.HeaderClassName
{
color: #6ADDCE;
}
.AnyTagClassName
{
color: #6ADDCE;
}
</style>
background-color css
<style>
a { background-color: #6ADDCE; }
a { background-color: rgb(106,221,206); }
div.DivClassName
{
background-color: #6ADDCE;
}
.BgClassName
{
background-color: #6ADDCE;
}
</style>
border-color css
<style>
span { border-color: #6ADDCE; }
span { border-color: rgb(106,221,206); }
td.TdClassName
{
border-color: #6ADDCE;
}
.TagClassName
{
border-color: #6ADDCE;
}
</style>