Shades of Downy #69DDD0
Tints of Downy #69DDD0
RGB
CMYK
RGB Variations
Color information
#69DDD0 (or 0x69DDD0) is known color: Downy. HEX triplet: 69, DD and D0. RGB value is (105,221,208). Sum of RGB (Red+Green+Blue) = 105+221+208=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDD0 is #96222F. Grayscale: #B8B8B8. Windows color (decimal): -9839152 or 13688169. OLE color: 13688169.
HSL color Cylindrical-coordinate representation of color #69DDD0: hue angle of 173.28º degrees, saturation: 0.63, 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 #69DDD0 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 208 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.13 |
| HSL | 173.28º | 0.63% | 0.64% | - |
| HSV(B) | 173.28º | 0.52% | 0.87% | - |
| XYZ | 43.07 | 59.27 | 68.84 | - |
| YUV | 184.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 208 | 0.52 | 0 | 0.06 | 0.13 | 173.28 | 0.63 | 0.64 |
| Hex | 69 | DD | D0 | 34 | 0 | 6 | D | AD | 3F | 40 |
| Octal | 151 | 335 | 320 | 64 | 0 | 6 | 15 | 255 | 77 | 100 |
| Binary | 1101001 | 11011101 | 11010000 | 110100 | 0 | 110 | 1101 | 10101101 | 111111 | 1000000 |
Color Harmonies of #69DDD0
Complementary color
Monochromatic Colors of #69DDD0
Black with #69DDD0
Text Example
Text Example
White with #69DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DDD0; }
p { color: rgb(105,221,208); }
H1.HeaderClassName
{
color: #69DDD0;
}
.AnyTagClassName
{
color: #69DDD0;
}
</style>
background-color css
<style>
a { background-color: #69DDD0; }
a { background-color: rgb(105,221,208); }
div.DivClassName
{
background-color: #69DDD0;
}
.BgClassName
{
background-color: #69DDD0;
}
</style>
border-color css
<style>
span { border-color: #69DDD0; }
span { border-color: rgb(105,221,208); }
td.TdClassName
{
border-color: #69DDD0;
}
.TagClassName
{
border-color: #69DDD0;
}
</style>