Shades of Fedora #645566
Tints of Fedora #645566
RGB
CMYK
RGB Variations
Color information
#645566 (or 0x645566) is known color: Fedora. HEX triplet: 64, 55 and 66. RGB value is (100,85,102). Sum of RGB (Red+Green+Blue) = 100+85+102=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 102 - color contains mainly: blue. Hex color #645566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645566 is #9BAA99. Grayscale: #5B5B5B. Windows color (decimal): -10201754 or 6706532. OLE color: 6706532.
HSL color Cylindrical-coordinate representation of color #645566: hue angle of 292.94º degrees, saturation: 0.09, 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 #645566 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 85 | 102 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.6 |
| HSL | 292.94º | 0.09% | 0.37% | - |
| HSV(B) | 292.94º | 0.17% | 0.4% | - |
| XYZ | 10.9 | 10.17 | 13.96 | - |
| YUV | 91.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 102 | 0.02 | 0.17 | 0 | 0.6 | 292.94 | 0.09 | 0.37 |
| Hex | 64 | 55 | 66 | 2 | 11 | 0 | 3C | 125 | 9 | 25 |
| Octal | 144 | 125 | 146 | 2 | 21 | 0 | 74 | 445 | 11 | 45 |
| Binary | 1100100 | 1010101 | 1100110 | 10 | 10001 | 0 | 111100 | 100100101 | 1001 | 100101 |
Color Harmonies of #645566
Complementary color
Monochromatic Colors of #645566
Black with #645566
Text Example
Text Example
White with #645566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645566; }
p { color: rgb(100,85,102); }
H1.HeaderClassName
{
color: #645566;
}
.AnyTagClassName
{
color: #645566;
}
</style>
background-color css
<style>
a { background-color: #645566; }
a { background-color: rgb(100,85,102); }
div.DivClassName
{
background-color: #645566;
}
.BgClassName
{
background-color: #645566;
}
</style>
border-color css
<style>
span { border-color: #645566; }
span { border-color: rgb(100,85,102); }
td.TdClassName
{
border-color: #645566;
}
.TagClassName
{
border-color: #645566;
}
</style>