Shades of Fedora #654F6C
Tints of Fedora #654F6C
RGB
CMYK
RGB Variations
Color information
#654F6C (or 0x654F6C) is known color: Fedora. HEX triplet: 65, 4F and 6C. RGB value is (101,79,108). Sum of RGB (Red+Green+Blue) = 101+79+108=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #654F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F6C is #9AB093. Grayscale: #585858. Windows color (decimal): -10137748 or 7098213. OLE color: 7098213.
HSL color Cylindrical-coordinate representation of color #654F6C: hue angle of 285.52º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #654F6C is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 79 | 108 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.58 |
| HSL | 285.52º | 0.16% | 0.37% | - |
| HSV(B) | 285.52º | 0.27% | 0.42% | - |
| XYZ | 10.87 | 9.44 | 15.44 | - |
| YUV | 88.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 108 | 0.06 | 0.27 | 0 | 0.58 | 285.52 | 0.16 | 0.37 |
| Hex | 65 | 4F | 6C | 6 | 1B | 0 | 3A | 11E | 10 | 25 |
| Octal | 145 | 117 | 154 | 6 | 33 | 0 | 72 | 436 | 20 | 45 |
| Binary | 1100101 | 1001111 | 1101100 | 110 | 11011 | 0 | 111010 | 100011110 | 10000 | 100101 |
Color Harmonies of #654F6C
Complementary color
Monochromatic Colors of #654F6C
Black with #654F6C
Text Example
Text Example
White with #654F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F6C; }
p { color: rgb(101,79,108); }
H1.HeaderClassName
{
color: #654F6C;
}
.AnyTagClassName
{
color: #654F6C;
}
</style>
background-color css
<style>
a { background-color: #654F6C; }
a { background-color: rgb(101,79,108); }
div.DivClassName
{
background-color: #654F6C;
}
.BgClassName
{
background-color: #654F6C;
}
</style>
border-color css
<style>
span { border-color: #654F6C; }
span { border-color: rgb(101,79,108); }
td.TdClassName
{
border-color: #654F6C;
}
.TagClassName
{
border-color: #654F6C;
}
</style>