Shades of Fedora #654D68
Tints of Fedora #654D68
RGB
CMYK
RGB Variations
Color information
#654D68 (or 0x654D68) is known color: Fedora. HEX triplet: 65, 4D and 68. RGB value is (101,77,104). Sum of RGB (Red+Green+Blue) = 101+77+104=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #654D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D68 is #9AB297. Grayscale: #575757. Windows color (decimal): -10138264 or 6835557. OLE color: 6835557.
HSL color Cylindrical-coordinate representation of color #654D68: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #654D68 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 77 | 104 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.59 |
| HSL | 293.33º | 0.15% | 0.35% | - |
| HSV(B) | 293.33º | 0.26% | 0.41% | - |
| XYZ | 10.52 | 9.07 | 14.29 | - |
| YUV | 87.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 104 | 0.03 | 0.26 | 0 | 0.59 | 293.33 | 0.15 | 0.35 |
| Hex | 65 | 4D | 68 | 3 | 1A | 0 | 3B | 125 | F | 23 |
| Octal | 145 | 115 | 150 | 3 | 32 | 0 | 73 | 445 | 17 | 43 |
| Binary | 1100101 | 1001101 | 1101000 | 11 | 11010 | 0 | 111011 | 100100101 | 1111 | 100011 |
Color Harmonies of #654D68
Complementary color
Monochromatic Colors of #654D68
Black with #654D68
Text Example
Text Example
White with #654D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D68; }
p { color: rgb(101,77,104); }
H1.HeaderClassName
{
color: #654D68;
}
.AnyTagClassName
{
color: #654D68;
}
</style>
background-color css
<style>
a { background-color: #654D68; }
a { background-color: rgb(101,77,104); }
div.DivClassName
{
background-color: #654D68;
}
.BgClassName
{
background-color: #654D68;
}
</style>
border-color css
<style>
span { border-color: #654D68; }
span { border-color: rgb(101,77,104); }
td.TdClassName
{
border-color: #654D68;
}
.TagClassName
{
border-color: #654D68;
}
</style>