Shades of Downy #64C6C1
Tints of Downy #64C6C1
RGB
CMYK
RGB Variations
Color information
#64C6C1 (or 0x64C6C1) is known color: Downy. HEX triplet: 64, C6 and C1. RGB value is (100,198,193). Sum of RGB (Red+Green+Blue) = 100+198+193=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #64C6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C6C1 is #9B393E. Grayscale: #A8A8A8. Windows color (decimal): -10172735 or 12699236. OLE color: 12699236.
HSL color Cylindrical-coordinate representation of color #64C6C1: hue angle of 176.94º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C6C1 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 193 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.22 |
| HSL | 176.94º | 0.46% | 0.58% | - |
| HSV(B) | 176.94º | 0.49% | 0.78% | - |
| XYZ | 35.08 | 46.95 | 57.67 | - |
| YUV | 168.13 | 142.03 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 193 | 0.49 | 0 | 0.03 | 0.22 | 176.94 | 0.46 | 0.58 |
| Hex | 64 | C6 | C1 | 31 | 0 | 3 | 16 | B1 | 2E | 3A |
| Octal | 144 | 306 | 301 | 61 | 0 | 3 | 26 | 261 | 56 | 72 |
| Binary | 1100100 | 11000110 | 11000001 | 110001 | 0 | 11 | 10110 | 10110001 | 101110 | 111010 |
Color Harmonies of #64C6C1
Complementary color
Monochromatic Colors of #64C6C1
Black with #64C6C1
Text Example
Text Example
White with #64C6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C6C1; }
p { color: rgb(100,198,193); }
H1.HeaderClassName
{
color: #64C6C1;
}
.AnyTagClassName
{
color: #64C6C1;
}
</style>
background-color css
<style>
a { background-color: #64C6C1; }
a { background-color: rgb(100,198,193); }
div.DivClassName
{
background-color: #64C6C1;
}
.BgClassName
{
background-color: #64C6C1;
}
</style>
border-color css
<style>
span { border-color: #64C6C1; }
span { border-color: rgb(100,198,193); }
td.TdClassName
{
border-color: #64C6C1;
}
.TagClassName
{
border-color: #64C6C1;
}
</style>