#604980

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

Shades of Gigas #604980

Tints of Gigas #604980

Color information

#604980 (or 0x604980) is unknown color: approx Gigas. HEX triplet: 60, 49 and 80. RGB value is (96,73,128). Sum of RGB (Red+Green+Blue) = 96+73+128=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #604980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604980 is #9FB67F. Grayscale: #555555. Windows color (decimal): -10466944 or 8407392. OLE color: 8407392.

HSL color Cylindrical-coordinate representation of color #604980: hue angle of 265.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #604980 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9673128-
CMYK0.250.4300.50
HSL265.09º27.36%39.41%-
HSV(B)265.09º42.97%50.2%-
XYZ11.18.8121.54-
YUV86.15151.62135.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 128 (50.39% from 255) = 43.10%
R=32.32%
G=24.58%
B=43.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96731280.250.4300.50265.0927.3639.41
Hex604980192B0321091b27
Octal14011120031530624113347
Binary110000010010011000000011001101011011001010000100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604980; }

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

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

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

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

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

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

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

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