Shades of Fedora #644E66
Tints of Fedora #644E66
RGB
CMYK
RGB Variations
Color information
#644E66 (or 0x644E66) is known color: Fedora. HEX triplet: 64, 4E and 66. RGB value is (100,78,102). Sum of RGB (Red+Green+Blue) = 100+78+102=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #644E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E66 is #9BB199. Grayscale: #575757. Windows color (decimal): -10203546 or 6704740. OLE color: 6704740.
HSL color Cylindrical-coordinate representation of color #644E66: hue angle of 295º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #644E66 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 78 | 102 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.6 |
| HSL | 295º | 0.13% | 0.35% | - |
| HSV(B) | 295º | 0.24% | 0.4% | - |
| XYZ | 10.38 | 9.12 | 13.78 | - |
| YUV | 87.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 102 | 0.02 | 0.24 | 0 | 0.6 | 295 | 0.13 | 0.35 |
| Hex | 64 | 4E | 66 | 2 | 18 | 0 | 3C | 127 | D | 23 |
| Octal | 144 | 116 | 146 | 2 | 30 | 0 | 74 | 447 | 15 | 43 |
| Binary | 1100100 | 1001110 | 1100110 | 10 | 11000 | 0 | 111100 | 100100111 | 1101 | 100011 |
Color Harmonies of #644E66
Complementary color
Monochromatic Colors of #644E66
Black with #644E66
Text Example
Text Example
White with #644E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E66; }
p { color: rgb(100,78,102); }
H1.HeaderClassName
{
color: #644E66;
}
.AnyTagClassName
{
color: #644E66;
}
</style>
background-color css
<style>
a { background-color: #644E66; }
a { background-color: rgb(100,78,102); }
div.DivClassName
{
background-color: #644E66;
}
.BgClassName
{
background-color: #644E66;
}
</style>
border-color css
<style>
span { border-color: #644E66; }
span { border-color: rgb(100,78,102); }
td.TdClassName
{
border-color: #644E66;
}
.TagClassName
{
border-color: #644E66;
}
</style>