#614B7C

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

Shades of Gigas #614B7C

Tints of Gigas #614B7C

Color information

#614B7C (or 0x614B7C) is unknown color: approx Gigas. HEX triplet: 61, 4B and 7C. RGB value is (97,75,124). Sum of RGB (Red+Green+Blue) = 97+75+124=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #614B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B7C is #9EB483. Grayscale: #565656. Windows color (decimal): -10400900 or 8145761. OLE color: 8145761.

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

Color convert

RGB9775124-
CMYK0.220.4000.51
HSL266.94º24.62%39.02%-
HSV(B)266.94º39.52%48.63%-
XYZ11.089.0320.23-
YUV87.16148.79135.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 75 (29.69% from 255) = 25.34%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=32.77%
G=25.34%
B=41.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97751240.220.4000.51266.9424.6239.02
Hex614B7C162803310b1927
Octal14111317426500634133147
Binary11000011001011111110010110101000011001110000101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614B7C; }

 p { color: rgb(97,75,124); }

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

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

 a { background-color: rgb(97,75,124); }

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

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

 span { border-color: rgb(97,75,124); }

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