Shades of Downy #69DDB6
Tints of Downy #69DDB6
RGB
CMYK
RGB Variations
Color information
#69DDB6 (or 0x69DDB6) is known color: Downy. HEX triplet: 69, DD and B6. RGB value is (105,221,182). Sum of RGB (Red+Green+Blue) = 105+221+182=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDB6 is #962249. Grayscale: #B5B5B5. Windows color (decimal): -9839178 or 11984233. OLE color: 11984233.
HSL color Cylindrical-coordinate representation of color #69DDB6: hue angle of 159.83º 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 #69DDB6 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 182 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.13 |
| HSL | 159.83º | 0.63% | 0.64% | - |
| HSV(B) | 159.83º | 0.52% | 0.87% | - |
| XYZ | 40.13 | 58.09 | 53.35 | - |
| YUV | 181.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 182 | 0.52 | 0 | 0.18 | 0.13 | 159.83 | 0.63 | 0.64 |
| Hex | 69 | DD | B6 | 34 | 0 | 12 | D | A0 | 3F | 40 |
| Octal | 151 | 335 | 266 | 64 | 0 | 22 | 15 | 240 | 77 | 100 |
| Binary | 1101001 | 11011101 | 10110110 | 110100 | 0 | 10010 | 1101 | 10100000 | 111111 | 1000000 |
Color Harmonies of #69DDB6
Complementary color
Monochromatic Colors of #69DDB6
Black with #69DDB6
Text Example
Text Example
White with #69DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DDB6; }
p { color: rgb(105,221,182); }
H1.HeaderClassName
{
color: #69DDB6;
}
.AnyTagClassName
{
color: #69DDB6;
}
</style>
background-color css
<style>
a { background-color: #69DDB6; }
a { background-color: rgb(105,221,182); }
div.DivClassName
{
background-color: #69DDB6;
}
.BgClassName
{
background-color: #69DDB6;
}
</style>
border-color css
<style>
span { border-color: #69DDB6; }
span { border-color: rgb(105,221,182); }
td.TdClassName
{
border-color: #69DDB6;
}
.TagClassName
{
border-color: #69DDB6;
}
</style>