Shades of Downy #69D0B7
Tints of Downy #69D0B7
RGB
CMYK
RGB Variations
Color information
#69D0B7 (or 0x69D0B7) is known color: Downy. HEX triplet: 69, D0 and B7. RGB value is (105,208,183). Sum of RGB (Red+Green+Blue) = 105+208+183=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #69D0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0B7 is #962F48. Grayscale: #AEAEAE. Windows color (decimal): -9842505 or 12046441. OLE color: 12046441.
HSL color Cylindrical-coordinate representation of color #69D0B7: hue angle of 165.44º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D0B7 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 183 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.18 |
| HSL | 165.44º | 0.52% | 0.61% | - |
| HSV(B) | 165.44º | 0.5% | 0.82% | - |
| XYZ | 36.93 | 51.53 | 52.8 | - |
| YUV | 174.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 183 | 0.50 | 0 | 0.12 | 0.18 | 165.44 | 0.52 | 0.61 |
| Hex | 69 | D0 | B7 | 32 | 0 | C | 12 | A5 | 34 | 3D |
| Octal | 151 | 320 | 267 | 62 | 0 | 14 | 22 | 245 | 64 | 75 |
| Binary | 1101001 | 11010000 | 10110111 | 110010 | 0 | 1100 | 10010 | 10100101 | 110100 | 111101 |
Color Harmonies of #69D0B7
Complementary color
Monochromatic Colors of #69D0B7
Black with #69D0B7
Text Example
Text Example
White with #69D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D0B7; }
p { color: rgb(105,208,183); }
H1.HeaderClassName
{
color: #69D0B7;
}
.AnyTagClassName
{
color: #69D0B7;
}
</style>
background-color css
<style>
a { background-color: #69D0B7; }
a { background-color: rgb(105,208,183); }
div.DivClassName
{
background-color: #69D0B7;
}
.BgClassName
{
background-color: #69D0B7;
}
</style>
border-color css
<style>
span { border-color: #69D0B7; }
span { border-color: rgb(105,208,183); }
td.TdClassName
{
border-color: #69D0B7;
}
.TagClassName
{
border-color: #69D0B7;
}
</style>