Shades of Downy #64DACF
Tints of Downy #64DACF
RGB
CMYK
RGB Variations
Color information
#64DACF (or 0x64DACF) is known color: Downy. HEX triplet: 64, DA and CF. RGB value is (100,218,207). Sum of RGB (Red+Green+Blue) = 100+218+207=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #64DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DACF is #9B2530. Grayscale: #B5B5B5. Windows color (decimal): -10167601 or 13621860. OLE color: 13621860.
HSL color Cylindrical-coordinate representation of color #64DACF: hue angle of 174.41º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DACF is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 207 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.15 |
| HSL | 174.41º | 0.61% | 0.62% | - |
| HSV(B) | 174.41º | 0.54% | 0.85% | - |
| XYZ | 41.59 | 57.36 | 67.91 | - |
| YUV | 181.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 207 | 0.54 | 0 | 0.05 | 0.15 | 174.41 | 0.61 | 0.62 |
| Hex | 64 | DA | CF | 36 | 0 | 5 | F | AE | 3D | 3E |
| Octal | 144 | 332 | 317 | 66 | 0 | 5 | 17 | 256 | 75 | 76 |
| Binary | 1100100 | 11011010 | 11001111 | 110110 | 0 | 101 | 1111 | 10101110 | 111101 | 111110 |
Color Harmonies of #64DACF
Complementary color
Monochromatic Colors of #64DACF
Black with #64DACF
Text Example
Text Example
White with #64DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DACF; }
p { color: rgb(100,218,207); }
H1.HeaderClassName
{
color: #64DACF;
}
.AnyTagClassName
{
color: #64DACF;
}
</style>
background-color css
<style>
a { background-color: #64DACF; }
a { background-color: rgb(100,218,207); }
div.DivClassName
{
background-color: #64DACF;
}
.BgClassName
{
background-color: #64DACF;
}
</style>
border-color css
<style>
span { border-color: #64DACF; }
span { border-color: rgb(100,218,207); }
td.TdClassName
{
border-color: #64DACF;
}
.TagClassName
{
border-color: #64DACF;
}
</style>