#604D7E

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

Shades of Gigas #604D7E

Tints of Gigas #604D7E

Color information

#604D7E (or 0x604D7E) is unknown color: approx Gigas. HEX triplet: 60, 4D and 7E. RGB value is (96,77,126). Sum of RGB (Red+Green+Blue) = 96+77+126=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #604D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D7E is #9FB281. Grayscale: #585858. Windows color (decimal): -10465922 or 8277344. OLE color: 8277344.

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

Color convert

RGB9677126-
CMYK0.240.3900.51
HSL263.27º24.14%39.8%-
HSV(B)263.27º38.89%49.41%-
XYZ11.249.320.94-
YUV88.27149.29133.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=32.11%
G=25.75%
B=42.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96771260.240.3900.51263.2724.1439.8
Hex604D7E18270331071828
Octal14011517630470634073050
Binary11000001001101111111011000100111011001110000011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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