Shades of Downy #64DCCD
Tints of Downy #64DCCD
RGB
CMYK
RGB Variations
Color information
#64DCCD (or 0x64DCCD) is known color: Downy. HEX triplet: 64, DC and CD. RGB value is (100,220,205). Sum of RGB (Red+Green+Blue) = 100+220+205=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCCD is #9B2332. Grayscale: #B6B6B6. Windows color (decimal): -10167091 or 13491300. OLE color: 13491300.
HSL color Cylindrical-coordinate representation of color #64DCCD: hue angle of 172.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCCD is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 205 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.14 |
| HSL | 172.5º | 0.63% | 0.63% | - |
| HSV(B) | 172.5º | 0.55% | 0.86% | - |
| XYZ | 41.87 | 58.3 | 66.8 | - |
| YUV | 182.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 205 | 0.55 | 0 | 0.07 | 0.14 | 172.5 | 0.63 | 0.63 |
| Hex | 64 | DC | CD | 37 | 0 | 7 | E | AC | 3F | 3F |
| Octal | 144 | 334 | 315 | 67 | 0 | 7 | 16 | 254 | 77 | 77 |
| Binary | 1100100 | 11011100 | 11001101 | 110111 | 0 | 111 | 1110 | 10101100 | 111111 | 111111 |
Color Harmonies of #64DCCD
Complementary color
Monochromatic Colors of #64DCCD
Black with #64DCCD
Text Example
Text Example
White with #64DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCCD; }
p { color: rgb(100,220,205); }
H1.HeaderClassName
{
color: #64DCCD;
}
.AnyTagClassName
{
color: #64DCCD;
}
</style>
background-color css
<style>
a { background-color: #64DCCD; }
a { background-color: rgb(100,220,205); }
div.DivClassName
{
background-color: #64DCCD;
}
.BgClassName
{
background-color: #64DCCD;
}
</style>
border-color css
<style>
span { border-color: #64DCCD; }
span { border-color: rgb(100,220,205); }
td.TdClassName
{
border-color: #64DCCD;
}
.TagClassName
{
border-color: #64DCCD;
}
</style>