Shades of Fedora #644969
Tints of Fedora #644969
RGB
CMYK
RGB Variations
Color information
#644969 (or 0x644969) is known color: Fedora. HEX triplet: 64, 49 and 69. RGB value is (100,73,105). Sum of RGB (Red+Green+Blue) = 100+73+105=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #644969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644969 is #9BB696. Grayscale: #545454. Windows color (decimal): -10204823 or 6900068. OLE color: 6900068.
HSL color Cylindrical-coordinate representation of color #644969: hue angle of 290.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644969 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 73 | 105 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.59 |
| HSL | 290.63º | 0.18% | 0.35% | - |
| HSV(B) | 290.63º | 0.3% | 0.41% | - |
| XYZ | 10.19 | 8.49 | 14.47 | - |
| YUV | 84.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 105 | 0.05 | 0.30 | 0 | 0.59 | 290.63 | 0.18 | 0.35 |
| Hex | 64 | 49 | 69 | 5 | 1E | 0 | 3B | 123 | 12 | 23 |
| Octal | 144 | 111 | 151 | 5 | 36 | 0 | 73 | 443 | 22 | 43 |
| Binary | 1100100 | 1001001 | 1101001 | 101 | 11110 | 0 | 111011 | 100100011 | 10010 | 100011 |
Color Harmonies of #644969
Complementary color
Monochromatic Colors of #644969
Black with #644969
Text Example
Text Example
White with #644969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644969; }
p { color: rgb(100,73,105); }
H1.HeaderClassName
{
color: #644969;
}
.AnyTagClassName
{
color: #644969;
}
</style>
background-color css
<style>
a { background-color: #644969; }
a { background-color: rgb(100,73,105); }
div.DivClassName
{
background-color: #644969;
}
.BgClassName
{
background-color: #644969;
}
</style>
border-color css
<style>
span { border-color: #644969; }
span { border-color: rgb(100,73,105); }
td.TdClassName
{
border-color: #644969;
}
.TagClassName
{
border-color: #644969;
}
</style>