Shades of Fedora #644E6C
Tints of Fedora #644E6C
RGB
CMYK
RGB Variations
Color information
#644E6C (or 0x644E6C) is known color: Fedora. HEX triplet: 64, 4E and 6C. RGB value is (100,78,108). Sum of RGB (Red+Green+Blue) = 100+78+108=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #644E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E6C is #9BB193. Grayscale: #575757. Windows color (decimal): -10203540 or 7097956. OLE color: 7097956.
HSL color Cylindrical-coordinate representation of color #644E6C: hue angle of 284º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #644E6C is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 78 | 108 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.58 |
| HSL | 284º | 0.16% | 0.36% | - |
| HSV(B) | 284º | 0.28% | 0.42% | - |
| XYZ | 10.69 | 9.24 | 15.41 | - |
| YUV | 88 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 108 | 0.07 | 0.28 | 0 | 0.58 | 284 | 0.16 | 0.36 |
| Hex | 64 | 4E | 6C | 7 | 1C | 0 | 3A | 11C | 10 | 24 |
| Octal | 144 | 116 | 154 | 7 | 34 | 0 | 72 | 434 | 20 | 44 |
| Binary | 1100100 | 1001110 | 1101100 | 111 | 11100 | 0 | 111010 | 100011100 | 10000 | 100100 |
Color Harmonies of #644E6C
Complementary color
Monochromatic Colors of #644E6C
Black with #644E6C
Text Example
Text Example
White with #644E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E6C; }
p { color: rgb(100,78,108); }
H1.HeaderClassName
{
color: #644E6C;
}
.AnyTagClassName
{
color: #644E6C;
}
</style>
background-color css
<style>
a { background-color: #644E6C; }
a { background-color: rgb(100,78,108); }
div.DivClassName
{
background-color: #644E6C;
}
.BgClassName
{
background-color: #644E6C;
}
</style>
border-color css
<style>
span { border-color: #644E6C; }
span { border-color: rgb(100,78,108); }
td.TdClassName
{
border-color: #644E6C;
}
.TagClassName
{
border-color: #644E6C;
}
</style>