#604C83

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

Shades of Gigas #604C83

Tints of Gigas #604C83

Color information

#604C83 (or 0x604C83) is unknown color: approx Gigas. HEX triplet: 60, 4C and 83. RGB value is (96,76,131). Sum of RGB (Red+Green+Blue) = 96+76+131=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #604C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C83 is #9FB37C. Grayscale: #585858. Windows color (decimal): -10466173 or 8604768. OLE color: 8604768.

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

Color convert

RGB9676131-
CMYK0.270.4200.49
HSL261.82º26.57%40.59%-
HSV(B)261.82º41.98%51.37%-
XYZ11.519.2922.66-
YUV88.25152.13133.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=31.68%
G=25.08%
B=43.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96761310.270.4200.49261.8226.5740.59
Hex604C831B2A0311061b29
Octal14011420333520614063351
Binary110000010011001000001111011101010011000110000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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