Color Hex Logo

#616aaf Color Hex

#616AAF
(97,106,175)
0 Favorites   0 Comments

Color spaces of #616aaf

RGB 97106175
HSL0.650.330.53
HSV233°45°69°
CMYK 0.450.390.00   0.31
XYZ17.821715.944642.6958
Yxy15.94460.23310.2085
Hunter Lab39.93079.7887-35.4442
CIE-Lab46.901715.0525-37.9366

#616aaf color RGB value is (97,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101010 10101111
Octal 141 152 257
Decimal 97 106 175
Hex 61 6A AF

RGB Percentages of Color #616aaf

%25.66
%28.04
%46.30

CMYK Percentages of Color #616aaf

%45
%39
%0
%31

Triadic Colors of #616aaf

#616aaf #af616a #6aaf61

Analogous Colors of #616aaf

#616aaf #7f61af #6191af

Monochromatic Colors of #616aaf

#616aaf

Complementary Color

#616aaf #afa661

#616aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#616aaf Color CSS Codes

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

#616aaf Text Font Color

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

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


#616aaf Background Color

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

This div background color is #616aaf


#616aaf Border Color

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

This div border color is #616aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616aaf


Comments

No comments written yet.

Please login to write comment.