Shades of Fedora #644E63
Tints of Fedora #644E63
RGB
CMYK
RGB Variations
Color information
#644E63 (or 0x644E63) is known color: Fedora. HEX triplet: 64, 4E and 63. RGB value is (100,78,99). Sum of RGB (Red+Green+Blue) = 100+78+99=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #644E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E63 is #9BB19C. Grayscale: #565656. Windows color (decimal): -10203549 or 6508132. OLE color: 6508132.
HSL color Cylindrical-coordinate representation of color #644E63: hue angle of 302.73º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #644E63 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 99 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.61 |
| HSL | 302.73º | 0.12% | 0.35% | - |
| HSV(B) | 302.73º | 0.22% | 0.39% | - |
| XYZ | 10.23 | 9.06 | 13.01 | - |
| YUV | 86.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 99 | 0 | 0.22 | 0.01 | 0.61 | 302.73 | 0.12 | 0.35 |
| Hex | 64 | 4E | 63 | 0 | 16 | 1 | 3D | 12F | C | 23 |
| Octal | 144 | 116 | 143 | 0 | 26 | 1 | 75 | 457 | 14 | 43 |
| Binary | 1100100 | 1001110 | 1100011 | 0 | 10110 | 1 | 111101 | 100101111 | 1100 | 100011 |
Color Harmonies of #644E63
Complementary color
Monochromatic Colors of #644E63
Black with #644E63
Text Example
Text Example
White with #644E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E63; }
p { color: rgb(100,78,99); }
H1.HeaderClassName
{
color: #644E63;
}
.AnyTagClassName
{
color: #644E63;
}
</style>
background-color css
<style>
a { background-color: #644E63; }
a { background-color: rgb(100,78,99); }
div.DivClassName
{
background-color: #644E63;
}
.BgClassName
{
background-color: #644E63;
}
</style>
border-color css
<style>
span { border-color: #644E63; }
span { border-color: rgb(100,78,99); }
td.TdClassName
{
border-color: #644E63;
}
.TagClassName
{
border-color: #644E63;
}
</style>