Color Hex Logo

#618eaa Color Hex

#618EAA
(97,142,170)
0 Favorites   0 Comments

Color spaces of #618eaa

RGB 97142170
HSL0.560.300.52
HSV203°43°67°
CMYK 0.430.160.00   0.33
XYZ21.858524.789741.6630
Yxy24.78970.24750.2807
Hunter Lab49.7893-8.7661-14.7606
CIE-Lab56.8699-7.7591-19.5600

#618eaa color RGB value is (97,142,170).

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

The process color (four color CMYK) of #618eaa color hex is 0.43, 0.16, 0.00, 0.33. Web safe color of #618eaa is #669999. Color #618eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001110 10101010
Octal 141 216 252
Decimal 97 142 170
Hex 61 8E AA

RGB Percentages of Color #618eaa

%23.72
%34.72
%41.56

CMYK Percentages of Color #618eaa

%43
%16
%0
%33

Triadic Colors of #618eaa

#618eaa #aa618e #8eaa61

Analogous Colors of #618eaa

#618eaa #616aaa #61aaa2

Monochromatic Colors of #618eaa

#618eaa

Complementary Color

#618eaa #aa7d61

#618eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#618eaa Color CSS Codes

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

#618eaa Text Font Color

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

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


#618eaa Background Color

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

This div background color is #618eaa


#618eaa Border Color

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

This div border color is #618eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618eaa


Comments

No comments written yet.

Please login to write comment.