Color Hex Logo

#615eaa Color Hex

#615EAA
(97,94,170)
0 Favorites   0 Comments

Color spaces of #615eaa

RGB 9794170
HSL0.670.310.52
HSV242°45°67°
CMYK 0.430.450.00   0.33
XYZ16.188213.449139.7729
Yxy13.44910.23320.1938
Hunter Lab36.673014.6157-38.6305
CIE-Lab43.432320.9818-40.4986

#615eaa color RGB value is (97,94,170).

#615eaa hex color red value is 97, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #615eaa hue: 0.67 , saturation: 0.31 and the lightness value of 615eaa is 0.52.

The process color (four color CMYK) of #615eaa color hex is 0.43, 0.45, 0.00, 0.33. Web safe color of #615eaa is #666699. Color #615eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 10101010
Octal 141 136 252
Decimal 97 94 170
Hex 61 5E AA

RGB Percentages of Color #615eaa

%26.87
%26.04
%47.09

CMYK Percentages of Color #615eaa

%43
%45
%0
%33

Triadic Colors of #615eaa

#615eaa #aa615e #5eaa61

Analogous Colors of #615eaa

#615eaa #875eaa #5e81aa

Monochromatic Colors of #615eaa

#615eaa

Complementary Color

#615eaa #a7aa5e

#615eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#615eaa Color CSS Codes

.mybgcolor {background-color:#615eaa; } 
.myforecolor {color:#615eaa; }
.mybordercolor {border:3px solid #615eaa; }

#615eaa Text Font Color

<p style="color:#615eaa">Text here</p>

This sample text font color is #615eaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#615eaa Background Color

<div style="background-color:#615eaa">
Div content here</div>

This div background color is #615eaa


#615eaa Border Color

<div style="border:3px solid #615eaa">
Div here</div>

This div border color is #615eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,94,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #615eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #615eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #615eaa;
  box-shadow:         1px 1px 3px 2px #615eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,94,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #615eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #615eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #615eaa;
  box-shadow:         1px 1px 3px 2px #615eaa;">
Div content here</div>

This div box has shadow with color #615eaa


Comments

No comments written yet.

Please login to write comment.