Shades of Fedora #654D69
Tints of Fedora #654D69
RGB
CMYK
RGB Variations
Color information
#654D69 (or 0x654D69) is known color: Fedora. HEX triplet: 65, 4D and 69. RGB value is (101,77,105). Sum of RGB (Red+Green+Blue) = 101+77+105=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #654D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D69 is #9AB296. Grayscale: #575757. Windows color (decimal): -10138263 or 6901093. OLE color: 6901093.
HSL color Cylindrical-coordinate representation of color #654D69: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #654D69 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 77 | 105 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.59 |
| HSL | 291.43º | 0.15% | 0.36% | - |
| HSV(B) | 291.43º | 0.27% | 0.41% | - |
| XYZ | 10.57 | 9.09 | 14.56 | - |
| YUV | 87.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 105 | 0.04 | 0.27 | 0 | 0.59 | 291.43 | 0.15 | 0.36 |
| Hex | 65 | 4D | 69 | 4 | 1B | 0 | 3B | 123 | F | 24 |
| Octal | 145 | 115 | 151 | 4 | 33 | 0 | 73 | 443 | 17 | 44 |
| Binary | 1100101 | 1001101 | 1101001 | 100 | 11011 | 0 | 111011 | 100100011 | 1111 | 100100 |
Color Harmonies of #654D69
Complementary color
Monochromatic Colors of #654D69
Black with #654D69
Text Example
Text Example
White with #654D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D69; }
p { color: rgb(101,77,105); }
H1.HeaderClassName
{
color: #654D69;
}
.AnyTagClassName
{
color: #654D69;
}
</style>
background-color css
<style>
a { background-color: #654D69; }
a { background-color: rgb(101,77,105); }
div.DivClassName
{
background-color: #654D69;
}
.BgClassName
{
background-color: #654D69;
}
</style>
border-color css
<style>
span { border-color: #654D69; }
span { border-color: rgb(101,77,105); }
td.TdClassName
{
border-color: #654D69;
}
.TagClassName
{
border-color: #654D69;
}
</style>