Shades of Downy #64DFCC
Tints of Downy #64DFCC
RGB
CMYK
RGB Variations
Color information
#64DFCC (or 0x64DFCC) is known color: Downy. HEX triplet: 64, DF and CC. RGB value is (100,223,204). Sum of RGB (Red+Green+Blue) = 100+223+204=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFCC is #9B2033. Grayscale: #B8B8B8. Windows color (decimal): -10166324 or 13426532. OLE color: 13426532.
HSL color Cylindrical-coordinate representation of color #64DFCC: hue angle of 170.73º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFCC is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 204 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.13 |
| HSL | 170.73º | 0.66% | 0.63% | - |
| HSV(B) | 170.73º | 0.55% | 0.87% | - |
| XYZ | 42.54 | 59.84 | 66.44 | - |
| YUV | 184.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 204 | 0.55 | 0 | 0.09 | 0.13 | 170.73 | 0.66 | 0.63 |
| Hex | 64 | DF | CC | 37 | 0 | 9 | D | AB | 42 | 3F |
| Octal | 144 | 337 | 314 | 67 | 0 | 11 | 15 | 253 | 102 | 77 |
| Binary | 1100100 | 11011111 | 11001100 | 110111 | 0 | 1001 | 1101 | 10101011 | 1000010 | 111111 |
Color Harmonies of #64DFCC
Complementary color
Monochromatic Colors of #64DFCC
Black with #64DFCC
Text Example
Text Example
White with #64DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFCC; }
p { color: rgb(100,223,204); }
H1.HeaderClassName
{
color: #64DFCC;
}
.AnyTagClassName
{
color: #64DFCC;
}
</style>
background-color css
<style>
a { background-color: #64DFCC; }
a { background-color: rgb(100,223,204); }
div.DivClassName
{
background-color: #64DFCC;
}
.BgClassName
{
background-color: #64DFCC;
}
</style>
border-color css
<style>
span { border-color: #64DFCC; }
span { border-color: rgb(100,223,204); }
td.TdClassName
{
border-color: #64DFCC;
}
.TagClassName
{
border-color: #64DFCC;
}
</style>