Shades of Fedora #644C69
Tints of Fedora #644C69
RGB
CMYK
RGB Variations
Color information
#644C69 (or 0x644C69) is known color: Fedora. HEX triplet: 64, 4C and 69. RGB value is (100,76,105). Sum of RGB (Red+Green+Blue) = 100+76+105=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #644C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C69 is #9BB396. Grayscale: #565656. Windows color (decimal): -10204055 or 6900836. OLE color: 6900836.
HSL color Cylindrical-coordinate representation of color #644C69: hue angle of 289.66º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #644C69 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 76 | 105 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.59 |
| HSL | 289.66º | 0.16% | 0.35% | - |
| HSV(B) | 289.66º | 0.28% | 0.41% | - |
| XYZ | 10.39 | 8.9 | 14.53 | - |
| YUV | 86.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 105 | 0.05 | 0.28 | 0 | 0.59 | 289.66 | 0.16 | 0.35 |
| Hex | 64 | 4C | 69 | 5 | 1C | 0 | 3B | 122 | 10 | 23 |
| Octal | 144 | 114 | 151 | 5 | 34 | 0 | 73 | 442 | 20 | 43 |
| Binary | 1100100 | 1001100 | 1101001 | 101 | 11100 | 0 | 111011 | 100100010 | 10000 | 100011 |
Color Harmonies of #644C69
Complementary color
Monochromatic Colors of #644C69
Black with #644C69
Text Example
Text Example
White with #644C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C69; }
p { color: rgb(100,76,105); }
H1.HeaderClassName
{
color: #644C69;
}
.AnyTagClassName
{
color: #644C69;
}
</style>
background-color css
<style>
a { background-color: #644C69; }
a { background-color: rgb(100,76,105); }
div.DivClassName
{
background-color: #644C69;
}
.BgClassName
{
background-color: #644C69;
}
</style>
border-color css
<style>
span { border-color: #644C69; }
span { border-color: rgb(100,76,105); }
td.TdClassName
{
border-color: #644C69;
}
.TagClassName
{
border-color: #644C69;
}
</style>