Shades of Fedora #654C6C
Tints of Fedora #654C6C
RGB
CMYK
RGB Variations
Color information
#654C6C (or 0x654C6C) is known color: Fedora. HEX triplet: 65, 4C and 6C. RGB value is (101,76,108). Sum of RGB (Red+Green+Blue) = 101+76+108=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #654C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C6C is #9AB393. Grayscale: #575757. Windows color (decimal): -10138516 or 7097445. OLE color: 7097445.
HSL color Cylindrical-coordinate representation of color #654C6C: hue angle of 286.88º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #654C6C is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 76 | 108 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.58 |
| HSL | 286.88º | 0.17% | 0.36% | - |
| HSV(B) | 286.88º | 0.3% | 0.42% | - |
| XYZ | 10.66 | 9.02 | 15.37 | - |
| YUV | 87.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 108 | 0.06 | 0.30 | 0 | 0.58 | 286.88 | 0.17 | 0.36 |
| Hex | 65 | 4C | 6C | 6 | 1E | 0 | 3A | 11F | 11 | 24 |
| Octal | 145 | 114 | 154 | 6 | 36 | 0 | 72 | 437 | 21 | 44 |
| Binary | 1100101 | 1001100 | 1101100 | 110 | 11110 | 0 | 111010 | 100011111 | 10001 | 100100 |
Color Harmonies of #654C6C
Complementary color
Monochromatic Colors of #654C6C
Black with #654C6C
Text Example
Text Example
White with #654C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C6C; }
p { color: rgb(101,76,108); }
H1.HeaderClassName
{
color: #654C6C;
}
.AnyTagClassName
{
color: #654C6C;
}
</style>
background-color css
<style>
a { background-color: #654C6C; }
a { background-color: rgb(101,76,108); }
div.DivClassName
{
background-color: #654C6C;
}
.BgClassName
{
background-color: #654C6C;
}
</style>
border-color css
<style>
span { border-color: #654C6C; }
span { border-color: rgb(101,76,108); }
td.TdClassName
{
border-color: #654C6C;
}
.TagClassName
{
border-color: #654C6C;
}
</style>