Shades of Downy #6ADABC
Tints of Downy #6ADABC
RGB
CMYK
RGB Variations
Color information
#6ADABC (or 0x6ADABC) is known color: Downy. HEX triplet: 6A, DA and BC. RGB value is (106,218,188). Sum of RGB (Red+Green+Blue) = 106+218+188=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADABC is #952543. Grayscale: #B5B5B5. Windows color (decimal): -9774404 or 12376682. OLE color: 12376682.
HSL color Cylindrical-coordinate representation of color #6ADABC: hue angle of 163.93º 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 #6ADABC is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 188 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.15 |
| HSL | 163.93º | 0.6% | 0.64% | - |
| HSV(B) | 163.93º | 0.51% | 0.85% | - |
| XYZ | 40.09 | 56.84 | 56.43 | - |
| YUV | 181.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 188 | 0.51 | 0 | 0.14 | 0.15 | 163.93 | 0.6 | 0.64 |
| Hex | 6A | DA | BC | 33 | 0 | E | F | A4 | 3C | 40 |
| Octal | 152 | 332 | 274 | 63 | 0 | 16 | 17 | 244 | 74 | 100 |
| Binary | 1101010 | 11011010 | 10111100 | 110011 | 0 | 1110 | 1111 | 10100100 | 111100 | 1000000 |
Color Harmonies of #6ADABC
Complementary color
Monochromatic Colors of #6ADABC
Black with #6ADABC
Text Example
Text Example
White with #6ADABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADABC; }
p { color: rgb(106,218,188); }
H1.HeaderClassName
{
color: #6ADABC;
}
.AnyTagClassName
{
color: #6ADABC;
}
</style>
background-color css
<style>
a { background-color: #6ADABC; }
a { background-color: rgb(106,218,188); }
div.DivClassName
{
background-color: #6ADABC;
}
.BgClassName
{
background-color: #6ADABC;
}
</style>
border-color css
<style>
span { border-color: #6ADABC; }
span { border-color: rgb(106,218,188); }
td.TdClassName
{
border-color: #6ADABC;
}
.TagClassName
{
border-color: #6ADABC;
}
</style>