Shades of Downy #64E1D3
Tints of Downy #64E1D3
RGB
CMYK
RGB Variations
Color information
#64E1D3 (or 0x64E1D3) is known color: Downy. HEX triplet: 64, E1 and D3. RGB value is (100,225,211). Sum of RGB (Red+Green+Blue) = 100+225+211=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E1D3 is #9B1E2C. Grayscale: #B9B9B9. Windows color (decimal): -10165805 or 13885796. OLE color: 13885796.
HSL color Cylindrical-coordinate representation of color #64E1D3: hue angle of 173.28º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E1D3 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 211 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.12 |
| HSL | 173.28º | 0.68% | 0.64% | - |
| HSV(B) | 173.28º | 0.56% | 0.88% | - |
| XYZ | 43.94 | 61.26 | 71.14 | - |
| YUV | 186.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 211 | 0.56 | 0 | 0.06 | 0.12 | 173.28 | 0.68 | 0.64 |
| Hex | 64 | E1 | D3 | 38 | 0 | 6 | C | AD | 44 | 40 |
| Octal | 144 | 341 | 323 | 70 | 0 | 6 | 14 | 255 | 104 | 100 |
| Binary | 1100100 | 11100001 | 11010011 | 111000 | 0 | 110 | 1100 | 10101101 | 1000100 | 1000000 |
Color Harmonies of #64E1D3
Complementary color
Monochromatic Colors of #64E1D3
Black with #64E1D3
Text Example
Text Example
White with #64E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E1D3; }
p { color: rgb(100,225,211); }
H1.HeaderClassName
{
color: #64E1D3;
}
.AnyTagClassName
{
color: #64E1D3;
}
</style>
background-color css
<style>
a { background-color: #64E1D3; }
a { background-color: rgb(100,225,211); }
div.DivClassName
{
background-color: #64E1D3;
}
.BgClassName
{
background-color: #64E1D3;
}
</style>
border-color css
<style>
span { border-color: #64E1D3; }
span { border-color: rgb(100,225,211); }
td.TdClassName
{
border-color: #64E1D3;
}
.TagClassName
{
border-color: #64E1D3;
}
</style>