Shades of Fedora #654F6F
Tints of Fedora #654F6F
RGB
CMYK
RGB Variations
Color information
#654F6F (or 0x654F6F) is known color: Fedora. HEX triplet: 65, 4F and 6F. RGB value is (101,79,111). Sum of RGB (Red+Green+Blue) = 101+79+111=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #654F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F6F is #9AB090. Grayscale: #595959. Windows color (decimal): -10137745 or 7294821. OLE color: 7294821.
HSL color Cylindrical-coordinate representation of color #654F6F: hue angle of 281.25º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654F6F is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 79 | 111 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.56 |
| HSL | 281.25º | 0.17% | 0.37% | - |
| HSV(B) | 281.25º | 0.29% | 0.44% | - |
| XYZ | 11.03 | 9.51 | 16.29 | - |
| YUV | 89.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 111 | 0.09 | 0.29 | 0 | 0.56 | 281.25 | 0.17 | 0.37 |
| Hex | 65 | 4F | 6F | 9 | 1D | 0 | 38 | 119 | 11 | 25 |
| Octal | 145 | 117 | 157 | 11 | 35 | 0 | 70 | 431 | 21 | 45 |
| Binary | 1100101 | 1001111 | 1101111 | 1001 | 11101 | 0 | 111000 | 100011001 | 10001 | 100101 |
Color Harmonies of #654F6F
Complementary color
Monochromatic Colors of #654F6F
Black with #654F6F
Text Example
Text Example
White with #654F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F6F; }
p { color: rgb(101,79,111); }
H1.HeaderClassName
{
color: #654F6F;
}
.AnyTagClassName
{
color: #654F6F;
}
</style>
background-color css
<style>
a { background-color: #654F6F; }
a { background-color: rgb(101,79,111); }
div.DivClassName
{
background-color: #654F6F;
}
.BgClassName
{
background-color: #654F6F;
}
</style>
border-color css
<style>
span { border-color: #654F6F; }
span { border-color: rgb(101,79,111); }
td.TdClassName
{
border-color: #654F6F;
}
.TagClassName
{
border-color: #654F6F;
}
</style>