Shades of Downy #6ADEBF
Tints of Downy #6ADEBF
RGB
CMYK
RGB Variations
Color information
#6ADEBF (or 0x6ADEBF) is known color: Downy. HEX triplet: 6A, DE and BF. RGB value is (106,222,191). Sum of RGB (Red+Green+Blue) = 106+222+191=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEBF is #952140. Grayscale: #B7B7B7. Windows color (decimal): -9773377 or 12574314. OLE color: 12574314.
HSL color Cylindrical-coordinate representation of color #6ADEBF: hue angle of 163.97º 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 #6ADEBF is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 191 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.13 |
| HSL | 163.97º | 0.64% | 0.64% | - |
| HSV(B) | 163.97º | 0.52% | 0.87% | - |
| XYZ | 41.47 | 59.07 | 58.51 | - |
| YUV | 183.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 191 | 0.52 | 0 | 0.14 | 0.13 | 163.97 | 0.64 | 0.64 |
| Hex | 6A | DE | BF | 34 | 0 | E | D | A4 | 40 | 40 |
| Octal | 152 | 336 | 277 | 64 | 0 | 16 | 15 | 244 | 100 | 100 |
| Binary | 1101010 | 11011110 | 10111111 | 110100 | 0 | 1110 | 1101 | 10100100 | 1000000 | 1000000 |
Color Harmonies of #6ADEBF
Complementary color
Monochromatic Colors of #6ADEBF
Black with #6ADEBF
Text Example
Text Example
White with #6ADEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEBF; }
p { color: rgb(106,222,191); }
H1.HeaderClassName
{
color: #6ADEBF;
}
.AnyTagClassName
{
color: #6ADEBF;
}
</style>
background-color css
<style>
a { background-color: #6ADEBF; }
a { background-color: rgb(106,222,191); }
div.DivClassName
{
background-color: #6ADEBF;
}
.BgClassName
{
background-color: #6ADEBF;
}
</style>
border-color css
<style>
span { border-color: #6ADEBF; }
span { border-color: rgb(106,222,191); }
td.TdClassName
{
border-color: #6ADEBF;
}
.TagClassName
{
border-color: #6ADEBF;
}
</style>