Shades of Fedora #644568
Tints of Fedora #644568
RGB
CMYK
RGB Variations
Color information
#644568 (or 0x644568) is known color: Fedora. HEX triplet: 64, 45 and 68. RGB value is (100,69,104). Sum of RGB (Red+Green+Blue) = 100+69+104=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #644568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644568 is #9BBA97. Grayscale: #525252. Windows color (decimal): -10205848 or 6833508. OLE color: 6833508.
HSL color Cylindrical-coordinate representation of color #644568: hue angle of 293.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644568 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 69 | 104 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.59 |
| HSL | 293.14º | 0.2% | 0.34% | - |
| HSV(B) | 293.14º | 0.34% | 0.41% | - |
| XYZ | 9.88 | 7.97 | 14.11 | - |
| YUV | 82.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 104 | 0.04 | 0.34 | 0 | 0.59 | 293.14 | 0.2 | 0.34 |
| Hex | 64 | 45 | 68 | 4 | 22 | 0 | 3B | 125 | 14 | 22 |
| Octal | 144 | 105 | 150 | 4 | 42 | 0 | 73 | 445 | 24 | 42 |
| Binary | 1100100 | 1000101 | 1101000 | 100 | 100010 | 0 | 111011 | 100100101 | 10100 | 100010 |
Color Harmonies of #644568
Complementary color
Monochromatic Colors of #644568
Black with #644568
Text Example
Text Example
White with #644568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644568; }
p { color: rgb(100,69,104); }
H1.HeaderClassName
{
color: #644568;
}
.AnyTagClassName
{
color: #644568;
}
</style>
background-color css
<style>
a { background-color: #644568; }
a { background-color: rgb(100,69,104); }
div.DivClassName
{
background-color: #644568;
}
.BgClassName
{
background-color: #644568;
}
</style>
border-color css
<style>
span { border-color: #644568; }
span { border-color: rgb(100,69,104); }
td.TdClassName
{
border-color: #644568;
}
.TagClassName
{
border-color: #644568;
}
</style>