Shades of Fedora #644C6A
Tints of Fedora #644C6A
RGB
CMYK
RGB Variations
Color information
#644C6A (or 0x644C6A) is known color: Fedora. HEX triplet: 64, 4C and 6A. RGB value is (100,76,106). Sum of RGB (Red+Green+Blue) = 100+76+106=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #644C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C6A is #9BB395. Grayscale: #565656. Windows color (decimal): -10204054 or 6966372. OLE color: 6966372.
HSL color Cylindrical-coordinate representation of color #644C6A: hue angle of 288º 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 #644C6A is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 76 | 106 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.58 |
| HSL | 288º | 0.16% | 0.36% | - |
| HSV(B) | 288º | 0.28% | 0.42% | - |
| XYZ | 10.44 | 8.92 | 14.81 | - |
| YUV | 86.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 106 | 0.06 | 0.28 | 0 | 0.58 | 288 | 0.16 | 0.36 |
| Hex | 64 | 4C | 6A | 6 | 1C | 0 | 3A | 120 | 10 | 24 |
| Octal | 144 | 114 | 152 | 6 | 34 | 0 | 72 | 440 | 20 | 44 |
| Binary | 1100100 | 1001100 | 1101010 | 110 | 11100 | 0 | 111010 | 100100000 | 10000 | 100100 |
Color Harmonies of #644C6A
Complementary color
Monochromatic Colors of #644C6A
Black with #644C6A
Text Example
Text Example
White with #644C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C6A; }
p { color: rgb(100,76,106); }
H1.HeaderClassName
{
color: #644C6A;
}
.AnyTagClassName
{
color: #644C6A;
}
</style>
background-color css
<style>
a { background-color: #644C6A; }
a { background-color: rgb(100,76,106); }
div.DivClassName
{
background-color: #644C6A;
}
.BgClassName
{
background-color: #644C6A;
}
</style>
border-color css
<style>
span { border-color: #644C6A; }
span { border-color: rgb(100,76,106); }
td.TdClassName
{
border-color: #644C6A;
}
.TagClassName
{
border-color: #644C6A;
}
</style>