Shades of Downy #69DECD
Tints of Downy #69DECD
RGB
CMYK
RGB Variations
Color information
#69DECD (or 0x69DECD) is known color: Downy. HEX triplet: 69, DE and CD. RGB value is (105,222,205). Sum of RGB (Red+Green+Blue) = 105+222+205=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #69DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DECD is #962132. Grayscale: #B9B9B9. Windows color (decimal): -9838899 or 13491817. OLE color: 13491817.
HSL color Cylindrical-coordinate representation of color #69DECD: hue angle of 171.28º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DECD is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 222 | 205 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.13 |
| HSL | 171.28º | 0.64% | 0.64% | - |
| HSV(B) | 171.28º | 0.53% | 0.87% | - |
| XYZ | 42.97 | 59.65 | 67.01 | - |
| YUV | 185.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 222 | 205 | 0.53 | 0 | 0.08 | 0.13 | 171.28 | 0.64 | 0.64 |
| Hex | 69 | DE | CD | 35 | 0 | 8 | D | AB | 40 | 40 |
| Octal | 151 | 336 | 315 | 65 | 0 | 10 | 15 | 253 | 100 | 100 |
| Binary | 1101001 | 11011110 | 11001101 | 110101 | 0 | 1000 | 1101 | 10101011 | 1000000 | 1000000 |
Color Harmonies of #69DECD
Complementary color
Monochromatic Colors of #69DECD
Black with #69DECD
Text Example
Text Example
White with #69DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DECD; }
p { color: rgb(105,222,205); }
H1.HeaderClassName
{
color: #69DECD;
}
.AnyTagClassName
{
color: #69DECD;
}
</style>
background-color css
<style>
a { background-color: #69DECD; }
a { background-color: rgb(105,222,205); }
div.DivClassName
{
background-color: #69DECD;
}
.BgClassName
{
background-color: #69DECD;
}
</style>
border-color css
<style>
span { border-color: #69DECD; }
span { border-color: rgb(105,222,205); }
td.TdClassName
{
border-color: #69DECD;
}
.TagClassName
{
border-color: #69DECD;
}
</style>