Shades of Fedora #604662
Tints of Fedora #604662
RGB
CMYK
RGB Variations
Color information
#604662 (or 0x604662) is known color: Fedora. HEX triplet: 60, 46 and 62. RGB value is (96,70,98). Sum of RGB (Red+Green+Blue) = 96+70+98=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #604662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604662 is #9FB99D. Grayscale: #505050. Windows color (decimal): -10467742 or 6440544. OLE color: 6440544.
HSL color Cylindrical-coordinate representation of color #604662: hue angle of 295.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #604662 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 98 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.62 |
| HSL | 295.71º | 0.17% | 0.33% | - |
| HSV(B) | 295.71º | 0.29% | 0.38% | - |
| XYZ | 9.22 | 7.75 | 12.57 | - |
| YUV | 80.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 98 | 0.02 | 0.29 | 0 | 0.62 | 295.71 | 0.17 | 0.33 |
| Hex | 60 | 46 | 62 | 2 | 1D | 0 | 3E | 128 | 11 | 21 |
| Octal | 140 | 106 | 142 | 2 | 35 | 0 | 76 | 450 | 21 | 41 |
| Binary | 1100000 | 1000110 | 1100010 | 10 | 11101 | 0 | 111110 | 100101000 | 10001 | 100001 |
Color Harmonies of #604662
Complementary color
Monochromatic Colors of #604662
Black with #604662
Text Example
Text Example
White with #604662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604662; }
p { color: rgb(96,70,98); }
H1.HeaderClassName
{
color: #604662;
}
.AnyTagClassName
{
color: #604662;
}
</style>
background-color css
<style>
a { background-color: #604662; }
a { background-color: rgb(96,70,98); }
div.DivClassName
{
background-color: #604662;
}
.BgClassName
{
background-color: #604662;
}
</style>
border-color css
<style>
span { border-color: #604662; }
span { border-color: rgb(96,70,98); }
td.TdClassName
{
border-color: #604662;
}
.TagClassName
{
border-color: #604662;
}
</style>