Shades of Fedora #64496B
Tints of Fedora #64496B
RGB
CMYK
RGB Variations
Color information
#64496B (or 0x64496B) is known color: Fedora. HEX triplet: 64, 49 and 6B. RGB value is (100,73,107). Sum of RGB (Red+Green+Blue) = 100+73+107=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #64496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64496B is #9BB694. Grayscale: #545454. Windows color (decimal): -10204821 or 7031140. OLE color: 7031140.
HSL color Cylindrical-coordinate representation of color #64496B: hue angle of 287.65º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64496B is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 73 | 107 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.58 |
| HSL | 287.65º | 0.19% | 0.35% | - |
| HSV(B) | 287.65º | 0.32% | 0.42% | - |
| XYZ | 10.29 | 8.54 | 15.02 | - |
| YUV | 84.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 107 | 0.07 | 0.32 | 0 | 0.58 | 287.65 | 0.19 | 0.35 |
| Hex | 64 | 49 | 6B | 7 | 20 | 0 | 3A | 120 | 13 | 23 |
| Octal | 144 | 111 | 153 | 7 | 40 | 0 | 72 | 440 | 23 | 43 |
| Binary | 1100100 | 1001001 | 1101011 | 111 | 100000 | 0 | 111010 | 100100000 | 10011 | 100011 |
Color Harmonies of #64496B
Complementary color
Monochromatic Colors of #64496B
Black with #64496B
Text Example
Text Example
White with #64496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64496B; }
p { color: rgb(100,73,107); }
H1.HeaderClassName
{
color: #64496B;
}
.AnyTagClassName
{
color: #64496B;
}
</style>
background-color css
<style>
a { background-color: #64496B; }
a { background-color: rgb(100,73,107); }
div.DivClassName
{
background-color: #64496B;
}
.BgClassName
{
background-color: #64496B;
}
</style>
border-color css
<style>
span { border-color: #64496B; }
span { border-color: rgb(100,73,107); }
td.TdClassName
{
border-color: #64496B;
}
.TagClassName
{
border-color: #64496B;
}
</style>