Color Hex Logo

#617e91 Color Hex

#617E91
(97,126,145)
0 Favorites   0 Comments

Color spaces of #617e91

RGB 97126145
HSL0.570.200.47
HSV204°33°57°
CMYK 0.330.130.00   0.43
XYZ17.501519.507429.6309
Yxy19.50740.26260.2927
Hunter Lab44.1672-6.5609-8.8595
CIE-Lab51.2756-5.5248-13.6135

#617e91 color RGB value is (97,126,145).

#617e91 hex color red value is 97, green value is 126 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #617e91 hue: 0.57 , saturation: 0.20 and the lightness value of 617e91 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111110 10010001
Octal 141 176 221
Decimal 97 126 145
Hex 61 7E 91

RGB Percentages of Color #617e91

%26.36
%34.24
%39.40

CMYK Percentages of Color #617e91

%33
%13
%0
%43

Triadic Colors of #617e91

#617e91 #91617e #7e9161

Analogous Colors of #617e91

#617e91 #616691 #61918c

Monochromatic Colors of #617e91

#617e91

Complementary Color

#617e91 #917461

#617e91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617e91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#617e91 Color CSS Codes

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

#617e91 Text Font Color

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

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


#617e91 Background Color

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

This div background color is #617e91


#617e91 Border Color

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

This div border color is #617e91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617e91


Comments

No comments written yet.

Please login to write comment.