Shades of Fedora #654E72
Tints of Fedora #654E72
RGB
CMYK
RGB Variations
Color information
#654E72 (or 0x654E72) is known color: Fedora. HEX triplet: 65, 4E and 72. RGB value is (101,78,114). Sum of RGB (Red+Green+Blue) = 101+78+114=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #654E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E72 is #9AB18D. Grayscale: #585858. Windows color (decimal): -10137998 or 7491173. OLE color: 7491173.
HSL color Cylindrical-coordinate representation of color #654E72: hue angle of 278.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #654E72 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 78 | 114 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.55 |
| HSL | 278.33º | 0.19% | 0.38% | - |
| HSV(B) | 278.33º | 0.32% | 0.45% | - |
| XYZ | 11.13 | 9.43 | 17.15 | - |
| YUV | 88.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 114 | 0.11 | 0.32 | 0 | 0.55 | 278.33 | 0.19 | 0.38 |
| Hex | 65 | 4E | 72 | B | 20 | 0 | 37 | 116 | 13 | 26 |
| Octal | 145 | 116 | 162 | 13 | 40 | 0 | 67 | 426 | 23 | 46 |
| Binary | 1100101 | 1001110 | 1110010 | 1011 | 100000 | 0 | 110111 | 100010110 | 10011 | 100110 |
Color Harmonies of #654E72
Complementary color
Monochromatic Colors of #654E72
Black with #654E72
Text Example
Text Example
White with #654E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E72; }
p { color: rgb(101,78,114); }
H1.HeaderClassName
{
color: #654E72;
}
.AnyTagClassName
{
color: #654E72;
}
</style>
background-color css
<style>
a { background-color: #654E72; }
a { background-color: rgb(101,78,114); }
div.DivClassName
{
background-color: #654E72;
}
.BgClassName
{
background-color: #654E72;
}
</style>
border-color css
<style>
span { border-color: #654E72; }
span { border-color: rgb(101,78,114); }
td.TdClassName
{
border-color: #654E72;
}
.TagClassName
{
border-color: #654E72;
}
</style>