Shades of Fedora #604765
Tints of Fedora #604765
RGB
CMYK
RGB Variations
Color information
#604765 (or 0x604765) is known color: Fedora. HEX triplet: 60, 47 and 65. RGB value is (96,71,101). Sum of RGB (Red+Green+Blue) = 96+71+101=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #604765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604765 is #9FB89A. Grayscale: #515151. Windows color (decimal): -10467483 or 6637408. OLE color: 6637408.
HSL color Cylindrical-coordinate representation of color #604765: hue angle of 290º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604765 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 71 | 101 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.60 |
| HSL | 290º | 0.17% | 0.34% | - |
| HSV(B) | 290º | 0.3% | 0.4% | - |
| XYZ | 9.43 | 7.93 | 13.35 | - |
| YUV | 81.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 101 | 0.05 | 0.30 | 0 | 0.60 | 290 | 0.17 | 0.34 |
| Hex | 60 | 47 | 65 | 5 | 1E | 0 | 3C | 122 | 11 | 22 |
| Octal | 140 | 107 | 145 | 5 | 36 | 0 | 74 | 442 | 21 | 42 |
| Binary | 1100000 | 1000111 | 1100101 | 101 | 11110 | 0 | 111100 | 100100010 | 10001 | 100010 |
Color Harmonies of #604765
Complementary color
Monochromatic Colors of #604765
Black with #604765
Text Example
Text Example
White with #604765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604765; }
p { color: rgb(96,71,101); }
H1.HeaderClassName
{
color: #604765;
}
.AnyTagClassName
{
color: #604765;
}
</style>
background-color css
<style>
a { background-color: #604765; }
a { background-color: rgb(96,71,101); }
div.DivClassName
{
background-color: #604765;
}
.BgClassName
{
background-color: #604765;
}
</style>
border-color css
<style>
span { border-color: #604765; }
span { border-color: rgb(96,71,101); }
td.TdClassName
{
border-color: #604765;
}
.TagClassName
{
border-color: #604765;
}
</style>