Shades of Downy #64CECF
Tints of Downy #64CECF
RGB
CMYK
RGB Variations
Color information
#64CECF (or 0x64CECF) is known color: Downy. HEX triplet: 64, CE and CF. RGB value is (100,206,207). Sum of RGB (Red+Green+Blue) = 100+206+207=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #64CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CECF is #9B3130. Grayscale: #AEAEAE. Windows color (decimal): -10170673 or 13618788. OLE color: 13618788.
HSL color Cylindrical-coordinate representation of color #64CECF: hue angle of 180.56º 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 #64CECF is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 207 | - |
| CMYK | 0.52 | 0.00 | 0 | 0.19 |
| HSL | 180.56º | 0.53% | 0.6% | - |
| HSV(B) | 180.56º | 0.52% | 0.81% | - |
| XYZ | 38.59 | 51.36 | 66.91 | - |
| YUV | 174.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 207 | 0.52 | 0.00 | 0 | 0.19 | 180.56 | 0.53 | 0.6 |
| Hex | 64 | CE | CF | 34 | 0 | 0 | 13 | B5 | 35 | 3C |
| Octal | 144 | 316 | 317 | 64 | 0 | 0 | 23 | 265 | 65 | 74 |
| Binary | 1100100 | 11001110 | 11001111 | 110100 | 0 | 0 | 10011 | 10110101 | 110101 | 111100 |
Color Harmonies of #64CECF
Complementary color
Monochromatic Colors of #64CECF
Black with #64CECF
Text Example
Text Example
White with #64CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CECF; }
p { color: rgb(100,206,207); }
H1.HeaderClassName
{
color: #64CECF;
}
.AnyTagClassName
{
color: #64CECF;
}
</style>
background-color css
<style>
a { background-color: #64CECF; }
a { background-color: rgb(100,206,207); }
div.DivClassName
{
background-color: #64CECF;
}
.BgClassName
{
background-color: #64CECF;
}
</style>
border-color css
<style>
span { border-color: #64CECF; }
span { border-color: rgb(100,206,207); }
td.TdClassName
{
border-color: #64CECF;
}
.TagClassName
{
border-color: #64CECF;
}
</style>