Shades of Fedora #644D67
Tints of Fedora #644D67
RGB
CMYK
RGB Variations
Color information
#644D67 (or 0x644D67) is known color: Fedora. HEX triplet: 64, 4D and 67. RGB value is (100,77,103). Sum of RGB (Red+Green+Blue) = 100+77+103=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #644D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D67 is #9BB298. Grayscale: #565656. Windows color (decimal): -10203801 or 6770020. OLE color: 6770020.
HSL color Cylindrical-coordinate representation of color #644D67: hue angle of 293.08º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #644D67 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 77 | 103 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.60 |
| HSL | 293.08º | 0.14% | 0.35% | - |
| HSV(B) | 293.08º | 0.25% | 0.4% | - |
| XYZ | 10.36 | 9 | 14.02 | - |
| YUV | 86.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 103 | 0.03 | 0.25 | 0 | 0.60 | 293.08 | 0.14 | 0.35 |
| Hex | 64 | 4D | 67 | 3 | 19 | 0 | 3C | 125 | E | 23 |
| Octal | 144 | 115 | 147 | 3 | 31 | 0 | 74 | 445 | 16 | 43 |
| Binary | 1100100 | 1001101 | 1100111 | 11 | 11001 | 0 | 111100 | 100100101 | 1110 | 100011 |
Color Harmonies of #644D67
Complementary color
Monochromatic Colors of #644D67
Black with #644D67
Text Example
Text Example
White with #644D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D67; }
p { color: rgb(100,77,103); }
H1.HeaderClassName
{
color: #644D67;
}
.AnyTagClassName
{
color: #644D67;
}
</style>
background-color css
<style>
a { background-color: #644D67; }
a { background-color: rgb(100,77,103); }
div.DivClassName
{
background-color: #644D67;
}
.BgClassName
{
background-color: #644D67;
}
</style>
border-color css
<style>
span { border-color: #644D67; }
span { border-color: rgb(100,77,103); }
td.TdClassName
{
border-color: #644D67;
}
.TagClassName
{
border-color: #644D67;
}
</style>