Shades of Fedora #655868
Tints of Fedora #655868
RGB
CMYK
RGB Variations
Color information
#655868 (or 0x655868) is known color: Fedora. HEX triplet: 65, 58 and 68. RGB value is (101,88,104). Sum of RGB (Red+Green+Blue) = 101+88+104=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #655868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655868 is #9AA797. Grayscale: #5D5D5D. Windows color (decimal): -10135448 or 6838373. OLE color: 6838373.
HSL color Cylindrical-coordinate representation of color #655868: hue angle of 288.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655868 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 88 | 104 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.59 |
| HSL | 288.75º | 0.08% | 0.38% | - |
| HSV(B) | 288.75º | 0.15% | 0.41% | - |
| XYZ | 11.36 | 10.75 | 14.57 | - |
| YUV | 93.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 104 | 0.03 | 0.15 | 0 | 0.59 | 288.75 | 0.08 | 0.38 |
| Hex | 65 | 58 | 68 | 3 | F | 0 | 3B | 121 | 8 | 26 |
| Octal | 145 | 130 | 150 | 3 | 17 | 0 | 73 | 441 | 10 | 46 |
| Binary | 1100101 | 1011000 | 1101000 | 11 | 1111 | 0 | 111011 | 100100001 | 1000 | 100110 |
Color Harmonies of #655868
Complementary color
Monochromatic Colors of #655868
Black with #655868
Text Example
Text Example
White with #655868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655868; }
p { color: rgb(101,88,104); }
H1.HeaderClassName
{
color: #655868;
}
.AnyTagClassName
{
color: #655868;
}
</style>
background-color css
<style>
a { background-color: #655868; }
a { background-color: rgb(101,88,104); }
div.DivClassName
{
background-color: #655868;
}
.BgClassName
{
background-color: #655868;
}
</style>
border-color css
<style>
span { border-color: #655868; }
span { border-color: rgb(101,88,104); }
td.TdClassName
{
border-color: #655868;
}
.TagClassName
{
border-color: #655868;
}
</style>