Shades of Fedora #654D6F
Tints of Fedora #654D6F
RGB
CMYK
RGB Variations
Color information
#654D6F (or 0x654D6F) is known color: Fedora. HEX triplet: 65, 4D and 6F. RGB value is (101,77,111). Sum of RGB (Red+Green+Blue) = 101+77+111=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #654D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D6F is #9AB290. Grayscale: #575757. Windows color (decimal): -10138257 or 7294309. OLE color: 7294309.
HSL color Cylindrical-coordinate representation of color #654D6F: hue angle of 282.35º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #654D6F is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 77 | 111 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.56 |
| HSL | 282.35º | 0.18% | 0.37% | - |
| HSV(B) | 282.35º | 0.31% | 0.44% | - |
| XYZ | 10.89 | 9.22 | 16.25 | - |
| YUV | 88.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 111 | 0.09 | 0.31 | 0 | 0.56 | 282.35 | 0.18 | 0.37 |
| Hex | 65 | 4D | 6F | 9 | 1F | 0 | 38 | 11A | 12 | 25 |
| Octal | 145 | 115 | 157 | 11 | 37 | 0 | 70 | 432 | 22 | 45 |
| Binary | 1100101 | 1001101 | 1101111 | 1001 | 11111 | 0 | 111000 | 100011010 | 10010 | 100101 |
Color Harmonies of #654D6F
Complementary color
Monochromatic Colors of #654D6F
Black with #654D6F
Text Example
Text Example
White with #654D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D6F; }
p { color: rgb(101,77,111); }
H1.HeaderClassName
{
color: #654D6F;
}
.AnyTagClassName
{
color: #654D6F;
}
</style>
background-color css
<style>
a { background-color: #654D6F; }
a { background-color: rgb(101,77,111); }
div.DivClassName
{
background-color: #654D6F;
}
.BgClassName
{
background-color: #654D6F;
}
</style>
border-color css
<style>
span { border-color: #654D6F; }
span { border-color: rgb(101,77,111); }
td.TdClassName
{
border-color: #654D6F;
}
.TagClassName
{
border-color: #654D6F;
}
</style>