Shades of Fedora #654E68
Tints of Fedora #654E68
RGB
CMYK
RGB Variations
Color information
#654E68 (or 0x654E68) is known color: Fedora. HEX triplet: 65, 4E and 68. RGB value is (101,78,104). Sum of RGB (Red+Green+Blue) = 101+78+104=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #654E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E68 is #9AB197. Grayscale: #575757. Windows color (decimal): -10138008 or 6835813. OLE color: 6835813.
HSL color Cylindrical-coordinate representation of color #654E68: hue angle of 293.08º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #654E68 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 78 | 104 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.59 |
| HSL | 293.08º | 0.14% | 0.36% | - |
| HSV(B) | 293.08º | 0.25% | 0.41% | - |
| XYZ | 10.59 | 9.21 | 14.32 | - |
| YUV | 87.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 104 | 0.03 | 0.25 | 0 | 0.59 | 293.08 | 0.14 | 0.36 |
| Hex | 65 | 4E | 68 | 3 | 19 | 0 | 3B | 125 | E | 24 |
| Octal | 145 | 116 | 150 | 3 | 31 | 0 | 73 | 445 | 16 | 44 |
| Binary | 1100101 | 1001110 | 1101000 | 11 | 11001 | 0 | 111011 | 100100101 | 1110 | 100100 |
Color Harmonies of #654E68
Complementary color
Monochromatic Colors of #654E68
Black with #654E68
Text Example
Text Example
White with #654E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E68; }
p { color: rgb(101,78,104); }
H1.HeaderClassName
{
color: #654E68;
}
.AnyTagClassName
{
color: #654E68;
}
</style>
background-color css
<style>
a { background-color: #654E68; }
a { background-color: rgb(101,78,104); }
div.DivClassName
{
background-color: #654E68;
}
.BgClassName
{
background-color: #654E68;
}
</style>
border-color css
<style>
span { border-color: #654E68; }
span { border-color: rgb(101,78,104); }
td.TdClassName
{
border-color: #654E68;
}
.TagClassName
{
border-color: #654E68;
}
</style>