Shades of Fedora #604968
Tints of Fedora #604968
RGB
CMYK
RGB Variations
Color information
#604968 (or 0x604968) is known color: Fedora. HEX triplet: 60, 49 and 68. RGB value is (96,73,104). Sum of RGB (Red+Green+Blue) = 96+73+104=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #604968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604968 is #9FB697. Grayscale: #535353. Windows color (decimal): -10466968 or 6834528. OLE color: 6834528.
HSL color Cylindrical-coordinate representation of color #604968: hue angle of 284.52º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604968 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 73 | 104 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.59 |
| HSL | 284.52º | 0.18% | 0.35% | - |
| HSV(B) | 284.52º | 0.3% | 0.41% | - |
| XYZ | 9.71 | 8.25 | 14.18 | - |
| YUV | 83.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 104 | 0.08 | 0.30 | 0 | 0.59 | 284.52 | 0.18 | 0.35 |
| Hex | 60 | 49 | 68 | 8 | 1E | 0 | 3B | 11D | 12 | 23 |
| Octal | 140 | 111 | 150 | 10 | 36 | 0 | 73 | 435 | 22 | 43 |
| Binary | 1100000 | 1001001 | 1101000 | 1000 | 11110 | 0 | 111011 | 100011101 | 10010 | 100011 |
Color Harmonies of #604968
Complementary color
Monochromatic Colors of #604968
Black with #604968
Text Example
Text Example
White with #604968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604968; }
p { color: rgb(96,73,104); }
H1.HeaderClassName
{
color: #604968;
}
.AnyTagClassName
{
color: #604968;
}
</style>
background-color css
<style>
a { background-color: #604968; }
a { background-color: rgb(96,73,104); }
div.DivClassName
{
background-color: #604968;
}
.BgClassName
{
background-color: #604968;
}
</style>
border-color css
<style>
span { border-color: #604968; }
span { border-color: rgb(96,73,104); }
td.TdClassName
{
border-color: #604968;
}
.TagClassName
{
border-color: #604968;
}
</style>