Shades of Fedora #654F6B
Tints of Fedora #654F6B
RGB
CMYK
RGB Variations
Color information
#654F6B (or 0x654F6B) is known color: Fedora. HEX triplet: 65, 4F and 6B. RGB value is (101,79,107). Sum of RGB (Red+Green+Blue) = 101+79+107=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #654F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F6B is #9AB094. Grayscale: #585858. Windows color (decimal): -10137749 or 7032677. OLE color: 7032677.
HSL color Cylindrical-coordinate representation of color #654F6B: hue angle of 287.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #654F6B is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 79 | 107 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.58 |
| HSL | 287.14º | 0.15% | 0.36% | - |
| HSV(B) | 287.14º | 0.26% | 0.42% | - |
| XYZ | 10.82 | 9.42 | 15.16 | - |
| YUV | 88.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 107 | 0.06 | 0.26 | 0 | 0.58 | 287.14 | 0.15 | 0.36 |
| Hex | 65 | 4F | 6B | 6 | 1A | 0 | 3A | 11F | F | 24 |
| Octal | 145 | 117 | 153 | 6 | 32 | 0 | 72 | 437 | 17 | 44 |
| Binary | 1100101 | 1001111 | 1101011 | 110 | 11010 | 0 | 111010 | 100011111 | 1111 | 100100 |
Color Harmonies of #654F6B
Complementary color
Monochromatic Colors of #654F6B
Black with #654F6B
Text Example
Text Example
White with #654F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F6B; }
p { color: rgb(101,79,107); }
H1.HeaderClassName
{
color: #654F6B;
}
.AnyTagClassName
{
color: #654F6B;
}
</style>
background-color css
<style>
a { background-color: #654F6B; }
a { background-color: rgb(101,79,107); }
div.DivClassName
{
background-color: #654F6B;
}
.BgClassName
{
background-color: #654F6B;
}
</style>
border-color css
<style>
span { border-color: #654F6B; }
span { border-color: rgb(101,79,107); }
td.TdClassName
{
border-color: #654F6B;
}
.TagClassName
{
border-color: #654F6B;
}
</style>