Shades of Fedora #645968
Tints of Fedora #645968
RGB
CMYK
RGB Variations
Color information
#645968 (or 0x645968) is known color: Fedora. HEX triplet: 64, 59 and 68. RGB value is (100,89,104). Sum of RGB (Red+Green+Blue) = 100+89+104=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #645968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645968 is #9BA697. Grayscale: #5D5D5D. Windows color (decimal): -10200728 or 6838628. OLE color: 6838628.
HSL color Cylindrical-coordinate representation of color #645968: hue angle of 284º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #645968 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 89 | 104 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.59 |
| HSL | 284º | 0.08% | 0.38% | - |
| HSV(B) | 284º | 0.14% | 0.41% | - |
| XYZ | 11.33 | 10.85 | 14.59 | - |
| YUV | 94 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 104 | 0.04 | 0.14 | 0 | 0.59 | 284 | 0.08 | 0.38 |
| Hex | 64 | 59 | 68 | 4 | E | 0 | 3B | 11C | 8 | 26 |
| Octal | 144 | 131 | 150 | 4 | 16 | 0 | 73 | 434 | 10 | 46 |
| Binary | 1100100 | 1011001 | 1101000 | 100 | 1110 | 0 | 111011 | 100011100 | 1000 | 100110 |
Color Harmonies of #645968
Complementary color
Monochromatic Colors of #645968
Black with #645968
Text Example
Text Example
White with #645968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645968; }
p { color: rgb(100,89,104); }
H1.HeaderClassName
{
color: #645968;
}
.AnyTagClassName
{
color: #645968;
}
</style>
background-color css
<style>
a { background-color: #645968; }
a { background-color: rgb(100,89,104); }
div.DivClassName
{
background-color: #645968;
}
.BgClassName
{
background-color: #645968;
}
</style>
border-color css
<style>
span { border-color: #645968; }
span { border-color: rgb(100,89,104); }
td.TdClassName
{
border-color: #645968;
}
.TagClassName
{
border-color: #645968;
}
</style>