Color Hex Logo

#616cad Color Hex

#616CAD
(97,108,173)
0 Favorites   0 Comments

Color spaces of #616cad

RGB 97108173
HSL0.640.320.53
HSV231°44°68°
CMYK 0.440.380.00   0.32
XYZ17.835216.283641.7382
Yxy16.28360.23510.2147
Hunter Lab40.35298.2758-33.0783
CIE-Lab47.344413.2167-36.0707

#616cad color RGB value is (97,108,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101100 10101101
Octal 141 154 255
Decimal 97 108 173
Hex 61 6C AD

RGB Percentages of Color #616cad

%25.66
%28.57
%45.77

CMYK Percentages of Color #616cad

%44
%38
%0
%32

Triadic Colors of #616cad

#616cad #ad616c #6cad61

Analogous Colors of #616cad

#616cad #7c61ad #6192ad

Monochromatic Colors of #616cad

#616cad

Complementary Color

#616cad #ada261

#616cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#616cad Color CSS Codes

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

#616cad Text Font Color

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

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


#616cad Background Color

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

This div background color is #616cad


#616cad Border Color

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

This div border color is #616cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616cad


Comments

No comments written yet.

Please login to write comment.