Shades of Fedora #644A6E
Tints of Fedora #644A6E
RGB
CMYK
RGB Variations
Color information
#644A6E (or 0x644A6E) is known color: Fedora. HEX triplet: 64, 4A and 6E. RGB value is (100,74,110). Sum of RGB (Red+Green+Blue) = 100+74+110=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #644A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644A6E is #9BB591. Grayscale: #555555. Windows color (decimal): -10204562 or 7228004. OLE color: 7228004.
HSL color Cylindrical-coordinate representation of color #644A6E: hue angle of 283.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #644A6E is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 74 | 110 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.57 |
| HSL | 283.33º | 0.2% | 0.36% | - |
| HSV(B) | 283.33º | 0.33% | 0.43% | - |
| XYZ | 10.52 | 8.73 | 15.88 | - |
| YUV | 85.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 110 | 0.09 | 0.33 | 0 | 0.57 | 283.33 | 0.2 | 0.36 |
| Hex | 64 | 4A | 6E | 9 | 21 | 0 | 39 | 11B | 14 | 24 |
| Octal | 144 | 112 | 156 | 11 | 41 | 0 | 71 | 433 | 24 | 44 |
| Binary | 1100100 | 1001010 | 1101110 | 1001 | 100001 | 0 | 111001 | 100011011 | 10100 | 100100 |
Color Harmonies of #644A6E
Complementary color
Monochromatic Colors of #644A6E
Black with #644A6E
Text Example
Text Example
White with #644A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A6E; }
p { color: rgb(100,74,110); }
H1.HeaderClassName
{
color: #644A6E;
}
.AnyTagClassName
{
color: #644A6E;
}
</style>
background-color css
<style>
a { background-color: #644A6E; }
a { background-color: rgb(100,74,110); }
div.DivClassName
{
background-color: #644A6E;
}
.BgClassName
{
background-color: #644A6E;
}
</style>
border-color css
<style>
span { border-color: #644A6E; }
span { border-color: rgb(100,74,110); }
td.TdClassName
{
border-color: #644A6E;
}
.TagClassName
{
border-color: #644A6E;
}
</style>