Shades of Fedora #645366
Tints of Fedora #645366
RGB
CMYK
RGB Variations
Color information
#645366 (or 0x645366) is known color: Fedora. HEX triplet: 64, 53 and 66. RGB value is (100,83,102). Sum of RGB (Red+Green+Blue) = 100+83+102=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #645366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645366 is #9BAC99. Grayscale: #5A5A5A. Windows color (decimal): -10202266 or 6706020. OLE color: 6706020.
HSL color Cylindrical-coordinate representation of color #645366: hue angle of 293.68º 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 #645366 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 83 | 102 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.6 |
| HSL | 293.68º | 0.1% | 0.36% | - |
| HSV(B) | 293.68º | 0.19% | 0.4% | - |
| XYZ | 10.75 | 9.86 | 13.91 | - |
| YUV | 90.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 102 | 0.02 | 0.19 | 0 | 0.6 | 293.68 | 0.1 | 0.36 |
| Hex | 64 | 53 | 66 | 2 | 13 | 0 | 3C | 126 | A | 24 |
| Octal | 144 | 123 | 146 | 2 | 23 | 0 | 74 | 446 | 12 | 44 |
| Binary | 1100100 | 1010011 | 1100110 | 10 | 10011 | 0 | 111100 | 100100110 | 1010 | 100100 |
Color Harmonies of #645366
Complementary color
Monochromatic Colors of #645366
Black with #645366
Text Example
Text Example
White with #645366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645366; }
p { color: rgb(100,83,102); }
H1.HeaderClassName
{
color: #645366;
}
.AnyTagClassName
{
color: #645366;
}
</style>
background-color css
<style>
a { background-color: #645366; }
a { background-color: rgb(100,83,102); }
div.DivClassName
{
background-color: #645366;
}
.BgClassName
{
background-color: #645366;
}
</style>
border-color css
<style>
span { border-color: #645366; }
span { border-color: rgb(100,83,102); }
td.TdClassName
{
border-color: #645366;
}
.TagClassName
{
border-color: #645366;
}
</style>