Shades of Downy #6ADEC8
Tints of Downy #6ADEC8
RGB
CMYK
RGB Variations
Color information
#6ADEC8 (or 0x6ADEC8) is known color: Downy. HEX triplet: 6A, DE and C8. RGB value is (106,222,200). Sum of RGB (Red+Green+Blue) = 106+222+200=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC8 is #952137. Grayscale: #B8B8B8. Windows color (decimal): -9773368 or 13164138. OLE color: 13164138.
HSL color Cylindrical-coordinate representation of color #6ADEC8: hue angle of 168.62º 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 #6ADEC8 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 200 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.13 |
| HSL | 168.62º | 0.64% | 0.64% | - |
| HSV(B) | 168.62º | 0.52% | 0.87% | - |
| XYZ | 42.49 | 59.48 | 63.88 | - |
| YUV | 184.81 | 136.57 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 200 | 0.52 | 0 | 0.10 | 0.13 | 168.62 | 0.64 | 0.64 |
| Hex | 6A | DE | C8 | 34 | 0 | A | D | A9 | 40 | 40 |
| Octal | 152 | 336 | 310 | 64 | 0 | 12 | 15 | 251 | 100 | 100 |
| Binary | 1101010 | 11011110 | 11001000 | 110100 | 0 | 1010 | 1101 | 10101001 | 1000000 | 1000000 |
Color Harmonies of #6ADEC8
Complementary color
Monochromatic Colors of #6ADEC8
Black with #6ADEC8
Text Example
Text Example
White with #6ADEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEC8; }
p { color: rgb(106,222,200); }
H1.HeaderClassName
{
color: #6ADEC8;
}
.AnyTagClassName
{
color: #6ADEC8;
}
</style>
background-color css
<style>
a { background-color: #6ADEC8; }
a { background-color: rgb(106,222,200); }
div.DivClassName
{
background-color: #6ADEC8;
}
.BgClassName
{
background-color: #6ADEC8;
}
</style>
border-color css
<style>
span { border-color: #6ADEC8; }
span { border-color: rgb(106,222,200); }
td.TdClassName
{
border-color: #6ADEC8;
}
.TagClassName
{
border-color: #6ADEC8;
}
</style>