Shades of Fedora #604E63
Tints of Fedora #604E63
RGB
CMYK
RGB Variations
Color information
#604E63 (or 0x604E63) is known color: Fedora. HEX triplet: 60, 4E and 63. RGB value is (96,78,99). Sum of RGB (Red+Green+Blue) = 96+78+99=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #604E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E63 is #9FB19C. Grayscale: #555555. Windows color (decimal): -10465693 or 6508128. OLE color: 6508128.
HSL color Cylindrical-coordinate representation of color #604E63: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604E63 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 78 | 99 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.61 |
| HSL | 291.43º | 0.12% | 0.35% | - |
| HSV(B) | 291.43º | 0.21% | 0.39% | - |
| XYZ | 9.8 | 8.84 | 12.99 | - |
| YUV | 85.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 99 | 0.03 | 0.21 | 0 | 0.61 | 291.43 | 0.12 | 0.35 |
| Hex | 60 | 4E | 63 | 3 | 15 | 0 | 3D | 123 | C | 23 |
| Octal | 140 | 116 | 143 | 3 | 25 | 0 | 75 | 443 | 14 | 43 |
| Binary | 1100000 | 1001110 | 1100011 | 11 | 10101 | 0 | 111101 | 100100011 | 1100 | 100011 |
Color Harmonies of #604E63
Complementary color
Monochromatic Colors of #604E63
Black with #604E63
Text Example
Text Example
White with #604E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E63; }
p { color: rgb(96,78,99); }
H1.HeaderClassName
{
color: #604E63;
}
.AnyTagClassName
{
color: #604E63;
}
</style>
background-color css
<style>
a { background-color: #604E63; }
a { background-color: rgb(96,78,99); }
div.DivClassName
{
background-color: #604E63;
}
.BgClassName
{
background-color: #604E63;
}
</style>
border-color css
<style>
span { border-color: #604E63; }
span { border-color: rgb(96,78,99); }
td.TdClassName
{
border-color: #604E63;
}
.TagClassName
{
border-color: #604E63;
}
</style>