Shades of Downy #69D5D0
Tints of Downy #69D5D0
RGB
CMYK
RGB Variations
Color information
#69D5D0 (or 0x69D5D0) is known color: Downy. HEX triplet: 69, D5 and D0. RGB value is (105,213,208). Sum of RGB (Red+Green+Blue) = 105+213+208=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #69D5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D5D0 is #962A2F. Grayscale: #B4B4B4. Windows color (decimal): -9841200 or 13686121. OLE color: 13686121.
HSL color Cylindrical-coordinate representation of color #69D5D0: hue angle of 177.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D5D0 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 208 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.16 |
| HSL | 177.22º | 0.56% | 0.62% | - |
| HSV(B) | 177.22º | 0.51% | 0.84% | - |
| XYZ | 41.01 | 55.15 | 68.16 | - |
| YUV | 180.14 | 143.72 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 208 | 0.51 | 0 | 0.02 | 0.16 | 177.22 | 0.56 | 0.62 |
| Hex | 69 | D5 | D0 | 33 | 0 | 2 | 10 | B1 | 38 | 3E |
| Octal | 151 | 325 | 320 | 63 | 0 | 2 | 20 | 261 | 70 | 76 |
| Binary | 1101001 | 11010101 | 11010000 | 110011 | 0 | 10 | 10000 | 10110001 | 111000 | 111110 |
Color Harmonies of #69D5D0
Complementary color
Monochromatic Colors of #69D5D0
Black with #69D5D0
Text Example
Text Example
White with #69D5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D5D0; }
p { color: rgb(105,213,208); }
H1.HeaderClassName
{
color: #69D5D0;
}
.AnyTagClassName
{
color: #69D5D0;
}
</style>
background-color css
<style>
a { background-color: #69D5D0; }
a { background-color: rgb(105,213,208); }
div.DivClassName
{
background-color: #69D5D0;
}
.BgClassName
{
background-color: #69D5D0;
}
</style>
border-color css
<style>
span { border-color: #69D5D0; }
span { border-color: rgb(105,213,208); }
td.TdClassName
{
border-color: #69D5D0;
}
.TagClassName
{
border-color: #69D5D0;
}
</style>