Shades of Fedora #655467
Tints of Fedora #655467
RGB
CMYK
RGB Variations
Color information
#655467 (or 0x655467) is known color: Fedora. HEX triplet: 65, 54 and 67. RGB value is (101,84,103). Sum of RGB (Red+Green+Blue) = 101+84+103=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 103 - color contains mainly: blue. Hex color #655467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655467 is #9AAB98. Grayscale: #5B5B5B. Windows color (decimal): -10136473 or 6771813. OLE color: 6771813.
HSL color Cylindrical-coordinate representation of color #655467: hue angle of 293.68º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655467 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 103 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.60 |
| HSL | 293.68º | 0.1% | 0.37% | - |
| HSV(B) | 293.68º | 0.18% | 0.4% | - |
| XYZ | 10.99 | 10.09 | 14.2 | - |
| YUV | 91.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 103 | 0.02 | 0.18 | 0 | 0.60 | 293.68 | 0.1 | 0.37 |
| Hex | 65 | 54 | 67 | 2 | 12 | 0 | 3C | 126 | A | 25 |
| Octal | 145 | 124 | 147 | 2 | 22 | 0 | 74 | 446 | 12 | 45 |
| Binary | 1100101 | 1010100 | 1100111 | 10 | 10010 | 0 | 111100 | 100100110 | 1010 | 100101 |
Color Harmonies of #655467
Complementary color
Monochromatic Colors of #655467
Black with #655467
Text Example
Text Example
White with #655467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655467; }
p { color: rgb(101,84,103); }
H1.HeaderClassName
{
color: #655467;
}
.AnyTagClassName
{
color: #655467;
}
</style>
background-color css
<style>
a { background-color: #655467; }
a { background-color: rgb(101,84,103); }
div.DivClassName
{
background-color: #655467;
}
.BgClassName
{
background-color: #655467;
}
</style>
border-color css
<style>
span { border-color: #655467; }
span { border-color: rgb(101,84,103); }
td.TdClassName
{
border-color: #655467;
}
.TagClassName
{
border-color: #655467;
}
</style>