Shades of Downy #69E7B7
Tints of Downy #69E7B7
RGB
CMYK
RGB Variations
Color information
#69E7B7 (or 0x69E7B7) is known color: Downy. HEX triplet: 69, E7 and B7. RGB value is (105,231,183). Sum of RGB (Red+Green+Blue) = 105+231+183=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #69E7B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E7B7 is #961848. Grayscale: #BBBBBB. Windows color (decimal): -9836617 or 12052329. OLE color: 12052329.
HSL color Cylindrical-coordinate representation of color #69E7B7: hue angle of 157.14º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E7B7 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 231 | 183 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.09 |
| HSL | 157.14º | 0.72% | 0.66% | - |
| HSV(B) | 157.14º | 0.55% | 0.91% | - |
| XYZ | 42.95 | 63.57 | 54.81 | - |
| YUV | 187.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 231 | 183 | 0.55 | 0 | 0.21 | 0.09 | 157.14 | 0.72 | 0.66 |
| Hex | 69 | E7 | B7 | 37 | 0 | 15 | 9 | 9D | 48 | 42 |
| Octal | 151 | 347 | 267 | 67 | 0 | 25 | 11 | 235 | 110 | 102 |
| Binary | 1101001 | 11100111 | 10110111 | 110111 | 0 | 10101 | 1001 | 10011101 | 1001000 | 1000010 |
Color Harmonies of #69E7B7
Complementary color
Monochromatic Colors of #69E7B7
Black with #69E7B7
Text Example
Text Example
White with #69E7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E7B7; }
p { color: rgb(105,231,183); }
H1.HeaderClassName
{
color: #69E7B7;
}
.AnyTagClassName
{
color: #69E7B7;
}
</style>
background-color css
<style>
a { background-color: #69E7B7; }
a { background-color: rgb(105,231,183); }
div.DivClassName
{
background-color: #69E7B7;
}
.BgClassName
{
background-color: #69E7B7;
}
</style>
border-color css
<style>
span { border-color: #69E7B7; }
span { border-color: rgb(105,231,183); }
td.TdClassName
{
border-color: #69E7B7;
}
.TagClassName
{
border-color: #69E7B7;
}
</style>