Color Hex Logo

#616dad Color Hex

#616DAD
(97,109,173)
0 Favorites   0 Comments

Color spaces of #616dad

RGB 97109173
HSL0.640.320.53
HSV231°44°68°
CMYK 0.440.370.00   0.32
XYZ17.941216.495841.7736
Yxy16.49580.23540.2165
Hunter Lab40.61507.7740-32.5508
CIE-Lab47.618412.6018-35.6394

#616dad color RGB value is (97,109,173).

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

The process color (four color CMYK) of #616dad color hex is 0.44, 0.37, 0.00, 0.32. Web safe color of #616dad is #666699. Color #616dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 10101101
Octal 141 155 255
Decimal 97 109 173
Hex 61 6D AD

RGB Percentages of Color #616dad

%25.59
%28.76
%45.65

CMYK Percentages of Color #616dad

%44
%37
%0
%32

Triadic Colors of #616dad

#616dad #ad616d #6dad61

Analogous Colors of #616dad

#616dad #7b61ad #6193ad

Monochromatic Colors of #616dad

#616dad

Complementary Color

#616dad #ada161

#616dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#616dad Color CSS Codes

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

#616dad Text Font Color

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

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


#616dad Background Color

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

This div background color is #616dad


#616dad Border Color

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

This div border color is #616dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616dad


Comments

No comments written yet.

Please login to write comment.