Shades of Downy #69E6D0
Tints of Downy #69E6D0
RGB
CMYK
RGB Variations
Color information
#69E6D0 (or 0x69E6D0) is known color: Downy. HEX triplet: 69, E6 and D0. RGB value is (105,230,208). Sum of RGB (Red+Green+Blue) = 105+230+208=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #69E6D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E6D0 is #96192F. Grayscale: #BEBEBE. Windows color (decimal): -9836848 or 13690473. OLE color: 13690473.
HSL color Cylindrical-coordinate representation of color #69E6D0: hue angle of 169.44º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E6D0 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 208 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.10 |
| HSL | 169.44º | 0.71% | 0.66% | - |
| HSV(B) | 169.44º | 0.54% | 0.9% | - |
| XYZ | 45.51 | 64.15 | 69.66 | - |
| YUV | 190.12 | 138.09 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 208 | 0.54 | 0 | 0.10 | 0.10 | 169.44 | 0.71 | 0.66 |
| Hex | 69 | E6 | D0 | 36 | 0 | A | A | A9 | 47 | 42 |
| Octal | 151 | 346 | 320 | 66 | 0 | 12 | 12 | 251 | 107 | 102 |
| Binary | 1101001 | 11100110 | 11010000 | 110110 | 0 | 1010 | 1010 | 10101001 | 1000111 | 1000010 |
Color Harmonies of #69E6D0
Complementary color
Monochromatic Colors of #69E6D0
Black with #69E6D0
Text Example
Text Example
White with #69E6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E6D0; }
p { color: rgb(105,230,208); }
H1.HeaderClassName
{
color: #69E6D0;
}
.AnyTagClassName
{
color: #69E6D0;
}
</style>
background-color css
<style>
a { background-color: #69E6D0; }
a { background-color: rgb(105,230,208); }
div.DivClassName
{
background-color: #69E6D0;
}
.BgClassName
{
background-color: #69E6D0;
}
</style>
border-color css
<style>
span { border-color: #69E6D0; }
span { border-color: rgb(105,230,208); }
td.TdClassName
{
border-color: #69E6D0;
}
.TagClassName
{
border-color: #69E6D0;
}
</style>