Shades of Fedora #644F6D
Tints of Fedora #644F6D
RGB
CMYK
RGB Variations
Color information
#644F6D (or 0x644F6D) is known color: Fedora. HEX triplet: 64, 4F and 6D. RGB value is (100,79,109). Sum of RGB (Red+Green+Blue) = 100+79+109=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #644F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644F6D is #9BB092. Grayscale: #585858. Windows color (decimal): -10203283 or 7163748. OLE color: 7163748.
HSL color Cylindrical-coordinate representation of color #644F6D: hue angle of 282º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #644F6D is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 79 | 109 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.57 |
| HSL | 282º | 0.16% | 0.37% | - |
| HSV(B) | 282º | 0.28% | 0.43% | - |
| XYZ | 10.81 | 9.41 | 15.71 | - |
| YUV | 88.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 109 | 0.08 | 0.28 | 0 | 0.57 | 282 | 0.16 | 0.37 |
| Hex | 64 | 4F | 6D | 8 | 1C | 0 | 39 | 11A | 10 | 25 |
| Octal | 144 | 117 | 155 | 10 | 34 | 0 | 71 | 432 | 20 | 45 |
| Binary | 1100100 | 1001111 | 1101101 | 1000 | 11100 | 0 | 111001 | 100011010 | 10000 | 100101 |
Color Harmonies of #644F6D
Complementary color
Monochromatic Colors of #644F6D
Black with #644F6D
Text Example
Text Example
White with #644F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F6D; }
p { color: rgb(100,79,109); }
H1.HeaderClassName
{
color: #644F6D;
}
.AnyTagClassName
{
color: #644F6D;
}
</style>
background-color css
<style>
a { background-color: #644F6D; }
a { background-color: rgb(100,79,109); }
div.DivClassName
{
background-color: #644F6D;
}
.BgClassName
{
background-color: #644F6D;
}
</style>
border-color css
<style>
span { border-color: #644F6D; }
span { border-color: rgb(100,79,109); }
td.TdClassName
{
border-color: #644F6D;
}
.TagClassName
{
border-color: #644F6D;
}
</style>