Shades of Fedora #644D69
Tints of Fedora #644D69
RGB
CMYK
RGB Variations
Color information
#644D69 (or 0x644D69) is known color: Fedora. HEX triplet: 64, 4D and 69. RGB value is (100,77,105). Sum of RGB (Red+Green+Blue) = 100+77+105=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #644D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D69 is #9BB296. Grayscale: #565656. Windows color (decimal): -10203799 or 6901092. OLE color: 6901092.
HSL color Cylindrical-coordinate representation of color #644D69: hue angle of 289.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644D69 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 77 | 105 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.59 |
| HSL | 289.29º | 0.15% | 0.36% | - |
| HSV(B) | 289.29º | 0.27% | 0.41% | - |
| XYZ | 10.46 | 9.04 | 14.56 | - |
| YUV | 87.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 105 | 0.05 | 0.27 | 0 | 0.59 | 289.29 | 0.15 | 0.36 |
| Hex | 64 | 4D | 69 | 5 | 1B | 0 | 3B | 121 | F | 24 |
| Octal | 144 | 115 | 151 | 5 | 33 | 0 | 73 | 441 | 17 | 44 |
| Binary | 1100100 | 1001101 | 1101001 | 101 | 11011 | 0 | 111011 | 100100001 | 1111 | 100100 |
Color Harmonies of #644D69
Complementary color
Monochromatic Colors of #644D69
Black with #644D69
Text Example
Text Example
White with #644D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D69; }
p { color: rgb(100,77,105); }
H1.HeaderClassName
{
color: #644D69;
}
.AnyTagClassName
{
color: #644D69;
}
</style>
background-color css
<style>
a { background-color: #644D69; }
a { background-color: rgb(100,77,105); }
div.DivClassName
{
background-color: #644D69;
}
.BgClassName
{
background-color: #644D69;
}
</style>
border-color css
<style>
span { border-color: #644D69; }
span { border-color: rgb(100,77,105); }
td.TdClassName
{
border-color: #644D69;
}
.TagClassName
{
border-color: #644D69;
}
</style>