Shades of Fedora #60465F
Tints of Fedora #60465F
RGB
CMYK
RGB Variations
Color information
#60465F (or 0x60465F) is known color: Fedora. HEX triplet: 60, 46 and 5F. RGB value is (96,70,95). Sum of RGB (Red+Green+Blue) = 96+70+95=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #60465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60465F is #9FB9A0. Grayscale: #505050. Windows color (decimal): -10467745 or 6243936. OLE color: 6243936.
HSL color Cylindrical-coordinate representation of color #60465F: hue angle of 302.31º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60465F is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 95 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.62 |
| HSL | 302.31º | 0.16% | 0.33% | - |
| HSV(B) | 302.31º | 0.27% | 0.38% | - |
| XYZ | 9.08 | 7.69 | 11.83 | - |
| YUV | 80.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 95 | 0 | 0.27 | 0.01 | 0.62 | 302.31 | 0.16 | 0.33 |
| Hex | 60 | 46 | 5F | 0 | 1B | 1 | 3E | 12E | 10 | 21 |
| Octal | 140 | 106 | 137 | 0 | 33 | 1 | 76 | 456 | 20 | 41 |
| Binary | 1100000 | 1000110 | 1011111 | 0 | 11011 | 1 | 111110 | 100101110 | 10000 | 100001 |
Color Harmonies of #60465F
Complementary color
Monochromatic Colors of #60465F
Black with #60465F
Text Example
Text Example
White with #60465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60465F; }
p { color: rgb(96,70,95); }
H1.HeaderClassName
{
color: #60465F;
}
.AnyTagClassName
{
color: #60465F;
}
</style>
background-color css
<style>
a { background-color: #60465F; }
a { background-color: rgb(96,70,95); }
div.DivClassName
{
background-color: #60465F;
}
.BgClassName
{
background-color: #60465F;
}
</style>
border-color css
<style>
span { border-color: #60465F; }
span { border-color: rgb(96,70,95); }
td.TdClassName
{
border-color: #60465F;
}
.TagClassName
{
border-color: #60465F;
}
</style>