Shades of Fedora #604D69
Tints of Fedora #604D69
RGB
CMYK
RGB Variations
Color information
#604D69 (or 0x604D69) is known color: Fedora. HEX triplet: 60, 4D and 69. RGB value is (96,77,105). Sum of RGB (Red+Green+Blue) = 96+77+105=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #604D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D69 is #9FB296. Grayscale: #555555. Windows color (decimal): -10465943 or 6901088. OLE color: 6901088.
HSL color Cylindrical-coordinate representation of color #604D69: hue angle of 280.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604D69 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 77 | 105 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.59 |
| HSL | 280.71º | 0.15% | 0.36% | - |
| HSV(B) | 280.71º | 0.27% | 0.41% | - |
| XYZ | 10.03 | 8.81 | 14.54 | - |
| YUV | 85.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 105 | 0.09 | 0.27 | 0 | 0.59 | 280.71 | 0.15 | 0.36 |
| Hex | 60 | 4D | 69 | 9 | 1B | 0 | 3B | 119 | F | 24 |
| Octal | 140 | 115 | 151 | 11 | 33 | 0 | 73 | 431 | 17 | 44 |
| Binary | 1100000 | 1001101 | 1101001 | 1001 | 11011 | 0 | 111011 | 100011001 | 1111 | 100100 |
Color Harmonies of #604D69
Complementary color
Monochromatic Colors of #604D69
Black with #604D69
Text Example
Text Example
White with #604D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D69; }
p { color: rgb(96,77,105); }
H1.HeaderClassName
{
color: #604D69;
}
.AnyTagClassName
{
color: #604D69;
}
</style>
background-color css
<style>
a { background-color: #604D69; }
a { background-color: rgb(96,77,105); }
div.DivClassName
{
background-color: #604D69;
}
.BgClassName
{
background-color: #604D69;
}
</style>
border-color css
<style>
span { border-color: #604D69; }
span { border-color: rgb(96,77,105); }
td.TdClassName
{
border-color: #604D69;
}
.TagClassName
{
border-color: #604D69;
}
</style>