Shades of Fedora #645868
Tints of Fedora #645868
RGB
CMYK
RGB Variations
Color information
#645868 (or 0x645868) is known color: Fedora. HEX triplet: 64, 58 and 68. RGB value is (100,88,104). Sum of RGB (Red+Green+Blue) = 100+88+104=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #645868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645868 is #9BA797. Grayscale: #5D5D5D. Windows color (decimal): -10200984 or 6838372. OLE color: 6838372.
HSL color Cylindrical-coordinate representation of color #645868: hue angle of 285º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #645868 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 88 | 104 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.59 |
| HSL | 285º | 0.08% | 0.38% | - |
| HSV(B) | 285º | 0.15% | 0.41% | - |
| XYZ | 11.24 | 10.69 | 14.57 | - |
| YUV | 93.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 104 | 0.04 | 0.15 | 0 | 0.59 | 285 | 0.08 | 0.38 |
| Hex | 64 | 58 | 68 | 4 | F | 0 | 3B | 11D | 8 | 26 |
| Octal | 144 | 130 | 150 | 4 | 17 | 0 | 73 | 435 | 10 | 46 |
| Binary | 1100100 | 1011000 | 1101000 | 100 | 1111 | 0 | 111011 | 100011101 | 1000 | 100110 |
Color Harmonies of #645868
Complementary color
Monochromatic Colors of #645868
Black with #645868
Text Example
Text Example
White with #645868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645868; }
p { color: rgb(100,88,104); }
H1.HeaderClassName
{
color: #645868;
}
.AnyTagClassName
{
color: #645868;
}
</style>
background-color css
<style>
a { background-color: #645868; }
a { background-color: rgb(100,88,104); }
div.DivClassName
{
background-color: #645868;
}
.BgClassName
{
background-color: #645868;
}
</style>
border-color css
<style>
span { border-color: #645868; }
span { border-color: rgb(100,88,104); }
td.TdClassName
{
border-color: #645868;
}
.TagClassName
{
border-color: #645868;
}
</style>