Shades of Fedora #655A68
Tints of Fedora #655A68
RGB
CMYK
RGB Variations
Color information
#655A68 (or 0x655A68) is known color: Fedora. HEX triplet: 65, 5A and 68. RGB value is (101,90,104). Sum of RGB (Red+Green+Blue) = 101+90+104=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #655A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A68 is #9AA597. Grayscale: #5E5E5E. Windows color (decimal): -10134936 or 6838885. OLE color: 6838885.
HSL color Cylindrical-coordinate representation of color #655A68: hue angle of 287.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655A68 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 90 | 104 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.59 |
| HSL | 287.14º | 0.07% | 0.38% | - |
| HSV(B) | 287.14º | 0.13% | 0.41% | - |
| XYZ | 11.52 | 11.08 | 14.63 | - |
| YUV | 94.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 104 | 0.03 | 0.13 | 0 | 0.59 | 287.14 | 0.07 | 0.38 |
| Hex | 65 | 5A | 68 | 3 | D | 0 | 3B | 11F | 7 | 26 |
| Octal | 145 | 132 | 150 | 3 | 15 | 0 | 73 | 437 | 7 | 46 |
| Binary | 1100101 | 1011010 | 1101000 | 11 | 1101 | 0 | 111011 | 100011111 | 111 | 100110 |
Color Harmonies of #655A68
Complementary color
Monochromatic Colors of #655A68
Black with #655A68
Text Example
Text Example
White with #655A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A68; }
p { color: rgb(101,90,104); }
H1.HeaderClassName
{
color: #655A68;
}
.AnyTagClassName
{
color: #655A68;
}
</style>
background-color css
<style>
a { background-color: #655A68; }
a { background-color: rgb(101,90,104); }
div.DivClassName
{
background-color: #655A68;
}
.BgClassName
{
background-color: #655A68;
}
</style>
border-color css
<style>
span { border-color: #655A68; }
span { border-color: rgb(101,90,104); }
td.TdClassName
{
border-color: #655A68;
}
.TagClassName
{
border-color: #655A68;
}
</style>