Shades of Downy #64CCCF
Tints of Downy #64CCCF
RGB
CMYK
RGB Variations
Color information
#64CCCF (or 0x64CCCF) is known color: Downy. HEX triplet: 64, CC and CF. RGB value is (100,204,207). Sum of RGB (Red+Green+Blue) = 100+204+207=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #64CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCCF is #9B3330. Grayscale: #ADADAD. Windows color (decimal): -10171185 or 13618276. OLE color: 13618276.
HSL color Cylindrical-coordinate representation of color #64CCCF: hue angle of 181.68º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CCCF is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 204 | 207 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.19 |
| HSL | 181.68º | 0.53% | 0.6% | - |
| HSV(B) | 181.68º | 0.52% | 0.81% | - |
| XYZ | 38.11 | 50.4 | 66.75 | - |
| YUV | 173.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 207 | 0.52 | 0.01 | 0 | 0.19 | 181.68 | 0.53 | 0.6 |
| Hex | 64 | CC | CF | 34 | 1 | 0 | 13 | B6 | 35 | 3C |
| Octal | 144 | 314 | 317 | 64 | 1 | 0 | 23 | 266 | 65 | 74 |
| Binary | 1100100 | 11001100 | 11001111 | 110100 | 1 | 0 | 10011 | 10110110 | 110101 | 111100 |
Color Harmonies of #64CCCF
Complementary color
Monochromatic Colors of #64CCCF
Black with #64CCCF
Text Example
Text Example
White with #64CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCCF; }
p { color: rgb(100,204,207); }
H1.HeaderClassName
{
color: #64CCCF;
}
.AnyTagClassName
{
color: #64CCCF;
}
</style>
background-color css
<style>
a { background-color: #64CCCF; }
a { background-color: rgb(100,204,207); }
div.DivClassName
{
background-color: #64CCCF;
}
.BgClassName
{
background-color: #64CCCF;
}
</style>
border-color css
<style>
span { border-color: #64CCCF; }
span { border-color: rgb(100,204,207); }
td.TdClassName
{
border-color: #64CCCF;
}
.TagClassName
{
border-color: #64CCCF;
}
</style>