Shades of Fedora #644E6A
Tints of Fedora #644E6A
RGB
CMYK
RGB Variations
Color information
#644E6A (or 0x644E6A) is known color: Fedora. HEX triplet: 64, 4E and 6A. RGB value is (100,78,106). Sum of RGB (Red+Green+Blue) = 100+78+106=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #644E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E6A is #9BB195. Grayscale: #575757. Windows color (decimal): -10203542 or 6966884. OLE color: 6966884.
HSL color Cylindrical-coordinate representation of color #644E6A: hue angle of 287.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #644E6A is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 78 | 106 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.58 |
| HSL | 287.14º | 0.15% | 0.36% | - |
| HSV(B) | 287.14º | 0.26% | 0.42% | - |
| XYZ | 10.58 | 9.2 | 14.85 | - |
| YUV | 87.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 106 | 0.06 | 0.26 | 0 | 0.58 | 287.14 | 0.15 | 0.36 |
| Hex | 64 | 4E | 6A | 6 | 1A | 0 | 3A | 11F | F | 24 |
| Octal | 144 | 116 | 152 | 6 | 32 | 0 | 72 | 437 | 17 | 44 |
| Binary | 1100100 | 1001110 | 1101010 | 110 | 11010 | 0 | 111010 | 100011111 | 1111 | 100100 |
Color Harmonies of #644E6A
Complementary color
Monochromatic Colors of #644E6A
Black with #644E6A
Text Example
Text Example
White with #644E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E6A; }
p { color: rgb(100,78,106); }
H1.HeaderClassName
{
color: #644E6A;
}
.AnyTagClassName
{
color: #644E6A;
}
</style>
background-color css
<style>
a { background-color: #644E6A; }
a { background-color: rgb(100,78,106); }
div.DivClassName
{
background-color: #644E6A;
}
.BgClassName
{
background-color: #644E6A;
}
</style>
border-color css
<style>
span { border-color: #644E6A; }
span { border-color: rgb(100,78,106); }
td.TdClassName
{
border-color: #644E6A;
}
.TagClassName
{
border-color: #644E6A;
}
</style>