Shades of Fedora #645467
Tints of Fedora #645467
RGB
CMYK
RGB Variations
Color information
#645467 (or 0x645467) is known color: Fedora. HEX triplet: 64, 54 and 67. RGB value is (100,84,103). Sum of RGB (Red+Green+Blue) = 100+84+103=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #645467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645467 is #9BAB98. Grayscale: #5A5A5A. Windows color (decimal): -10202009 or 6771812. OLE color: 6771812.
HSL color Cylindrical-coordinate representation of color #645467: hue angle of 290.53º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645467 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 84 | 103 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.60 |
| HSL | 290.53º | 0.1% | 0.37% | - |
| HSV(B) | 290.53º | 0.18% | 0.4% | - |
| XYZ | 10.87 | 10.03 | 14.19 | - |
| YUV | 90.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 103 | 0.03 | 0.18 | 0 | 0.60 | 290.53 | 0.1 | 0.37 |
| Hex | 64 | 54 | 67 | 3 | 12 | 0 | 3C | 123 | A | 25 |
| Octal | 144 | 124 | 147 | 3 | 22 | 0 | 74 | 443 | 12 | 45 |
| Binary | 1100100 | 1010100 | 1100111 | 11 | 10010 | 0 | 111100 | 100100011 | 1010 | 100101 |
Color Harmonies of #645467
Complementary color
Monochromatic Colors of #645467
Black with #645467
Text Example
Text Example
White with #645467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645467; }
p { color: rgb(100,84,103); }
H1.HeaderClassName
{
color: #645467;
}
.AnyTagClassName
{
color: #645467;
}
</style>
background-color css
<style>
a { background-color: #645467; }
a { background-color: rgb(100,84,103); }
div.DivClassName
{
background-color: #645467;
}
.BgClassName
{
background-color: #645467;
}
</style>
border-color css
<style>
span { border-color: #645467; }
span { border-color: rgb(100,84,103); }
td.TdClassName
{
border-color: #645467;
}
.TagClassName
{
border-color: #645467;
}
</style>