Shades of Fedora #645768
Tints of Fedora #645768
RGB
CMYK
RGB Variations
Color information
#645768 (or 0x645768) is known color: Fedora. HEX triplet: 64, 57 and 68. RGB value is (100,87,104). Sum of RGB (Red+Green+Blue) = 100+87+104=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: blue. Hex color #645768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645768 is #9BA897. Grayscale: #5C5C5C. Windows color (decimal): -10201240 or 6838116. OLE color: 6838116.
HSL color Cylindrical-coordinate representation of color #645768: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645768 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 87 | 104 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.59 |
| HSL | 285.88º | 0.09% | 0.37% | - |
| HSV(B) | 285.88º | 0.16% | 0.41% | - |
| XYZ | 11.16 | 10.53 | 14.54 | - |
| YUV | 92.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 104 | 0.04 | 0.16 | 0 | 0.59 | 285.88 | 0.09 | 0.37 |
| Hex | 64 | 57 | 68 | 4 | 10 | 0 | 3B | 11E | 9 | 25 |
| Octal | 144 | 127 | 150 | 4 | 20 | 0 | 73 | 436 | 11 | 45 |
| Binary | 1100100 | 1010111 | 1101000 | 100 | 10000 | 0 | 111011 | 100011110 | 1001 | 100101 |
Color Harmonies of #645768
Complementary color
Monochromatic Colors of #645768
Black with #645768
Text Example
Text Example
White with #645768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645768; }
p { color: rgb(100,87,104); }
H1.HeaderClassName
{
color: #645768;
}
.AnyTagClassName
{
color: #645768;
}
</style>
background-color css
<style>
a { background-color: #645768; }
a { background-color: rgb(100,87,104); }
div.DivClassName
{
background-color: #645768;
}
.BgClassName
{
background-color: #645768;
}
</style>
border-color css
<style>
span { border-color: #645768; }
span { border-color: rgb(100,87,104); }
td.TdClassName
{
border-color: #645768;
}
.TagClassName
{
border-color: #645768;
}
</style>