Shades of Fedora #644765
Tints of Fedora #644765
RGB
CMYK
RGB Variations
Color information
#644765 (or 0x644765) is known color: Fedora. HEX triplet: 64, 47 and 65. RGB value is (100,71,101). Sum of RGB (Red+Green+Blue) = 100+71+101=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #644765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644765 is #9BB89A. Grayscale: #535353. Windows color (decimal): -10205339 or 6637412. OLE color: 6637412.
HSL color Cylindrical-coordinate representation of color #644765: hue angle of 298º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644765 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 71 | 101 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.60 |
| HSL | 298º | 0.17% | 0.34% | - |
| HSV(B) | 298º | 0.3% | 0.4% | - |
| XYZ | 9.86 | 8.16 | 13.37 | - |
| YUV | 83.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 101 | 0.01 | 0.30 | 0 | 0.60 | 298 | 0.17 | 0.34 |
| Hex | 64 | 47 | 65 | 1 | 1E | 0 | 3C | 12A | 11 | 22 |
| Octal | 144 | 107 | 145 | 1 | 36 | 0 | 74 | 452 | 21 | 42 |
| Binary | 1100100 | 1000111 | 1100101 | 1 | 11110 | 0 | 111100 | 100101010 | 10001 | 100010 |
Color Harmonies of #644765
Complementary color
Monochromatic Colors of #644765
Black with #644765
Text Example
Text Example
White with #644765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644765; }
p { color: rgb(100,71,101); }
H1.HeaderClassName
{
color: #644765;
}
.AnyTagClassName
{
color: #644765;
}
</style>
background-color css
<style>
a { background-color: #644765; }
a { background-color: rgb(100,71,101); }
div.DivClassName
{
background-color: #644765;
}
.BgClassName
{
background-color: #644765;
}
</style>
border-color css
<style>
span { border-color: #644765; }
span { border-color: rgb(100,71,101); }
td.TdClassName
{
border-color: #644765;
}
.TagClassName
{
border-color: #644765;
}
</style>