Shades of Fedora #645567
Tints of Fedora #645567
RGB
CMYK
RGB Variations
Color information
#645567 (or 0x645567) is known color: Fedora. HEX triplet: 64, 55 and 67. RGB value is (100,85,103). Sum of RGB (Red+Green+Blue) = 100+85+103=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 103 - color contains mainly: blue. Hex color #645567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645567 is #9BAA98. Grayscale: #5B5B5B. Windows color (decimal): -10201753 or 6772068. OLE color: 6772068.
HSL color Cylindrical-coordinate representation of color #645567: hue angle of 290º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645567 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 85 | 103 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.60 |
| HSL | 290º | 0.1% | 0.37% | - |
| HSV(B) | 290º | 0.17% | 0.4% | - |
| XYZ | 10.95 | 10.19 | 14.22 | - |
| YUV | 91.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 103 | 0.03 | 0.17 | 0 | 0.60 | 290 | 0.1 | 0.37 |
| Hex | 64 | 55 | 67 | 3 | 11 | 0 | 3C | 122 | A | 25 |
| Octal | 144 | 125 | 147 | 3 | 21 | 0 | 74 | 442 | 12 | 45 |
| Binary | 1100100 | 1010101 | 1100111 | 11 | 10001 | 0 | 111100 | 100100010 | 1010 | 100101 |
Color Harmonies of #645567
Complementary color
Monochromatic Colors of #645567
Black with #645567
Text Example
Text Example
White with #645567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645567; }
p { color: rgb(100,85,103); }
H1.HeaderClassName
{
color: #645567;
}
.AnyTagClassName
{
color: #645567;
}
</style>
background-color css
<style>
a { background-color: #645567; }
a { background-color: rgb(100,85,103); }
div.DivClassName
{
background-color: #645567;
}
.BgClassName
{
background-color: #645567;
}
</style>
border-color css
<style>
span { border-color: #645567; }
span { border-color: rgb(100,85,103); }
td.TdClassName
{
border-color: #645567;
}
.TagClassName
{
border-color: #645567;
}
</style>