Shades of Fedora #644D6D
Tints of Fedora #644D6D
RGB
CMYK
RGB Variations
Color information
#644D6D (or 0x644D6D) is known color: Fedora. HEX triplet: 64, 4D and 6D. RGB value is (100,77,109). Sum of RGB (Red+Green+Blue) = 100+77+109=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #644D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D6D is #9BB292. Grayscale: #575757. Windows color (decimal): -10203795 or 7163236. OLE color: 7163236.
HSL color Cylindrical-coordinate representation of color #644D6D: hue angle of 283.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #644D6D is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 77 | 109 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.57 |
| HSL | 283.13º | 0.17% | 0.36% | - |
| HSV(B) | 283.13º | 0.29% | 0.43% | - |
| XYZ | 10.67 | 9.12 | 15.67 | - |
| YUV | 87.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 109 | 0.08 | 0.29 | 0 | 0.57 | 283.13 | 0.17 | 0.36 |
| Hex | 64 | 4D | 6D | 8 | 1D | 0 | 39 | 11B | 11 | 24 |
| Octal | 144 | 115 | 155 | 10 | 35 | 0 | 71 | 433 | 21 | 44 |
| Binary | 1100100 | 1001101 | 1101101 | 1000 | 11101 | 0 | 111001 | 100011011 | 10001 | 100100 |
Color Harmonies of #644D6D
Complementary color
Monochromatic Colors of #644D6D
Black with #644D6D
Text Example
Text Example
White with #644D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D6D; }
p { color: rgb(100,77,109); }
H1.HeaderClassName
{
color: #644D6D;
}
.AnyTagClassName
{
color: #644D6D;
}
</style>
background-color css
<style>
a { background-color: #644D6D; }
a { background-color: rgb(100,77,109); }
div.DivClassName
{
background-color: #644D6D;
}
.BgClassName
{
background-color: #644D6D;
}
</style>
border-color css
<style>
span { border-color: #644D6D; }
span { border-color: rgb(100,77,109); }
td.TdClassName
{
border-color: #644D6D;
}
.TagClassName
{
border-color: #644D6D;
}
</style>