Shades of Fedora #644D70
Tints of Fedora #644D70
RGB
CMYK
RGB Variations
Color information
#644D70 (or 0x644D70) is known color: Fedora. HEX triplet: 64, 4D and 70. RGB value is (100,77,112). Sum of RGB (Red+Green+Blue) = 100+77+112=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #644D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D70 is #9BB28F. Grayscale: #575757. Windows color (decimal): -10203792 or 7359844. OLE color: 7359844.
HSL color Cylindrical-coordinate representation of color #644D70: hue angle of 279.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644D70 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 77 | 112 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.56 |
| HSL | 279.43º | 0.19% | 0.37% | - |
| HSV(B) | 279.43º | 0.31% | 0.44% | - |
| XYZ | 10.83 | 9.19 | 16.53 | - |
| YUV | 87.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 112 | 0.11 | 0.31 | 0 | 0.56 | 279.43 | 0.19 | 0.37 |
| Hex | 64 | 4D | 70 | B | 1F | 0 | 38 | 117 | 13 | 25 |
| Octal | 144 | 115 | 160 | 13 | 37 | 0 | 70 | 427 | 23 | 45 |
| Binary | 1100100 | 1001101 | 1110000 | 1011 | 11111 | 0 | 111000 | 100010111 | 10011 | 100101 |
Color Harmonies of #644D70
Complementary color
Monochromatic Colors of #644D70
Black with #644D70
Text Example
Text Example
White with #644D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D70; }
p { color: rgb(100,77,112); }
H1.HeaderClassName
{
color: #644D70;
}
.AnyTagClassName
{
color: #644D70;
}
</style>
background-color css
<style>
a { background-color: #644D70; }
a { background-color: rgb(100,77,112); }
div.DivClassName
{
background-color: #644D70;
}
.BgClassName
{
background-color: #644D70;
}
</style>
border-color css
<style>
span { border-color: #644D70; }
span { border-color: rgb(100,77,112); }
td.TdClassName
{
border-color: #644D70;
}
.TagClassName
{
border-color: #644D70;
}
</style>