Shades of Fedora #65486E
Tints of Fedora #65486E
RGB
CMYK
RGB Variations
Color information
#65486E (or 0x65486E) is known color: Fedora. HEX triplet: 65, 48 and 6E. RGB value is (101,72,110). Sum of RGB (Red+Green+Blue) = 101+72+110=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #65486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65486E is #9AB791. Grayscale: #545454. Windows color (decimal): -10139538 or 7227493. OLE color: 7227493.
HSL color Cylindrical-coordinate representation of color #65486E: hue angle of 285.79º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65486E is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 72 | 110 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.57 |
| HSL | 285.79º | 0.21% | 0.36% | - |
| HSV(B) | 285.79º | 0.35% | 0.43% | - |
| XYZ | 10.5 | 8.53 | 15.84 | - |
| YUV | 85 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 110 | 0.08 | 0.35 | 0 | 0.57 | 285.79 | 0.21 | 0.36 |
| Hex | 65 | 48 | 6E | 8 | 23 | 0 | 39 | 11E | 15 | 24 |
| Octal | 145 | 110 | 156 | 10 | 43 | 0 | 71 | 436 | 25 | 44 |
| Binary | 1100101 | 1001000 | 1101110 | 1000 | 100011 | 0 | 111001 | 100011110 | 10101 | 100100 |
Color Harmonies of #65486E
Complementary color
Monochromatic Colors of #65486E
Black with #65486E
Text Example
Text Example
White with #65486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65486E; }
p { color: rgb(101,72,110); }
H1.HeaderClassName
{
color: #65486E;
}
.AnyTagClassName
{
color: #65486E;
}
</style>
background-color css
<style>
a { background-color: #65486E; }
a { background-color: rgb(101,72,110); }
div.DivClassName
{
background-color: #65486E;
}
.BgClassName
{
background-color: #65486E;
}
</style>
border-color css
<style>
span { border-color: #65486E; }
span { border-color: rgb(101,72,110); }
td.TdClassName
{
border-color: #65486E;
}
.TagClassName
{
border-color: #65486E;
}
</style>