Shades of Downy #69D2C7
Tints of Downy #69D2C7
RGB
CMYK
RGB Variations
Color information
#69D2C7 (or 0x69D2C7) is known color: Downy. HEX triplet: 69, D2 and C7. RGB value is (105,210,199). Sum of RGB (Red+Green+Blue) = 105+210+199=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #69D2C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D2C7 is #962D38. Grayscale: #B1B1B1. Windows color (decimal): -9841977 or 13095529. OLE color: 13095529.
HSL color Cylindrical-coordinate representation of color #69D2C7: hue angle of 173.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D2C7 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 199 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.18 |
| HSL | 173.71º | 0.54% | 0.62% | - |
| HSV(B) | 173.71º | 0.5% | 0.82% | - |
| XYZ | 39.18 | 53.22 | 62.24 | - |
| YUV | 177.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 199 | 0.50 | 0 | 0.05 | 0.18 | 173.71 | 0.54 | 0.62 |
| Hex | 69 | D2 | C7 | 32 | 0 | 5 | 12 | AE | 36 | 3E |
| Octal | 151 | 322 | 307 | 62 | 0 | 5 | 22 | 256 | 66 | 76 |
| Binary | 1101001 | 11010010 | 11000111 | 110010 | 0 | 101 | 10010 | 10101110 | 110110 | 111110 |
Color Harmonies of #69D2C7
Complementary color
Monochromatic Colors of #69D2C7
Black with #69D2C7
Text Example
Text Example
White with #69D2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D2C7; }
p { color: rgb(105,210,199); }
H1.HeaderClassName
{
color: #69D2C7;
}
.AnyTagClassName
{
color: #69D2C7;
}
</style>
background-color css
<style>
a { background-color: #69D2C7; }
a { background-color: rgb(105,210,199); }
div.DivClassName
{
background-color: #69D2C7;
}
.BgClassName
{
background-color: #69D2C7;
}
</style>
border-color css
<style>
span { border-color: #69D2C7; }
span { border-color: rgb(105,210,199); }
td.TdClassName
{
border-color: #69D2C7;
}
.TagClassName
{
border-color: #69D2C7;
}
</style>