Shades of Fedora #604C67
Tints of Fedora #604C67
RGB
CMYK
RGB Variations
Color information
#604C67 (or 0x604C67) is known color: Fedora. HEX triplet: 60, 4C and 67. RGB value is (96,76,103). Sum of RGB (Red+Green+Blue) = 96+76+103=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #604C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C67 is #9FB398. Grayscale: #545454. Windows color (decimal): -10466201 or 6769760. OLE color: 6769760.
HSL color Cylindrical-coordinate representation of color #604C67: hue angle of 284.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #604C67 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 76 | 103 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.60 |
| HSL | 284.44º | 0.15% | 0.35% | - |
| HSV(B) | 284.44º | 0.26% | 0.4% | - |
| XYZ | 9.86 | 8.63 | 13.98 | - |
| YUV | 85.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 103 | 0.07 | 0.26 | 0 | 0.60 | 284.44 | 0.15 | 0.35 |
| Hex | 60 | 4C | 67 | 7 | 1A | 0 | 3C | 11C | F | 23 |
| Octal | 140 | 114 | 147 | 7 | 32 | 0 | 74 | 434 | 17 | 43 |
| Binary | 1100000 | 1001100 | 1100111 | 111 | 11010 | 0 | 111100 | 100011100 | 1111 | 100011 |
Color Harmonies of #604C67
Complementary color
Monochromatic Colors of #604C67
Black with #604C67
Text Example
Text Example
White with #604C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C67; }
p { color: rgb(96,76,103); }
H1.HeaderClassName
{
color: #604C67;
}
.AnyTagClassName
{
color: #604C67;
}
</style>
background-color css
<style>
a { background-color: #604C67; }
a { background-color: rgb(96,76,103); }
div.DivClassName
{
background-color: #604C67;
}
.BgClassName
{
background-color: #604C67;
}
</style>
border-color css
<style>
span { border-color: #604C67; }
span { border-color: rgb(96,76,103); }
td.TdClassName
{
border-color: #604C67;
}
.TagClassName
{
border-color: #604C67;
}
</style>