Shades of Downy #6ADAC0
Tints of Downy #6ADAC0
RGB
CMYK
RGB Variations
Color information
#6ADAC0 (or 0x6ADAC0) is known color: Downy. HEX triplet: 6A, DA and C0. RGB value is (106,218,192). Sum of RGB (Red+Green+Blue) = 106+218+192=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAC0 is #95253F. Grayscale: #B5B5B5. Windows color (decimal): -9774400 or 12638826. OLE color: 12638826.
HSL color Cylindrical-coordinate representation of color #6ADAC0: hue angle of 166.07º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADAC0 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 192 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.15 |
| HSL | 166.07º | 0.6% | 0.64% | - |
| HSV(B) | 166.07º | 0.51% | 0.85% | - |
| XYZ | 40.53 | 57.01 | 58.74 | - |
| YUV | 181.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 192 | 0.51 | 0 | 0.12 | 0.15 | 166.07 | 0.6 | 0.64 |
| Hex | 6A | DA | C0 | 33 | 0 | C | F | A6 | 3C | 40 |
| Octal | 152 | 332 | 300 | 63 | 0 | 14 | 17 | 246 | 74 | 100 |
| Binary | 1101010 | 11011010 | 11000000 | 110011 | 0 | 1100 | 1111 | 10100110 | 111100 | 1000000 |
Color Harmonies of #6ADAC0
Complementary color
Monochromatic Colors of #6ADAC0
Black with #6ADAC0
Text Example
Text Example
White with #6ADAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAC0; }
p { color: rgb(106,218,192); }
H1.HeaderClassName
{
color: #6ADAC0;
}
.AnyTagClassName
{
color: #6ADAC0;
}
</style>
background-color css
<style>
a { background-color: #6ADAC0; }
a { background-color: rgb(106,218,192); }
div.DivClassName
{
background-color: #6ADAC0;
}
.BgClassName
{
background-color: #6ADAC0;
}
</style>
border-color css
<style>
span { border-color: #6ADAC0; }
span { border-color: rgb(106,218,192); }
td.TdClassName
{
border-color: #6ADAC0;
}
.TagClassName
{
border-color: #6ADAC0;
}
</style>