Shades of Downy #69E3D2
Tints of Downy #69E3D2
RGB
CMYK
RGB Variations
Color information
#69E3D2 (or 0x69E3D2) is known color: Downy. HEX triplet: 69, E3 and D2. RGB value is (105,227,210). Sum of RGB (Red+Green+Blue) = 105+227+210=542 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.37% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #69E3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E3D2 is #961C2D. Grayscale: #BCBCBC. Windows color (decimal): -9837614 or 13820777. OLE color: 13820777.
HSL color Cylindrical-coordinate representation of color #69E3D2: hue angle of 171.64º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E3D2 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 210 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.11 |
| HSL | 171.64º | 0.69% | 0.65% | - |
| HSV(B) | 171.64º | 0.54% | 0.89% | - |
| XYZ | 44.93 | 62.59 | 70.69 | - |
| YUV | 188.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 210 | 0.54 | 0 | 0.07 | 0.11 | 171.64 | 0.69 | 0.65 |
| Hex | 69 | E3 | D2 | 36 | 0 | 7 | B | AC | 45 | 41 |
| Octal | 151 | 343 | 322 | 66 | 0 | 7 | 13 | 254 | 105 | 101 |
| Binary | 1101001 | 11100011 | 11010010 | 110110 | 0 | 111 | 1011 | 10101100 | 1000101 | 1000001 |
Color Harmonies of #69E3D2
Complementary color
Monochromatic Colors of #69E3D2
Black with #69E3D2
Text Example
Text Example
White with #69E3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E3D2; }
p { color: rgb(105,227,210); }
H1.HeaderClassName
{
color: #69E3D2;
}
.AnyTagClassName
{
color: #69E3D2;
}
</style>
background-color css
<style>
a { background-color: #69E3D2; }
a { background-color: rgb(105,227,210); }
div.DivClassName
{
background-color: #69E3D2;
}
.BgClassName
{
background-color: #69E3D2;
}
</style>
border-color css
<style>
span { border-color: #69E3D2; }
span { border-color: rgb(105,227,210); }
td.TdClassName
{
border-color: #69E3D2;
}
.TagClassName
{
border-color: #69E3D2;
}
</style>