Shades of Fedora #604463
Tints of Fedora #604463
RGB
CMYK
RGB Variations
Color information
#604463 (or 0x604463) is known color: Fedora. HEX triplet: 60, 44 and 63. RGB value is (96,68,99). Sum of RGB (Red+Green+Blue) = 96+68+99=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #604463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604463 is #9FBB9C. Grayscale: #4F4F4F. Windows color (decimal): -10468253 or 6505568. OLE color: 6505568.
HSL color Cylindrical-coordinate representation of color #604463: hue angle of 294.19º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604463 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 68 | 99 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.61 |
| HSL | 294.19º | 0.19% | 0.33% | - |
| HSV(B) | 294.19º | 0.31% | 0.39% | - |
| XYZ | 9.14 | 7.52 | 12.77 | - |
| YUV | 79.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 99 | 0.03 | 0.31 | 0 | 0.61 | 294.19 | 0.19 | 0.33 |
| Hex | 60 | 44 | 63 | 3 | 1F | 0 | 3D | 126 | 13 | 21 |
| Octal | 140 | 104 | 143 | 3 | 37 | 0 | 75 | 446 | 23 | 41 |
| Binary | 1100000 | 1000100 | 1100011 | 11 | 11111 | 0 | 111101 | 100100110 | 10011 | 100001 |
Color Harmonies of #604463
Complementary color
Monochromatic Colors of #604463
Black with #604463
Text Example
Text Example
White with #604463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604463; }
p { color: rgb(96,68,99); }
H1.HeaderClassName
{
color: #604463;
}
.AnyTagClassName
{
color: #604463;
}
</style>
background-color css
<style>
a { background-color: #604463; }
a { background-color: rgb(96,68,99); }
div.DivClassName
{
background-color: #604463;
}
.BgClassName
{
background-color: #604463;
}
</style>
border-color css
<style>
span { border-color: #604463; }
span { border-color: rgb(96,68,99); }
td.TdClassName
{
border-color: #604463;
}
.TagClassName
{
border-color: #604463;
}
</style>