Shades of Fedora #644C6F
Tints of Fedora #644C6F
RGB
CMYK
RGB Variations
Color information
#644C6F (or 0x644C6F) is known color: Fedora. HEX triplet: 64, 4C and 6F. RGB value is (100,76,111). Sum of RGB (Red+Green+Blue) = 100+76+111=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #644C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C6F is #9BB390. Grayscale: #575757. Windows color (decimal): -10204049 or 7294052. OLE color: 7294052.
HSL color Cylindrical-coordinate representation of color #644C6F: hue angle of 281.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644C6F is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 76 | 111 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.56 |
| HSL | 281.14º | 0.19% | 0.37% | - |
| HSV(B) | 281.14º | 0.32% | 0.44% | - |
| XYZ | 10.71 | 9.03 | 16.22 | - |
| YUV | 87.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 111 | 0.10 | 0.32 | 0 | 0.56 | 281.14 | 0.19 | 0.37 |
| Hex | 64 | 4C | 6F | A | 20 | 0 | 38 | 119 | 13 | 25 |
| Octal | 144 | 114 | 157 | 12 | 40 | 0 | 70 | 431 | 23 | 45 |
| Binary | 1100100 | 1001100 | 1101111 | 1010 | 100000 | 0 | 111000 | 100011001 | 10011 | 100101 |
Color Harmonies of #644C6F
Complementary color
Monochromatic Colors of #644C6F
Black with #644C6F
Text Example
Text Example
White with #644C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C6F; }
p { color: rgb(100,76,111); }
H1.HeaderClassName
{
color: #644C6F;
}
.AnyTagClassName
{
color: #644C6F;
}
</style>
background-color css
<style>
a { background-color: #644C6F; }
a { background-color: rgb(100,76,111); }
div.DivClassName
{
background-color: #644C6F;
}
.BgClassName
{
background-color: #644C6F;
}
</style>
border-color css
<style>
span { border-color: #644C6F; }
span { border-color: rgb(100,76,111); }
td.TdClassName
{
border-color: #644C6F;
}
.TagClassName
{
border-color: #644C6F;
}
</style>