Shades of Fedora #65486A
Tints of Fedora #65486A
RGB
CMYK
RGB Variations
Color information
#65486A (or 0x65486A) is known color: Fedora. HEX triplet: 65, 48 and 6A. RGB value is (101,72,106). Sum of RGB (Red+Green+Blue) = 101+72+106=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #65486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65486A is #9AB795. Grayscale: #545454. Windows color (decimal): -10139542 or 6965349. OLE color: 6965349.
HSL color Cylindrical-coordinate representation of color #65486A: hue angle of 291.18º 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 #65486A is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 72 | 106 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.58 |
| HSL | 291.18º | 0.19% | 0.35% | - |
| HSV(B) | 291.18º | 0.32% | 0.42% | - |
| XYZ | 10.29 | 8.44 | 14.72 | - |
| YUV | 84.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 106 | 0.05 | 0.32 | 0 | 0.58 | 291.18 | 0.19 | 0.35 |
| Hex | 65 | 48 | 6A | 5 | 20 | 0 | 3A | 123 | 13 | 23 |
| Octal | 145 | 110 | 152 | 5 | 40 | 0 | 72 | 443 | 23 | 43 |
| Binary | 1100101 | 1001000 | 1101010 | 101 | 100000 | 0 | 111010 | 100100011 | 10011 | 100011 |
Color Harmonies of #65486A
Complementary color
Monochromatic Colors of #65486A
Black with #65486A
Text Example
Text Example
White with #65486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65486A; }
p { color: rgb(101,72,106); }
H1.HeaderClassName
{
color: #65486A;
}
.AnyTagClassName
{
color: #65486A;
}
</style>
background-color css
<style>
a { background-color: #65486A; }
a { background-color: rgb(101,72,106); }
div.DivClassName
{
background-color: #65486A;
}
.BgClassName
{
background-color: #65486A;
}
</style>
border-color css
<style>
span { border-color: #65486A; }
span { border-color: rgb(101,72,106); }
td.TdClassName
{
border-color: #65486A;
}
.TagClassName
{
border-color: #65486A;
}
</style>