Shades of Downy #69DDC7
Tints of Downy #69DDC7
RGB
CMYK
RGB Variations
Color information
#69DDC7 (or 0x69DDC7) is known color: Downy. HEX triplet: 69, DD and C7. RGB value is (105,221,199). Sum of RGB (Red+Green+Blue) = 105+221+199=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDC7 is #962238. Grayscale: #B7B7B7. Windows color (decimal): -9839161 or 13098345. OLE color: 13098345.
HSL color Cylindrical-coordinate representation of color #69DDC7: hue angle of 168.62º 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 #69DDC7 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 199 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.13 |
| HSL | 168.62º | 0.63% | 0.64% | - |
| HSV(B) | 168.62º | 0.52% | 0.87% | - |
| XYZ | 41.99 | 58.84 | 63.18 | - |
| YUV | 183.81 | 136.57 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 199 | 0.52 | 0 | 0.10 | 0.13 | 168.62 | 0.63 | 0.64 |
| Hex | 69 | DD | C7 | 34 | 0 | A | D | A9 | 3F | 40 |
| Octal | 151 | 335 | 307 | 64 | 0 | 12 | 15 | 251 | 77 | 100 |
| Binary | 1101001 | 11011101 | 11000111 | 110100 | 0 | 1010 | 1101 | 10101001 | 111111 | 1000000 |
Color Harmonies of #69DDC7
Complementary color
Monochromatic Colors of #69DDC7
Black with #69DDC7
Text Example
Text Example
White with #69DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DDC7; }
p { color: rgb(105,221,199); }
H1.HeaderClassName
{
color: #69DDC7;
}
.AnyTagClassName
{
color: #69DDC7;
}
</style>
background-color css
<style>
a { background-color: #69DDC7; }
a { background-color: rgb(105,221,199); }
div.DivClassName
{
background-color: #69DDC7;
}
.BgClassName
{
background-color: #69DDC7;
}
</style>
border-color css
<style>
span { border-color: #69DDC7; }
span { border-color: rgb(105,221,199); }
td.TdClassName
{
border-color: #69DDC7;
}
.TagClassName
{
border-color: #69DDC7;
}
</style>