Shades of Fedora #644E69
Tints of Fedora #644E69
RGB
CMYK
RGB Variations
Color information
#644E69 (or 0x644E69) is known color: Fedora. HEX triplet: 64, 4E and 69. RGB value is (100,78,105). Sum of RGB (Red+Green+Blue) = 100+78+105=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #644E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E69 is #9BB196. Grayscale: #575757. Windows color (decimal): -10203543 or 6901348. OLE color: 6901348.
HSL color Cylindrical-coordinate representation of color #644E69: hue angle of 288.89º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #644E69 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 78 | 105 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.59 |
| HSL | 288.89º | 0.15% | 0.36% | - |
| HSV(B) | 288.89º | 0.26% | 0.41% | - |
| XYZ | 10.53 | 9.18 | 14.58 | - |
| YUV | 87.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 105 | 0.05 | 0.26 | 0 | 0.59 | 288.89 | 0.15 | 0.36 |
| Hex | 64 | 4E | 69 | 5 | 1A | 0 | 3B | 121 | F | 24 |
| Octal | 144 | 116 | 151 | 5 | 32 | 0 | 73 | 441 | 17 | 44 |
| Binary | 1100100 | 1001110 | 1101001 | 101 | 11010 | 0 | 111011 | 100100001 | 1111 | 100100 |
Color Harmonies of #644E69
Complementary color
Monochromatic Colors of #644E69
Black with #644E69
Text Example
Text Example
White with #644E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E69; }
p { color: rgb(100,78,105); }
H1.HeaderClassName
{
color: #644E69;
}
.AnyTagClassName
{
color: #644E69;
}
</style>
background-color css
<style>
a { background-color: #644E69; }
a { background-color: rgb(100,78,105); }
div.DivClassName
{
background-color: #644E69;
}
.BgClassName
{
background-color: #644E69;
}
</style>
border-color css
<style>
span { border-color: #644E69; }
span { border-color: rgb(100,78,105); }
td.TdClassName
{
border-color: #644E69;
}
.TagClassName
{
border-color: #644E69;
}
</style>