Shades of Fedora #655B68
Tints of Fedora #655B68
RGB
CMYK
RGB Variations
Color information
#655B68 (or 0x655B68) is known color: Fedora. HEX triplet: 65, 5B and 68. RGB value is (101,91,104). Sum of RGB (Red+Green+Blue) = 101+91+104=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #655B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B68 is #9AA497. Grayscale: #5F5F5F. Windows color (decimal): -10134680 or 6839141. OLE color: 6839141.
HSL color Cylindrical-coordinate representation of color #655B68: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #655B68 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 91 | 104 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.59 |
| HSL | 286.15º | 0.07% | 0.38% | - |
| HSV(B) | 286.15º | 0.13% | 0.41% | - |
| XYZ | 11.61 | 11.25 | 14.66 | - |
| YUV | 95.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 104 | 0.03 | 0.12 | 0 | 0.59 | 286.15 | 0.07 | 0.38 |
| Hex | 65 | 5B | 68 | 3 | C | 0 | 3B | 11E | 7 | 26 |
| Octal | 145 | 133 | 150 | 3 | 14 | 0 | 73 | 436 | 7 | 46 |
| Binary | 1100101 | 1011011 | 1101000 | 11 | 1100 | 0 | 111011 | 100011110 | 111 | 100110 |
Color Harmonies of #655B68
Complementary color
Monochromatic Colors of #655B68
Black with #655B68
Text Example
Text Example
White with #655B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B68; }
p { color: rgb(101,91,104); }
H1.HeaderClassName
{
color: #655B68;
}
.AnyTagClassName
{
color: #655B68;
}
</style>
background-color css
<style>
a { background-color: #655B68; }
a { background-color: rgb(101,91,104); }
div.DivClassName
{
background-color: #655B68;
}
.BgClassName
{
background-color: #655B68;
}
</style>
border-color css
<style>
span { border-color: #655B68; }
span { border-color: rgb(101,91,104); }
td.TdClassName
{
border-color: #655B68;
}
.TagClassName
{
border-color: #655B68;
}
</style>