#604860

Color #604860 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #604860

Tints of Fedora #604860

Color information

#604860 (or 0x604860) is unknown color: approx Fedora. HEX triplet: 60, 48 and 60. RGB value is (96,72,96). Sum of RGB (Red+Green+Blue) = 96+72+96=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604860 is #9FB79F. Grayscale: #515151. Windows color (decimal): -10467232 or 6309984. OLE color: 6309984.

HSL color Cylindrical-coordinate representation of color #604860: hue angle of 300º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604860 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB967296-
CMYK00.2500.62
HSL300º14.29%32.94%-
HSV(B)300º25%37.65%-
XYZ9.257.9712.12-
YUV81.91135.95138.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96729600.2500.6230014.2932.94
Hex60486001903E12ce21
Octal1401101400310764541641
Binary11000001001000110000001100101111101001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604860; }

 p { color: rgb(96,72,96); }

 H1.HeaderClassName
 {
   color: #604860;
 }
 .AnyTagClassName
 {
   color: #604860;
 }
</style>
background-color css

<style>
 a { background-color: #604860; }

 a { background-color: rgb(96,72,96); }

 div.DivClassName
 {
   background-color: #604860;
 }
 .BgClassName
 {
   background-color: #604860;
 }
</style>
border-color css

<style>
 span { border-color: #604860; }

 span { border-color: rgb(96,72,96); }

 td.TdClassName
 {
   border-color: #604860;
 }
 .TagClassName
 {
   border-color: #604860;
 }
</style>