Shades of Fedora #644866
Tints of Fedora #644866
RGB
CMYK
RGB Variations
Color information
#644866 (or 0x644866) is known color: Fedora. HEX triplet: 64, 48 and 66. RGB value is (100,72,102). Sum of RGB (Red+Green+Blue) = 100+72+102=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #644866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644866 is #9BB799. Grayscale: #535353. Windows color (decimal): -10205082 or 6703204. OLE color: 6703204.
HSL color Cylindrical-coordinate representation of color #644866: hue angle of 296º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #644866 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 72 | 102 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.6 |
| HSL | 296º | 0.17% | 0.34% | - |
| HSV(B) | 296º | 0.29% | 0.4% | - |
| XYZ | 9.97 | 8.3 | 13.65 | - |
| YUV | 83.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 102 | 0.02 | 0.29 | 0 | 0.6 | 296 | 0.17 | 0.34 |
| Hex | 64 | 48 | 66 | 2 | 1D | 0 | 3C | 128 | 11 | 22 |
| Octal | 144 | 110 | 146 | 2 | 35 | 0 | 74 | 450 | 21 | 42 |
| Binary | 1100100 | 1001000 | 1100110 | 10 | 11101 | 0 | 111100 | 100101000 | 10001 | 100010 |
Color Harmonies of #644866
Complementary color
Monochromatic Colors of #644866
Black with #644866
Text Example
Text Example
White with #644866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644866; }
p { color: rgb(100,72,102); }
H1.HeaderClassName
{
color: #644866;
}
.AnyTagClassName
{
color: #644866;
}
</style>
background-color css
<style>
a { background-color: #644866; }
a { background-color: rgb(100,72,102); }
div.DivClassName
{
background-color: #644866;
}
.BgClassName
{
background-color: #644866;
}
</style>
border-color css
<style>
span { border-color: #644866; }
span { border-color: rgb(100,72,102); }
td.TdClassName
{
border-color: #644866;
}
.TagClassName
{
border-color: #644866;
}
</style>