#604983

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

Shades of Gigas #604983

Tints of Gigas #604983

Color information

#604983 (or 0x604983) is unknown color: approx Gigas. HEX triplet: 60, 49 and 83. RGB value is (96,73,131). Sum of RGB (Red+Green+Blue) = 96+73+131=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #604983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604983 is #9FB67C. Grayscale: #565656. Windows color (decimal): -10466941 or 8604000. OLE color: 8604000.

HSL color Cylindrical-coordinate representation of color #604983: hue angle of 263.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #604983 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9673131-
CMYK0.270.4400.49
HSL263.79º28.43%40%-
HSV(B)263.79º44.27%51.37%-
XYZ11.38.8922.59-
YUV86.49153.12134.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=32%
G=24.33%
B=43.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96731310.270.4400.49263.7928.4340
Hex6049831B2C0311081c28
Octal14011120333540614103450
Binary110000010010011000001111011101100011000110000100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604983; }

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

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

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

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

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

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

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

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