Shades of Fedora #604C65
Tints of Fedora #604C65
RGB
CMYK
RGB Variations
Color information
#604C65 (or 0x604C65) is known color: Fedora. HEX triplet: 60, 4C and 65. RGB value is (96,76,101). Sum of RGB (Red+Green+Blue) = 96+76+101=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #604C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C65 is #9FB39A. Grayscale: #545454. Windows color (decimal): -10466203 or 6638688. OLE color: 6638688.
HSL color Cylindrical-coordinate representation of color #604C65: hue angle of 288º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604C65 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 76 | 101 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.60 |
| HSL | 288º | 0.14% | 0.35% | - |
| HSV(B) | 288º | 0.25% | 0.4% | - |
| XYZ | 9.76 | 8.6 | 13.46 | - |
| YUV | 84.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 101 | 0.05 | 0.25 | 0 | 0.60 | 288 | 0.14 | 0.35 |
| Hex | 60 | 4C | 65 | 5 | 19 | 0 | 3C | 120 | E | 23 |
| Octal | 140 | 114 | 145 | 5 | 31 | 0 | 74 | 440 | 16 | 43 |
| Binary | 1100000 | 1001100 | 1100101 | 101 | 11001 | 0 | 111100 | 100100000 | 1110 | 100011 |
Color Harmonies of #604C65
Complementary color
Monochromatic Colors of #604C65
Black with #604C65
Text Example
Text Example
White with #604C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C65; }
p { color: rgb(96,76,101); }
H1.HeaderClassName
{
color: #604C65;
}
.AnyTagClassName
{
color: #604C65;
}
</style>
background-color css
<style>
a { background-color: #604C65; }
a { background-color: rgb(96,76,101); }
div.DivClassName
{
background-color: #604C65;
}
.BgClassName
{
background-color: #604C65;
}
</style>
border-color css
<style>
span { border-color: #604C65; }
span { border-color: rgb(96,76,101); }
td.TdClassName
{
border-color: #604C65;
}
.TagClassName
{
border-color: #604C65;
}
</style>