Shades of Fedora #655B66
Tints of Fedora #655B66
RGB
CMYK
RGB Variations
Color information
#655B66 (or 0x655B66) is known color: Fedora. HEX triplet: 65, 5B and 66. RGB value is (101,91,102). Sum of RGB (Red+Green+Blue) = 101+91+102=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 102 - color contains mainly: blue. Hex color #655B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B66 is #9AA499. Grayscale: #5F5F5F. Windows color (decimal): -10134682 or 6708069. OLE color: 6708069.
HSL color Cylindrical-coordinate representation of color #655B66: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655B66 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 91 | 102 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.6 |
| HSL | 294.55º | 0.06% | 0.38% | - |
| HSV(B) | 294.55º | 0.11% | 0.4% | - |
| XYZ | 11.51 | 11.21 | 14.13 | - |
| YUV | 95.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 102 | 0.01 | 0.11 | 0 | 0.6 | 294.55 | 0.06 | 0.38 |
| Hex | 65 | 5B | 66 | 1 | B | 0 | 3C | 127 | 6 | 26 |
| Octal | 145 | 133 | 146 | 1 | 13 | 0 | 74 | 447 | 6 | 46 |
| Binary | 1100101 | 1011011 | 1100110 | 1 | 1011 | 0 | 111100 | 100100111 | 110 | 100110 |
Color Harmonies of #655B66
Complementary color
Monochromatic Colors of #655B66
Black with #655B66
Text Example
Text Example
White with #655B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B66; }
p { color: rgb(101,91,102); }
H1.HeaderClassName
{
color: #655B66;
}
.AnyTagClassName
{
color: #655B66;
}
</style>
background-color css
<style>
a { background-color: #655B66; }
a { background-color: rgb(101,91,102); }
div.DivClassName
{
background-color: #655B66;
}
.BgClassName
{
background-color: #655B66;
}
</style>
border-color css
<style>
span { border-color: #655B66; }
span { border-color: rgb(101,91,102); }
td.TdClassName
{
border-color: #655B66;
}
.TagClassName
{
border-color: #655B66;
}
</style>