Shades of Downy #64C7CB
Tints of Downy #64C7CB
RGB
CMYK
RGB Variations
Color information
#64C7CB (or 0x64C7CB) is known color: Downy. HEX triplet: 64, C7 and CB. RGB value is (100,199,203). Sum of RGB (Red+Green+Blue) = 100+199+203=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #64C7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C7CB is #9B3834. Grayscale: #A9A9A9. Windows color (decimal): -10172469 or 13354852. OLE color: 13354852.
HSL color Cylindrical-coordinate representation of color #64C7CB: hue angle of 182.33º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C7CB is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 199 | 203 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.20 |
| HSL | 182.33º | 0.5% | 0.59% | - |
| HSV(B) | 182.33º | 0.51% | 0.8% | - |
| XYZ | 36.46 | 47.87 | 63.82 | - |
| YUV | 169.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 199 | 203 | 0.51 | 0.02 | 0 | 0.20 | 182.33 | 0.5 | 0.59 |
| Hex | 64 | C7 | CB | 33 | 2 | 0 | 14 | B6 | 32 | 3B |
| Octal | 144 | 307 | 313 | 63 | 2 | 0 | 24 | 266 | 62 | 73 |
| Binary | 1100100 | 11000111 | 11001011 | 110011 | 10 | 0 | 10100 | 10110110 | 110010 | 111011 |
Color Harmonies of #64C7CB
Complementary color
Monochromatic Colors of #64C7CB
Black with #64C7CB
Text Example
Text Example
White with #64C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C7CB; }
p { color: rgb(100,199,203); }
H1.HeaderClassName
{
color: #64C7CB;
}
.AnyTagClassName
{
color: #64C7CB;
}
</style>
background-color css
<style>
a { background-color: #64C7CB; }
a { background-color: rgb(100,199,203); }
div.DivClassName
{
background-color: #64C7CB;
}
.BgClassName
{
background-color: #64C7CB;
}
</style>
border-color css
<style>
span { border-color: #64C7CB; }
span { border-color: rgb(100,199,203); }
td.TdClassName
{
border-color: #64C7CB;
}
.TagClassName
{
border-color: #64C7CB;
}
</style>