Shades of Fedora #644665
Tints of Fedora #644665
RGB
CMYK
RGB Variations
Color information
#644665 (or 0x644665) is known color: Fedora. HEX triplet: 64, 46 and 65. RGB value is (100,70,101). Sum of RGB (Red+Green+Blue) = 100+70+101=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #644665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644665 is #9BB99A. Grayscale: #525252. Windows color (decimal): -10205595 or 6637156. OLE color: 6637156.
HSL color Cylindrical-coordinate representation of color #644665: hue angle of 298.06º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644665 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 70 | 101 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.60 |
| HSL | 298.06º | 0.18% | 0.34% | - |
| HSV(B) | 298.06º | 0.31% | 0.4% | - |
| XYZ | 9.79 | 8.03 | 13.35 | - |
| YUV | 82.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 101 | 0.01 | 0.31 | 0 | 0.60 | 298.06 | 0.18 | 0.34 |
| Hex | 64 | 46 | 65 | 1 | 1F | 0 | 3C | 12A | 12 | 22 |
| Octal | 144 | 106 | 145 | 1 | 37 | 0 | 74 | 452 | 22 | 42 |
| Binary | 1100100 | 1000110 | 1100101 | 1 | 11111 | 0 | 111100 | 100101010 | 10010 | 100010 |
Color Harmonies of #644665
Complementary color
Monochromatic Colors of #644665
Black with #644665
Text Example
Text Example
White with #644665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644665; }
p { color: rgb(100,70,101); }
H1.HeaderClassName
{
color: #644665;
}
.AnyTagClassName
{
color: #644665;
}
</style>
background-color css
<style>
a { background-color: #644665; }
a { background-color: rgb(100,70,101); }
div.DivClassName
{
background-color: #644665;
}
.BgClassName
{
background-color: #644665;
}
</style>
border-color css
<style>
span { border-color: #644665; }
span { border-color: rgb(100,70,101); }
td.TdClassName
{
border-color: #644665;
}
.TagClassName
{
border-color: #644665;
}
</style>