Shades of Downy #69E8C7
Tints of Downy #69E8C7
RGB
CMYK
RGB Variations
Color information
#69E8C7 (or 0x69E8C7) is known color: Downy. HEX triplet: 69, E8 and C7. RGB value is (105,232,199). Sum of RGB (Red+Green+Blue) = 105+232+199=536 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.59% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #69E8C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E8C7 is #961738. Grayscale: #BEBEBE. Windows color (decimal): -9836345 or 13101161. OLE color: 13101161.
HSL color Cylindrical-coordinate representation of color #69E8C7: hue angle of 164.41º degrees, saturation: 0.73, 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 #69E8C7 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 232 | 199 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.09 |
| HSL | 164.41º | 0.73% | 0.66% | - |
| HSV(B) | 164.41º | 0.55% | 0.91% | - |
| XYZ | 44.99 | 64.84 | 64.18 | - |
| YUV | 190.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 232 | 199 | 0.55 | 0 | 0.14 | 0.09 | 164.41 | 0.73 | 0.66 |
| Hex | 69 | E8 | C7 | 37 | 0 | E | 9 | A4 | 49 | 42 |
| Octal | 151 | 350 | 307 | 67 | 0 | 16 | 11 | 244 | 111 | 102 |
| Binary | 1101001 | 11101000 | 11000111 | 110111 | 0 | 1110 | 1001 | 10100100 | 1001001 | 1000010 |
Color Harmonies of #69E8C7
Complementary color
Monochromatic Colors of #69E8C7
Black with #69E8C7
Text Example
Text Example
White with #69E8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E8C7; }
p { color: rgb(105,232,199); }
H1.HeaderClassName
{
color: #69E8C7;
}
.AnyTagClassName
{
color: #69E8C7;
}
</style>
background-color css
<style>
a { background-color: #69E8C7; }
a { background-color: rgb(105,232,199); }
div.DivClassName
{
background-color: #69E8C7;
}
.BgClassName
{
background-color: #69E8C7;
}
</style>
border-color css
<style>
span { border-color: #69E8C7; }
span { border-color: rgb(105,232,199); }
td.TdClassName
{
border-color: #69E8C7;
}
.TagClassName
{
border-color: #69E8C7;
}
</style>