Shades of Fedora #655968
Tints of Fedora #655968
RGB
CMYK
RGB Variations
Color information
#655968 (or 0x655968) is known color: Fedora. HEX triplet: 65, 59 and 68. RGB value is (101,89,104). Sum of RGB (Red+Green+Blue) = 101+89+104=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 104 - color contains mainly: blue. Hex color #655968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655968 is #9AA697. Grayscale: #5E5E5E. Windows color (decimal): -10135192 or 6838629. OLE color: 6838629.
HSL color Cylindrical-coordinate representation of color #655968: hue angle of 288º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #655968 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 89 | 104 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.59 |
| HSL | 288º | 0.08% | 0.38% | - |
| HSV(B) | 288º | 0.14% | 0.41% | - |
| XYZ | 11.44 | 10.91 | 14.6 | - |
| YUV | 94.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 104 | 0.03 | 0.14 | 0 | 0.59 | 288 | 0.08 | 0.38 |
| Hex | 65 | 59 | 68 | 3 | E | 0 | 3B | 120 | 8 | 26 |
| Octal | 145 | 131 | 150 | 3 | 16 | 0 | 73 | 440 | 10 | 46 |
| Binary | 1100101 | 1011001 | 1101000 | 11 | 1110 | 0 | 111011 | 100100000 | 1000 | 100110 |
Color Harmonies of #655968
Complementary color
Monochromatic Colors of #655968
Black with #655968
Text Example
Text Example
White with #655968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655968; }
p { color: rgb(101,89,104); }
H1.HeaderClassName
{
color: #655968;
}
.AnyTagClassName
{
color: #655968;
}
</style>
background-color css
<style>
a { background-color: #655968; }
a { background-color: rgb(101,89,104); }
div.DivClassName
{
background-color: #655968;
}
.BgClassName
{
background-color: #655968;
}
</style>
border-color css
<style>
span { border-color: #655968; }
span { border-color: rgb(101,89,104); }
td.TdClassName
{
border-color: #655968;
}
.TagClassName
{
border-color: #655968;
}
</style>