Shades of Fedora #655468
Tints of Fedora #655468
RGB
CMYK
RGB Variations
Color information
#655468 (or 0x655468) is known color: Fedora. HEX triplet: 65, 54 and 68. RGB value is (101,84,104). Sum of RGB (Red+Green+Blue) = 101+84+104=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #655468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655468 is #9AAB97. Grayscale: #5B5B5B. Windows color (decimal): -10136472 or 6837349. OLE color: 6837349.
HSL color Cylindrical-coordinate representation of color #655468: hue angle of 291º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655468 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 84 | 104 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.59 |
| HSL | 291º | 0.11% | 0.37% | - |
| HSV(B) | 291º | 0.19% | 0.41% | - |
| XYZ | 11.04 | 10.11 | 14.47 | - |
| YUV | 91.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 104 | 0.03 | 0.19 | 0 | 0.59 | 291 | 0.11 | 0.37 |
| Hex | 65 | 54 | 68 | 3 | 13 | 0 | 3B | 123 | B | 25 |
| Octal | 145 | 124 | 150 | 3 | 23 | 0 | 73 | 443 | 13 | 45 |
| Binary | 1100101 | 1010100 | 1101000 | 11 | 10011 | 0 | 111011 | 100100011 | 1011 | 100101 |
Color Harmonies of #655468
Complementary color
Monochromatic Colors of #655468
Black with #655468
Text Example
Text Example
White with #655468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655468; }
p { color: rgb(101,84,104); }
H1.HeaderClassName
{
color: #655468;
}
.AnyTagClassName
{
color: #655468;
}
</style>
background-color css
<style>
a { background-color: #655468; }
a { background-color: rgb(101,84,104); }
div.DivClassName
{
background-color: #655468;
}
.BgClassName
{
background-color: #655468;
}
</style>
border-color css
<style>
span { border-color: #655468; }
span { border-color: rgb(101,84,104); }
td.TdClassName
{
border-color: #655468;
}
.TagClassName
{
border-color: #655468;
}
</style>