Shades of Fedora #644E68
Tints of Fedora #644E68
RGB
CMYK
RGB Variations
Color information
#644E68 (or 0x644E68) is known color: Fedora. HEX triplet: 64, 4E and 68. RGB value is (100,78,104). Sum of RGB (Red+Green+Blue) = 100+78+104=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #644E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E68 is #9BB197. Grayscale: #575757. Windows color (decimal): -10203544 or 6835812. OLE color: 6835812.
HSL color Cylindrical-coordinate representation of color #644E68: hue angle of 290.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #644E68 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 78 | 104 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.59 |
| HSL | 290.77º | 0.14% | 0.36% | - |
| HSV(B) | 290.77º | 0.25% | 0.41% | - |
| XYZ | 10.48 | 9.16 | 14.31 | - |
| YUV | 87.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 104 | 0.04 | 0.25 | 0 | 0.59 | 290.77 | 0.14 | 0.36 |
| Hex | 64 | 4E | 68 | 4 | 19 | 0 | 3B | 123 | E | 24 |
| Octal | 144 | 116 | 150 | 4 | 31 | 0 | 73 | 443 | 16 | 44 |
| Binary | 1100100 | 1001110 | 1101000 | 100 | 11001 | 0 | 111011 | 100100011 | 1110 | 100100 |
Color Harmonies of #644E68
Complementary color
Monochromatic Colors of #644E68
Black with #644E68
Text Example
Text Example
White with #644E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E68; }
p { color: rgb(100,78,104); }
H1.HeaderClassName
{
color: #644E68;
}
.AnyTagClassName
{
color: #644E68;
}
</style>
background-color css
<style>
a { background-color: #644E68; }
a { background-color: rgb(100,78,104); }
div.DivClassName
{
background-color: #644E68;
}
.BgClassName
{
background-color: #644E68;
}
</style>
border-color css
<style>
span { border-color: #644E68; }
span { border-color: rgb(100,78,104); }
td.TdClassName
{
border-color: #644E68;
}
.TagClassName
{
border-color: #644E68;
}
</style>