Color Hex Logo

#616eaa Color Hex

#616EAA
(97,110,170)
0 Favorites   0 Comments

Color spaces of #616eaa

RGB 97110170
HSL0.640.300.52
HSV229°43°67°
CMYK 0.430.350.00   0.33
XYZ17.761416.595540.2973
Yxy16.59550.23790.2223
Hunter Lab40.73766.5344-30.1329
CIE-Lab47.746311.0891-33.6863

#616eaa color RGB value is (97,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101110 10101010
Octal 141 156 252
Decimal 97 110 170
Hex 61 6E AA

RGB Percentages of Color #616eaa

%25.73
%29.18
%45.09

CMYK Percentages of Color #616eaa

%43
%35
%0
%33

Triadic Colors of #616eaa

#616eaa #aa616e #6eaa61

Analogous Colors of #616eaa

#616eaa #7961aa #6193aa

Monochromatic Colors of #616eaa

#616eaa

Complementary Color

#616eaa #aa9d61

#616eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#616eaa Color CSS Codes

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

#616eaa Text Font Color

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

This sample text font color is #616eaa
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.


#616eaa Background Color

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

This div background color is #616eaa


#616eaa Border Color

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

This div border color is #616eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,110,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 #616eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616eaa


Comments

No comments written yet.

Please login to write comment.