Shades of Fedora #65496A
Tints of Fedora #65496A
RGB
CMYK
RGB Variations
Color information
#65496A (or 0x65496A) is known color: Fedora. HEX triplet: 65, 49 and 6A. RGB value is (101,73,106). Sum of RGB (Red+Green+Blue) = 101+73+106=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 106 - color contains mainly: blue. Hex color #65496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65496A is #9AB695. Grayscale: #555555. Windows color (decimal): -10139286 or 6965605. OLE color: 6965605.
HSL color Cylindrical-coordinate representation of color #65496A: hue angle of 290.91º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65496A is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 73 | 106 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.58 |
| HSL | 290.91º | 0.18% | 0.35% | - |
| HSV(B) | 290.91º | 0.31% | 0.42% | - |
| XYZ | 10.35 | 8.57 | 14.74 | - |
| YUV | 85.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 106 | 0.05 | 0.31 | 0 | 0.58 | 290.91 | 0.18 | 0.35 |
| Hex | 65 | 49 | 6A | 5 | 1F | 0 | 3A | 123 | 12 | 23 |
| Octal | 145 | 111 | 152 | 5 | 37 | 0 | 72 | 443 | 22 | 43 |
| Binary | 1100101 | 1001001 | 1101010 | 101 | 11111 | 0 | 111010 | 100100011 | 10010 | 100011 |
Color Harmonies of #65496A
Complementary color
Monochromatic Colors of #65496A
Black with #65496A
Text Example
Text Example
White with #65496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65496A; }
p { color: rgb(101,73,106); }
H1.HeaderClassName
{
color: #65496A;
}
.AnyTagClassName
{
color: #65496A;
}
</style>
background-color css
<style>
a { background-color: #65496A; }
a { background-color: rgb(101,73,106); }
div.DivClassName
{
background-color: #65496A;
}
.BgClassName
{
background-color: #65496A;
}
</style>
border-color css
<style>
span { border-color: #65496A; }
span { border-color: rgb(101,73,106); }
td.TdClassName
{
border-color: #65496A;
}
.TagClassName
{
border-color: #65496A;
}
</style>