Shades of Fedora #644F67
Tints of Fedora #644F67
RGB
CMYK
RGB Variations
Color information
#644F67 (or 0x644F67) is known color: Fedora. HEX triplet: 64, 4F and 67. RGB value is (100,79,103). Sum of RGB (Red+Green+Blue) = 100+79+103=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #644F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644F67 is #9BB098. Grayscale: #575757. Windows color (decimal): -10203289 or 6770532. OLE color: 6770532.
HSL color Cylindrical-coordinate representation of color #644F67: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #644F67 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 79 | 103 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.60 |
| HSL | 292.5º | 0.13% | 0.36% | - |
| HSV(B) | 292.5º | 0.23% | 0.4% | - |
| XYZ | 10.5 | 9.28 | 14.07 | - |
| YUV | 88.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 103 | 0.03 | 0.23 | 0 | 0.60 | 292.5 | 0.13 | 0.36 |
| Hex | 64 | 4F | 67 | 3 | 17 | 0 | 3C | 124 | D | 24 |
| Octal | 144 | 117 | 147 | 3 | 27 | 0 | 74 | 444 | 15 | 44 |
| Binary | 1100100 | 1001111 | 1100111 | 11 | 10111 | 0 | 111100 | 100100100 | 1101 | 100100 |
Color Harmonies of #644F67
Complementary color
Monochromatic Colors of #644F67
Black with #644F67
Text Example
Text Example
White with #644F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F67; }
p { color: rgb(100,79,103); }
H1.HeaderClassName
{
color: #644F67;
}
.AnyTagClassName
{
color: #644F67;
}
</style>
background-color css
<style>
a { background-color: #644F67; }
a { background-color: rgb(100,79,103); }
div.DivClassName
{
background-color: #644F67;
}
.BgClassName
{
background-color: #644F67;
}
</style>
border-color css
<style>
span { border-color: #644F67; }
span { border-color: rgb(100,79,103); }
td.TdClassName
{
border-color: #644F67;
}
.TagClassName
{
border-color: #644F67;
}
</style>