Shades of Fedora #604C62
Tints of Fedora #604C62
RGB
CMYK
RGB Variations
Color information
#604C62 (or 0x604C62) is known color: Fedora. HEX triplet: 60, 4C and 62. RGB value is (96,76,98). Sum of RGB (Red+Green+Blue) = 96+76+98=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #604C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C62 is #9FB39D. Grayscale: #545454. Windows color (decimal): -10466206 or 6442080. OLE color: 6442080.
HSL color Cylindrical-coordinate representation of color #604C62: hue angle of 294.55º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #604C62 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 98 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.62 |
| HSL | 294.55º | 0.13% | 0.34% | - |
| HSV(B) | 294.55º | 0.22% | 0.38% | - |
| XYZ | 9.61 | 8.54 | 12.7 | - |
| YUV | 84.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 98 | 0.02 | 0.22 | 0 | 0.62 | 294.55 | 0.13 | 0.34 |
| Hex | 60 | 4C | 62 | 2 | 16 | 0 | 3E | 127 | D | 22 |
| Octal | 140 | 114 | 142 | 2 | 26 | 0 | 76 | 447 | 15 | 42 |
| Binary | 1100000 | 1001100 | 1100010 | 10 | 10110 | 0 | 111110 | 100100111 | 1101 | 100010 |
Color Harmonies of #604C62
Complementary color
Monochromatic Colors of #604C62
Black with #604C62
Text Example
Text Example
White with #604C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C62; }
p { color: rgb(96,76,98); }
H1.HeaderClassName
{
color: #604C62;
}
.AnyTagClassName
{
color: #604C62;
}
</style>
background-color css
<style>
a { background-color: #604C62; }
a { background-color: rgb(96,76,98); }
div.DivClassName
{
background-color: #604C62;
}
.BgClassName
{
background-color: #604C62;
}
</style>
border-color css
<style>
span { border-color: #604C62; }
span { border-color: rgb(96,76,98); }
td.TdClassName
{
border-color: #604C62;
}
.TagClassName
{
border-color: #604C62;
}
</style>