Shades of Downy #6ADEBE
Tints of Downy #6ADEBE
RGB
CMYK
RGB Variations
Color information
#6ADEBE (or 0x6ADEBE) is known color: Downy. HEX triplet: 6A, DE and BE. RGB value is (106,222,190). Sum of RGB (Red+Green+Blue) = 106+222+190=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEBE is #952141. Grayscale: #B7B7B7. Windows color (decimal): -9773378 or 12508778. OLE color: 12508778.
HSL color Cylindrical-coordinate representation of color #6ADEBE: hue angle of 163.45º degrees, saturation: 0.64, 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 #6ADEBE is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 190 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.13 |
| HSL | 163.45º | 0.64% | 0.64% | - |
| HSV(B) | 163.45º | 0.52% | 0.87% | - |
| XYZ | 41.36 | 59.02 | 57.93 | - |
| YUV | 183.67 | 131.57 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 190 | 0.52 | 0 | 0.14 | 0.13 | 163.45 | 0.64 | 0.64 |
| Hex | 6A | DE | BE | 34 | 0 | E | D | A3 | 40 | 40 |
| Octal | 152 | 336 | 276 | 64 | 0 | 16 | 15 | 243 | 100 | 100 |
| Binary | 1101010 | 11011110 | 10111110 | 110100 | 0 | 1110 | 1101 | 10100011 | 1000000 | 1000000 |
Color Harmonies of #6ADEBE
Complementary color
Monochromatic Colors of #6ADEBE
Black with #6ADEBE
Text Example
Text Example
White with #6ADEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEBE; }
p { color: rgb(106,222,190); }
H1.HeaderClassName
{
color: #6ADEBE;
}
.AnyTagClassName
{
color: #6ADEBE;
}
</style>
background-color css
<style>
a { background-color: #6ADEBE; }
a { background-color: rgb(106,222,190); }
div.DivClassName
{
background-color: #6ADEBE;
}
.BgClassName
{
background-color: #6ADEBE;
}
</style>
border-color css
<style>
span { border-color: #6ADEBE; }
span { border-color: rgb(106,222,190); }
td.TdClassName
{
border-color: #6ADEBE;
}
.TagClassName
{
border-color: #6ADEBE;
}
</style>