Shades of Downy #6AE8D0
Tints of Downy #6AE8D0
RGB
CMYK
RGB Variations
Color information
#6AE8D0 (or 0x6AE8D0) is known color: Downy. HEX triplet: 6A, E8 and D0. RGB value is (106,232,208). Sum of RGB (Red+Green+Blue) = 106+232+208=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE8D0 is #95172F. Grayscale: #BFBFBF. Windows color (decimal): -9770800 or 13690986. OLE color: 13690986.
HSL color Cylindrical-coordinate representation of color #6AE8D0: hue angle of 168.57º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE8D0 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 232 | 208 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.09 |
| HSL | 168.57º | 0.73% | 0.66% | - |
| HSV(B) | 168.57º | 0.54% | 0.91% | - |
| XYZ | 46.19 | 65.33 | 69.85 | - |
| YUV | 191.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 232 | 208 | 0.54 | 0 | 0.10 | 0.09 | 168.57 | 0.73 | 0.66 |
| Hex | 6A | E8 | D0 | 36 | 0 | A | 9 | A9 | 49 | 42 |
| Octal | 152 | 350 | 320 | 66 | 0 | 12 | 11 | 251 | 111 | 102 |
| Binary | 1101010 | 11101000 | 11010000 | 110110 | 0 | 1010 | 1001 | 10101001 | 1001001 | 1000010 |
Color Harmonies of #6AE8D0
Complementary color
Monochromatic Colors of #6AE8D0
Black with #6AE8D0
Text Example
Text Example
White with #6AE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE8D0; }
p { color: rgb(106,232,208); }
H1.HeaderClassName
{
color: #6AE8D0;
}
.AnyTagClassName
{
color: #6AE8D0;
}
</style>
background-color css
<style>
a { background-color: #6AE8D0; }
a { background-color: rgb(106,232,208); }
div.DivClassName
{
background-color: #6AE8D0;
}
.BgClassName
{
background-color: #6AE8D0;
}
</style>
border-color css
<style>
span { border-color: #6AE8D0; }
span { border-color: rgb(106,232,208); }
td.TdClassName
{
border-color: #6AE8D0;
}
.TagClassName
{
border-color: #6AE8D0;
}
</style>