Shades of Fedora #654E6B
Tints of Fedora #654E6B
RGB
CMYK
RGB Variations
Color information
#654E6B (or 0x654E6B) is known color: Fedora. HEX triplet: 65, 4E and 6B. RGB value is (101,78,107). Sum of RGB (Red+Green+Blue) = 101+78+107=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #654E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E6B is #9AB194. Grayscale: #585858. Windows color (decimal): -10138005 or 7032421. OLE color: 7032421.
HSL color Cylindrical-coordinate representation of color #654E6B: hue angle of 287.59º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #654E6B is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 78 | 107 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.58 |
| HSL | 287.59º | 0.16% | 0.36% | - |
| HSV(B) | 287.59º | 0.27% | 0.42% | - |
| XYZ | 10.75 | 9.28 | 15.13 | - |
| YUV | 88.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 107 | 0.06 | 0.27 | 0 | 0.58 | 287.59 | 0.16 | 0.36 |
| Hex | 65 | 4E | 6B | 6 | 1B | 0 | 3A | 120 | 10 | 24 |
| Octal | 145 | 116 | 153 | 6 | 33 | 0 | 72 | 440 | 20 | 44 |
| Binary | 1100101 | 1001110 | 1101011 | 110 | 11011 | 0 | 111010 | 100100000 | 10000 | 100100 |
Color Harmonies of #654E6B
Complementary color
Monochromatic Colors of #654E6B
Black with #654E6B
Text Example
Text Example
White with #654E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E6B; }
p { color: rgb(101,78,107); }
H1.HeaderClassName
{
color: #654E6B;
}
.AnyTagClassName
{
color: #654E6B;
}
</style>
background-color css
<style>
a { background-color: #654E6B; }
a { background-color: rgb(101,78,107); }
div.DivClassName
{
background-color: #654E6B;
}
.BgClassName
{
background-color: #654E6B;
}
</style>
border-color css
<style>
span { border-color: #654E6B; }
span { border-color: rgb(101,78,107); }
td.TdClassName
{
border-color: #654E6B;
}
.TagClassName
{
border-color: #654E6B;
}
</style>