Color Hex Logo

#616faf Color Hex

#616FAF
(97,111,175)
0 Favorites   0 Comments

Color spaces of #616faf

RGB 97111175
HSL0.640.330.53
HSV229°45°69°
CMYK 0.450.370.00   0.31
XYZ18.352117.005442.8726
Yxy17.00540.23460.2174
Hunter Lab41.23767.2726-32.7744
CIE-Lab48.266811.9797-35.7847

#616faf color RGB value is (97,111,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 10101111
Octal 141 157 257
Decimal 97 111 175
Hex 61 6F AF

RGB Percentages of Color #616faf

%25.33
%28.98
%45.69

CMYK Percentages of Color #616faf

%45
%37
%0
%31

Triadic Colors of #616faf

#616faf #af616f #6faf61

Analogous Colors of #616faf

#616faf #7a61af #6196af

Monochromatic Colors of #616faf

#616faf

Complementary Color

#616faf #afa161

#616faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#616faf Color CSS Codes

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

#616faf Text Font Color

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

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


#616faf Background Color

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

This div background color is #616faf


#616faf Border Color

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

This div border color is #616faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616faf


Comments

No comments written yet.

Please login to write comment.