Shades of Fedora #604466
Tints of Fedora #604466
RGB
CMYK
RGB Variations
Color information
#604466 (or 0x604466) is known color: Fedora. HEX triplet: 60, 44 and 66. RGB value is (96,68,102). Sum of RGB (Red+Green+Blue) = 96+68+102=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #604466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604466 is #9FBB99. Grayscale: #505050. Windows color (decimal): -10468250 or 6702176. OLE color: 6702176.
HSL color Cylindrical-coordinate representation of color #604466: hue angle of 289.41º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604466 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 68 | 102 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.6 |
| HSL | 289.41º | 0.2% | 0.33% | - |
| HSV(B) | 289.41º | 0.33% | 0.4% | - |
| XYZ | 9.29 | 7.58 | 13.54 | - |
| YUV | 80.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 102 | 0.06 | 0.33 | 0 | 0.6 | 289.41 | 0.2 | 0.33 |
| Hex | 60 | 44 | 66 | 6 | 21 | 0 | 3C | 121 | 14 | 21 |
| Octal | 140 | 104 | 146 | 6 | 41 | 0 | 74 | 441 | 24 | 41 |
| Binary | 1100000 | 1000100 | 1100110 | 110 | 100001 | 0 | 111100 | 100100001 | 10100 | 100001 |
Color Harmonies of #604466
Complementary color
Monochromatic Colors of #604466
Black with #604466
Text Example
Text Example
White with #604466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604466; }
p { color: rgb(96,68,102); }
H1.HeaderClassName
{
color: #604466;
}
.AnyTagClassName
{
color: #604466;
}
</style>
background-color css
<style>
a { background-color: #604466; }
a { background-color: rgb(96,68,102); }
div.DivClassName
{
background-color: #604466;
}
.BgClassName
{
background-color: #604466;
}
</style>
border-color css
<style>
span { border-color: #604466; }
span { border-color: rgb(96,68,102); }
td.TdClassName
{
border-color: #604466;
}
.TagClassName
{
border-color: #604466;
}
</style>