Color Hex Logo

#616eaf Color Hex

#616EAF
(97,110,175)
0 Favorites   0 Comments

Color spaces of #616eaf

RGB 97110175
HSL0.640.330.53
HSV230°45°69°
CMYK 0.450.370.00   0.31
XYZ18.243616.788442.8364
Yxy16.78840.23430.2156
Hunter Lab40.97377.7736-33.3039
CIE-Lab47.992312.5924-36.2168

#616eaf color RGB value is (97,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101110 10101111
Octal 141 156 257
Decimal 97 110 175
Hex 61 6E AF

RGB Percentages of Color #616eaf

%25.39
%28.80
%45.81

CMYK Percentages of Color #616eaf

%45
%37
%0
%31

Triadic Colors of #616eaf

#616eaf #af616e #6eaf61

Analogous Colors of #616eaf

#616eaf #7b61af #6195af

Monochromatic Colors of #616eaf

#616eaf

Complementary Color

#616eaf #afa261

#616eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#616eaf Color CSS Codes

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

#616eaf Text Font Color

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

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


#616eaf Background Color

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

This div background color is #616eaf


#616eaf Border Color

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

This div border color is #616eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616eaf


Comments

No comments written yet.

Please login to write comment.