Shades of Fedora #655C68
Tints of Fedora #655C68
RGB
CMYK
RGB Variations
Color information
#655C68 (or 0x655C68) is known color: Fedora. HEX triplet: 65, 5C and 68. RGB value is (101,92,104). Sum of RGB (Red+Green+Blue) = 101+92+104=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #655C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C68 is #9AA397. Grayscale: #606060. Windows color (decimal): -10134424 or 6839397. OLE color: 6839397.
HSL color Cylindrical-coordinate representation of color #655C68: hue angle of 285º degrees, saturation: 0.06, 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 #655C68 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 92 | 104 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.59 |
| HSL | 285º | 0.06% | 0.38% | - |
| HSV(B) | 285º | 0.12% | 0.41% | - |
| XYZ | 11.69 | 11.42 | 14.68 | - |
| YUV | 96.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 104 | 0.03 | 0.12 | 0 | 0.59 | 285 | 0.06 | 0.38 |
| Hex | 65 | 5C | 68 | 3 | C | 0 | 3B | 11D | 6 | 26 |
| Octal | 145 | 134 | 150 | 3 | 14 | 0 | 73 | 435 | 6 | 46 |
| Binary | 1100101 | 1011100 | 1101000 | 11 | 1100 | 0 | 111011 | 100011101 | 110 | 100110 |
Color Harmonies of #655C68
Complementary color
Monochromatic Colors of #655C68
Black with #655C68
Text Example
Text Example
White with #655C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C68; }
p { color: rgb(101,92,104); }
H1.HeaderClassName
{
color: #655C68;
}
.AnyTagClassName
{
color: #655C68;
}
</style>
background-color css
<style>
a { background-color: #655C68; }
a { background-color: rgb(101,92,104); }
div.DivClassName
{
background-color: #655C68;
}
.BgClassName
{
background-color: #655C68;
}
</style>
border-color css
<style>
span { border-color: #655C68; }
span { border-color: rgb(101,92,104); }
td.TdClassName
{
border-color: #655C68;
}
.TagClassName
{
border-color: #655C68;
}
</style>