Color Hex Logo

#617eaf Color Hex

#617EAF
(97,126,175)
0 Favorites   0 Comments

Color spaces of #617eaf

RGB 97126175
HSL0.600.330.53
HSV218°45°69°
CMYK 0.450.280.00   0.31
XYZ20.128520.558243.4647
Yxy20.55820.23920.2443
Hunter Lab45.3412-0.1047-25.0975
CIE-Lab52.46252.9335-29.2225

#617eaf color RGB value is (97,126,175).

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

The process color (four color CMYK) of #617eaf color hex is 0.45, 0.28, 0.00, 0.31. Web safe color of #617eaf is #666699. Color #617eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111110 10101111
Octal 141 176 257
Decimal 97 126 175
Hex 61 7E AF

RGB Percentages of Color #617eaf

%24.37
%31.66
%43.97

CMYK Percentages of Color #617eaf

%45
%28
%0
%31

Triadic Colors of #617eaf

#617eaf #af617e #7eaf61

Analogous Colors of #617eaf

#617eaf #6b61af #61a5af

Monochromatic Colors of #617eaf

#617eaf

Complementary Color

#617eaf #af9261

#617eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#617eaf Color CSS Codes

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

#617eaf Text Font Color

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

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


#617eaf Background Color

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

This div background color is #617eaf


#617eaf Border Color

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

This div border color is #617eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617eaf


Comments

No comments written yet.

Please login to write comment.