#604D83

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

Shades of Gigas #604D83

Tints of Gigas #604D83

Color information

#604D83 (or 0x604D83) is unknown color: approx Gigas. HEX triplet: 60, 4D and 83. RGB value is (96,77,131). Sum of RGB (Red+Green+Blue) = 96+77+131=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #604D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604D83 is #9FB27C. Grayscale: #585858. Windows color (decimal): -10465917 or 8605024. OLE color: 8605024.

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

Color convert

RGB9677131-
CMYK0.270.4100.49
HSL261.11º25.96%40.78%-
HSV(B)261.11º41.22%51.37%-
XYZ11.579.4322.68-
YUV88.84151.79133.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=31.58%
G=25.33%
B=43.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96771310.270.4100.49261.1125.9640.78
Hex604D831B290311051a29
Octal14011520333510614053251
Binary110000010011011000001111011101001011000110000010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D83; }

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

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

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

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

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

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

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

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