Shades of Downy #69E7D4
Tints of Downy #69E7D4
RGB
CMYK
RGB Variations
Color information
#69E7D4 (or 0x69E7D4) is known color: Downy. HEX triplet: 69, E7 and D4. RGB value is (105,231,212). Sum of RGB (Red+Green+Blue) = 105+231+212=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #69E7D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E7D4 is #96182B. Grayscale: #BFBFBF. Windows color (decimal): -9836588 or 13952873. OLE color: 13952873.
HSL color Cylindrical-coordinate representation of color #69E7D4: hue angle of 170.95º 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 #69E7D4 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 231 | 212 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.09 |
| HSL | 170.95º | 0.72% | 0.66% | - |
| HSV(B) | 170.95º | 0.55% | 0.91% | - |
| XYZ | 46.29 | 64.91 | 72.38 | - |
| YUV | 191.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 231 | 212 | 0.55 | 0 | 0.08 | 0.09 | 170.95 | 0.72 | 0.66 |
| Hex | 69 | E7 | D4 | 37 | 0 | 8 | 9 | AB | 48 | 42 |
| Octal | 151 | 347 | 324 | 67 | 0 | 10 | 11 | 253 | 110 | 102 |
| Binary | 1101001 | 11100111 | 11010100 | 110111 | 0 | 1000 | 1001 | 10101011 | 1001000 | 1000010 |
Color Harmonies of #69E7D4
Complementary color
Monochromatic Colors of #69E7D4
Black with #69E7D4
Text Example
Text Example
White with #69E7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E7D4; }
p { color: rgb(105,231,212); }
H1.HeaderClassName
{
color: #69E7D4;
}
.AnyTagClassName
{
color: #69E7D4;
}
</style>
background-color css
<style>
a { background-color: #69E7D4; }
a { background-color: rgb(105,231,212); }
div.DivClassName
{
background-color: #69E7D4;
}
.BgClassName
{
background-color: #69E7D4;
}
</style>
border-color css
<style>
span { border-color: #69E7D4; }
span { border-color: rgb(105,231,212); }
td.TdClassName
{
border-color: #69E7D4;
}
.TagClassName
{
border-color: #69E7D4;
}
</style>