Shades of Downy #64DFCF
Tints of Downy #64DFCF
RGB
CMYK
RGB Variations
Color information
#64DFCF (or 0x64DFCF) is known color: Downy. HEX triplet: 64, DF and CF. RGB value is (100,223,207). Sum of RGB (Red+Green+Blue) = 100+223+207=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFCF is #9B2030. Grayscale: #B8B8B8. Windows color (decimal): -10166321 or 13623140. OLE color: 13623140.
HSL color Cylindrical-coordinate representation of color #64DFCF: hue angle of 172.2º 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 #64DFCF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 207 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.13 |
| HSL | 172.2º | 0.66% | 0.63% | - |
| HSV(B) | 172.2º | 0.55% | 0.87% | - |
| XYZ | 42.91 | 59.99 | 68.35 | - |
| YUV | 184.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 207 | 0.55 | 0 | 0.07 | 0.13 | 172.2 | 0.66 | 0.63 |
| Hex | 64 | DF | CF | 37 | 0 | 7 | D | AC | 42 | 3F |
| Octal | 144 | 337 | 317 | 67 | 0 | 7 | 15 | 254 | 102 | 77 |
| Binary | 1100100 | 11011111 | 11001111 | 110111 | 0 | 111 | 1101 | 10101100 | 1000010 | 111111 |
Color Harmonies of #64DFCF
Complementary color
Monochromatic Colors of #64DFCF
Black with #64DFCF
Text Example
Text Example
White with #64DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFCF; }
p { color: rgb(100,223,207); }
H1.HeaderClassName
{
color: #64DFCF;
}
.AnyTagClassName
{
color: #64DFCF;
}
</style>
background-color css
<style>
a { background-color: #64DFCF; }
a { background-color: rgb(100,223,207); }
div.DivClassName
{
background-color: #64DFCF;
}
.BgClassName
{
background-color: #64DFCF;
}
</style>
border-color css
<style>
span { border-color: #64DFCF; }
span { border-color: rgb(100,223,207); }
td.TdClassName
{
border-color: #64DFCF;
}
.TagClassName
{
border-color: #64DFCF;
}
</style>