Shades of Fedora #645265
Tints of Fedora #645265
RGB
CMYK
RGB Variations
Color information
#645265 (or 0x645265) is known color: Fedora. HEX triplet: 64, 52 and 65. RGB value is (100,82,101). Sum of RGB (Red+Green+Blue) = 100+82+101=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #645265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645265 is #9BAD9A. Grayscale: #595959. Windows color (decimal): -10202523 or 6640228. OLE color: 6640228.
HSL color Cylindrical-coordinate representation of color #645265: hue angle of 296.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #645265 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 82 | 101 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.60 |
| HSL | 296.84º | 0.1% | 0.36% | - |
| HSV(B) | 296.84º | 0.19% | 0.4% | - |
| XYZ | 10.62 | 9.68 | 13.62 | - |
| YUV | 89.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 101 | 0.01 | 0.19 | 0 | 0.60 | 296.84 | 0.1 | 0.36 |
| Hex | 64 | 52 | 65 | 1 | 13 | 0 | 3C | 129 | A | 24 |
| Octal | 144 | 122 | 145 | 1 | 23 | 0 | 74 | 451 | 12 | 44 |
| Binary | 1100100 | 1010010 | 1100101 | 1 | 10011 | 0 | 111100 | 100101001 | 1010 | 100100 |
Color Harmonies of #645265
Complementary color
Monochromatic Colors of #645265
Black with #645265
Text Example
Text Example
White with #645265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645265; }
p { color: rgb(100,82,101); }
H1.HeaderClassName
{
color: #645265;
}
.AnyTagClassName
{
color: #645265;
}
</style>
background-color css
<style>
a { background-color: #645265; }
a { background-color: rgb(100,82,101); }
div.DivClassName
{
background-color: #645265;
}
.BgClassName
{
background-color: #645265;
}
</style>
border-color css
<style>
span { border-color: #645265; }
span { border-color: rgb(100,82,101); }
td.TdClassName
{
border-color: #645265;
}
.TagClassName
{
border-color: #645265;
}
</style>