Shades of Downy #6ADEB7
Tints of Downy #6ADEB7
RGB
CMYK
RGB Variations
Color information
#6ADEB7 (or 0x6ADEB7) is known color: Downy. HEX triplet: 6A, DE and B7. RGB value is (106,222,183). Sum of RGB (Red+Green+Blue) = 106+222+183=511 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.74% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEB7 is #952148. Grayscale: #B6B6B6. Windows color (decimal): -9773385 or 12050026. OLE color: 12050026.
HSL color Cylindrical-coordinate representation of color #6ADEB7: hue angle of 159.83º 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 #6ADEB7 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 183 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.13 |
| HSL | 159.83º | 0.64% | 0.64% | - |
| HSV(B) | 159.83º | 0.52% | 0.87% | - |
| XYZ | 40.61 | 58.73 | 53.99 | - |
| YUV | 182.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 183 | 0.52 | 0 | 0.18 | 0.13 | 159.83 | 0.64 | 0.64 |
| Hex | 6A | DE | B7 | 34 | 0 | 12 | D | A0 | 40 | 40 |
| Octal | 152 | 336 | 267 | 64 | 0 | 22 | 15 | 240 | 100 | 100 |
| Binary | 1101010 | 11011110 | 10110111 | 110100 | 0 | 10010 | 1101 | 10100000 | 1000000 | 1000000 |
Color Harmonies of #6ADEB7
Complementary color
Monochromatic Colors of #6ADEB7
Black with #6ADEB7
Text Example
Text Example
White with #6ADEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEB7; }
p { color: rgb(106,222,183); }
H1.HeaderClassName
{
color: #6ADEB7;
}
.AnyTagClassName
{
color: #6ADEB7;
}
</style>
background-color css
<style>
a { background-color: #6ADEB7; }
a { background-color: rgb(106,222,183); }
div.DivClassName
{
background-color: #6ADEB7;
}
.BgClassName
{
background-color: #6ADEB7;
}
</style>
border-color css
<style>
span { border-color: #6ADEB7; }
span { border-color: rgb(106,222,183); }
td.TdClassName
{
border-color: #6ADEB7;
}
.TagClassName
{
border-color: #6ADEB7;
}
</style>