Shades of Downy #69C2B9
Tints of Downy #69C2B9
RGB
CMYK
RGB Variations
Color information
#69C2B9 (or 0x69C2B9) is known color: Downy. HEX triplet: 69, C2 and B9. RGB value is (105,194,185). Sum of RGB (Red+Green+Blue) = 105+194+185=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2B9 is #963D46. Grayscale: #A6A6A6. Windows color (decimal): -9846087 or 12173929. OLE color: 12173929.
HSL color Cylindrical-coordinate representation of color #69C2B9: hue angle of 173.93º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C2B9 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 185 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.24 |
| HSL | 173.93º | 0.42% | 0.59% | - |
| HSV(B) | 173.93º | 0.46% | 0.76% | - |
| XYZ | 33.87 | 45.09 | 52.82 | - |
| YUV | 166.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 185 | 0.46 | 0 | 0.05 | 0.24 | 173.93 | 0.42 | 0.59 |
| Hex | 69 | C2 | B9 | 2E | 0 | 5 | 18 | AE | 2A | 3B |
| Octal | 151 | 302 | 271 | 56 | 0 | 5 | 30 | 256 | 52 | 73 |
| Binary | 1101001 | 11000010 | 10111001 | 101110 | 0 | 101 | 11000 | 10101110 | 101010 | 111011 |
Color Harmonies of #69C2B9
Complementary color
Monochromatic Colors of #69C2B9
Black with #69C2B9
Text Example
Text Example
White with #69C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2B9; }
p { color: rgb(105,194,185); }
H1.HeaderClassName
{
color: #69C2B9;
}
.AnyTagClassName
{
color: #69C2B9;
}
</style>
background-color css
<style>
a { background-color: #69C2B9; }
a { background-color: rgb(105,194,185); }
div.DivClassName
{
background-color: #69C2B9;
}
.BgClassName
{
background-color: #69C2B9;
}
</style>
border-color css
<style>
span { border-color: #69C2B9; }
span { border-color: rgb(105,194,185); }
td.TdClassName
{
border-color: #69C2B9;
}
.TagClassName
{
border-color: #69C2B9;
}
</style>