Shades of Fedora #604D6A
Tints of Fedora #604D6A
RGB
CMYK
RGB Variations
Color information
#604D6A (or 0x604D6A) is known color: Fedora. HEX triplet: 60, 4D and 6A. RGB value is (96,77,106). Sum of RGB (Red+Green+Blue) = 96+77+106=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #604D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D6A is #9FB295. Grayscale: #555555. Windows color (decimal): -10465942 or 6966624. OLE color: 6966624.
HSL color Cylindrical-coordinate representation of color #604D6A: hue angle of 279.31º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604D6A is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 77 | 106 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.58 |
| HSL | 279.31º | 0.16% | 0.36% | - |
| HSV(B) | 279.31º | 0.27% | 0.42% | - |
| XYZ | 10.08 | 8.84 | 14.81 | - |
| YUV | 85.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 106 | 0.09 | 0.27 | 0 | 0.58 | 279.31 | 0.16 | 0.36 |
| Hex | 60 | 4D | 6A | 9 | 1B | 0 | 3A | 117 | 10 | 24 |
| Octal | 140 | 115 | 152 | 11 | 33 | 0 | 72 | 427 | 20 | 44 |
| Binary | 1100000 | 1001101 | 1101010 | 1001 | 11011 | 0 | 111010 | 100010111 | 10000 | 100100 |
Color Harmonies of #604D6A
Complementary color
Monochromatic Colors of #604D6A
Black with #604D6A
Text Example
Text Example
White with #604D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D6A; }
p { color: rgb(96,77,106); }
H1.HeaderClassName
{
color: #604D6A;
}
.AnyTagClassName
{
color: #604D6A;
}
</style>
background-color css
<style>
a { background-color: #604D6A; }
a { background-color: rgb(96,77,106); }
div.DivClassName
{
background-color: #604D6A;
}
.BgClassName
{
background-color: #604D6A;
}
</style>
border-color css
<style>
span { border-color: #604D6A; }
span { border-color: rgb(96,77,106); }
td.TdClassName
{
border-color: #604D6A;
}
.TagClassName
{
border-color: #604D6A;
}
</style>