Color Hex Logo

#617eaa Color Hex

#617EAA
(97,126,170)
0 Favorites   0 Comments

Color spaces of #617eaa

RGB 97126170
HSL0.600.300.52
HSV216°43°67°
CMYK 0.430.260.00   0.33
XYZ19.646320.365440.9256
Yxy20.36540.24270.2516
Hunter Lab45.1280-1.2649-22.1791
CIE-Lab52.24781.4598-26.6674

#617eaa color RGB value is (97,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111110 10101010
Octal 141 176 252
Decimal 97 126 170
Hex 61 7E AA

RGB Percentages of Color #617eaa

%24.68
%32.06
%43.26

CMYK Percentages of Color #617eaa

%43
%26
%0
%33

Triadic Colors of #617eaa

#617eaa #aa617e #7eaa61

Analogous Colors of #617eaa

#617eaa #6961aa #61a3aa

Monochromatic Colors of #617eaa

#617eaa

Complementary Color

#617eaa #aa8d61

#617eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#617eaa Color CSS Codes

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

#617eaa Text Font Color

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

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


#617eaa Background Color

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

This div background color is #617eaa


#617eaa Border Color

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

This div border color is #617eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617eaa


Comments

No comments written yet.

Please login to write comment.