#604960

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

Shades of Fedora #604960

Tints of Fedora #604960

Color information

#604960 (or 0x604960) is unknown color: approx Fedora. HEX triplet: 60, 49 and 60. RGB value is (96,73,96). Sum of RGB (Red+Green+Blue) = 96+73+96=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604960 is #9FB69F. Grayscale: #525252. Windows color (decimal): -10466976 or 6310240. OLE color: 6310240.

HSL color Cylindrical-coordinate representation of color #604960: 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.24%. Process color model (Four color, CMYK) of #604960 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB967396-
CMYK00.2400.62
HSL300º13.61%33.14%-
HSV(B)300º23.96%37.65%-
XYZ9.328.112.14-
YUV82.5135.62137.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=36.23%
G=27.55%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96739600.2400.6230013.6133.14
Hex60496001803E12ce21
Octal1401111400300764541641
Binary11000001001001110000001100001111101001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604960; }

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

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

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

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

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

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

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

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