Shades of Fedora #654D6B
Tints of Fedora #654D6B
RGB
CMYK
RGB Variations
Color information
#654D6B (or 0x654D6B) is known color: Fedora. HEX triplet: 65, 4D and 6B. RGB value is (101,77,107). Sum of RGB (Red+Green+Blue) = 101+77+107=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #654D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D6B is #9AB294. Grayscale: #575757. Windows color (decimal): -10138261 or 7032165. OLE color: 7032165.
HSL color Cylindrical-coordinate representation of color #654D6B: hue angle of 288º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #654D6B is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 77 | 107 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.58 |
| HSL | 288º | 0.16% | 0.36% | - |
| HSV(B) | 288º | 0.28% | 0.42% | - |
| XYZ | 10.67 | 9.14 | 15.11 | - |
| YUV | 87.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 107 | 0.06 | 0.28 | 0 | 0.58 | 288 | 0.16 | 0.36 |
| Hex | 65 | 4D | 6B | 6 | 1C | 0 | 3A | 120 | 10 | 24 |
| Octal | 145 | 115 | 153 | 6 | 34 | 0 | 72 | 440 | 20 | 44 |
| Binary | 1100101 | 1001101 | 1101011 | 110 | 11100 | 0 | 111010 | 100100000 | 10000 | 100100 |
Color Harmonies of #654D6B
Complementary color
Monochromatic Colors of #654D6B
Black with #654D6B
Text Example
Text Example
White with #654D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D6B; }
p { color: rgb(101,77,107); }
H1.HeaderClassName
{
color: #654D6B;
}
.AnyTagClassName
{
color: #654D6B;
}
</style>
background-color css
<style>
a { background-color: #654D6B; }
a { background-color: rgb(101,77,107); }
div.DivClassName
{
background-color: #654D6B;
}
.BgClassName
{
background-color: #654D6B;
}
</style>
border-color css
<style>
span { border-color: #654D6B; }
span { border-color: rgb(101,77,107); }
td.TdClassName
{
border-color: #654D6B;
}
.TagClassName
{
border-color: #654D6B;
}
</style>