Shades of Fedora #644E6D
Tints of Fedora #644E6D
RGB
CMYK
RGB Variations
Color information
#644E6D (or 0x644E6D) is known color: Fedora. HEX triplet: 64, 4E and 6D. RGB value is (100,78,109). Sum of RGB (Red+Green+Blue) = 100+78+109=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #644E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E6D is #9BB192. Grayscale: #585858. Windows color (decimal): -10203539 or 7163492. OLE color: 7163492.
HSL color Cylindrical-coordinate representation of color #644E6D: hue angle of 282.58º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #644E6D is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 78 | 109 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.57 |
| HSL | 282.58º | 0.17% | 0.37% | - |
| HSV(B) | 282.58º | 0.28% | 0.43% | - |
| XYZ | 10.74 | 9.26 | 15.69 | - |
| YUV | 88.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 109 | 0.08 | 0.28 | 0 | 0.57 | 282.58 | 0.17 | 0.37 |
| Hex | 64 | 4E | 6D | 8 | 1C | 0 | 39 | 11B | 11 | 25 |
| Octal | 144 | 116 | 155 | 10 | 34 | 0 | 71 | 433 | 21 | 45 |
| Binary | 1100100 | 1001110 | 1101101 | 1000 | 11100 | 0 | 111001 | 100011011 | 10001 | 100101 |
Color Harmonies of #644E6D
Complementary color
Monochromatic Colors of #644E6D
Black with #644E6D
Text Example
Text Example
White with #644E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E6D; }
p { color: rgb(100,78,109); }
H1.HeaderClassName
{
color: #644E6D;
}
.AnyTagClassName
{
color: #644E6D;
}
</style>
background-color css
<style>
a { background-color: #644E6D; }
a { background-color: rgb(100,78,109); }
div.DivClassName
{
background-color: #644E6D;
}
.BgClassName
{
background-color: #644E6D;
}
</style>
border-color css
<style>
span { border-color: #644E6D; }
span { border-color: rgb(100,78,109); }
td.TdClassName
{
border-color: #644E6D;
}
.TagClassName
{
border-color: #644E6D;
}
</style>