Shades of Downy #69D8BC
Tints of Downy #69D8BC
RGB
CMYK
RGB Variations
Color information
#69D8BC (or 0x69D8BC) is known color: Downy. HEX triplet: 69, D8 and BC. RGB value is (105,216,188). Sum of RGB (Red+Green+Blue) = 105+216+188=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D8BC is #962743. Grayscale: #B3B3B3. Windows color (decimal): -9840452 or 12376169. OLE color: 12376169.
HSL color Cylindrical-coordinate representation of color #69D8BC: hue angle of 164.86º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D8BC is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 188 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.15 |
| HSL | 164.86º | 0.59% | 0.63% | - |
| HSV(B) | 164.86º | 0.51% | 0.85% | - |
| XYZ | 39.46 | 55.75 | 56.26 | - |
| YUV | 179.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 188 | 0.51 | 0 | 0.13 | 0.15 | 164.86 | 0.59 | 0.63 |
| Hex | 69 | D8 | BC | 33 | 0 | D | F | A5 | 3B | 3F |
| Octal | 151 | 330 | 274 | 63 | 0 | 15 | 17 | 245 | 73 | 77 |
| Binary | 1101001 | 11011000 | 10111100 | 110011 | 0 | 1101 | 1111 | 10100101 | 111011 | 111111 |
Color Harmonies of #69D8BC
Complementary color
Monochromatic Colors of #69D8BC
Black with #69D8BC
Text Example
Text Example
White with #69D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D8BC; }
p { color: rgb(105,216,188); }
H1.HeaderClassName
{
color: #69D8BC;
}
.AnyTagClassName
{
color: #69D8BC;
}
</style>
background-color css
<style>
a { background-color: #69D8BC; }
a { background-color: rgb(105,216,188); }
div.DivClassName
{
background-color: #69D8BC;
}
.BgClassName
{
background-color: #69D8BC;
}
</style>
border-color css
<style>
span { border-color: #69D8BC; }
span { border-color: rgb(105,216,188); }
td.TdClassName
{
border-color: #69D8BC;
}
.TagClassName
{
border-color: #69D8BC;
}
</style>