Shades of Downy #69DDCD
Tints of Downy #69DDCD
RGB
CMYK
RGB Variations
Color information
#69DDCD (or 0x69DDCD) is known color: Downy. HEX triplet: 69, DD and CD. RGB value is (105,221,205). Sum of RGB (Red+Green+Blue) = 105+221+205=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDCD is #962232. Grayscale: #B8B8B8. Windows color (decimal): -9839155 or 13491561. OLE color: 13491561.
HSL color Cylindrical-coordinate representation of color #69DDCD: hue angle of 171.72º 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 #69DDCD is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 205 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.13 |
| HSL | 171.72º | 0.63% | 0.64% | - |
| HSV(B) | 171.72º | 0.52% | 0.87% | - |
| XYZ | 42.7 | 59.12 | 66.92 | - |
| YUV | 184.49 | 139.57 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 205 | 0.52 | 0 | 0.07 | 0.13 | 171.72 | 0.63 | 0.64 |
| Hex | 69 | DD | CD | 34 | 0 | 7 | D | AC | 3F | 40 |
| Octal | 151 | 335 | 315 | 64 | 0 | 7 | 15 | 254 | 77 | 100 |
| Binary | 1101001 | 11011101 | 11001101 | 110100 | 0 | 111 | 1101 | 10101100 | 111111 | 1000000 |
Color Harmonies of #69DDCD
Complementary color
Monochromatic Colors of #69DDCD
Black with #69DDCD
Text Example
Text Example
White with #69DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DDCD; }
p { color: rgb(105,221,205); }
H1.HeaderClassName
{
color: #69DDCD;
}
.AnyTagClassName
{
color: #69DDCD;
}
</style>
background-color css
<style>
a { background-color: #69DDCD; }
a { background-color: rgb(105,221,205); }
div.DivClassName
{
background-color: #69DDCD;
}
.BgClassName
{
background-color: #69DDCD;
}
</style>
border-color css
<style>
span { border-color: #69DDCD; }
span { border-color: rgb(105,221,205); }
td.TdClassName
{
border-color: #69DDCD;
}
.TagClassName
{
border-color: #69DDCD;
}
</style>