Color Hex Logo

#616eab Color Hex

#616EAB
(97,110,171)
0 Favorites   0 Comments

Color spaces of #616eab

RGB 97110171
HSL0.640.310.53
HSV229°43°67°
CMYK 0.430.360.00   0.33
XYZ17.856416.633540.7975
Yxy16.63350.23720.2209
Hunter Lab40.78426.7797-30.7604
CIE-Lab47.794911.3883-34.1942

#616eab color RGB value is (97,110,171).

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

The process color (four color CMYK) of #616eab color hex is 0.43, 0.36, 0.00, 0.33. Web safe color of #616eab is #666699. Color #616eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101110 10101011
Octal 141 156 253
Decimal 97 110 171
Hex 61 6E AB

RGB Percentages of Color #616eab

%25.66
%29.10
%45.24

CMYK Percentages of Color #616eab

%43
%36
%0
%33

Triadic Colors of #616eab

#616eab #ab616e #6eab61

Analogous Colors of #616eab

#616eab #7961ab #6193ab

Monochromatic Colors of #616eab

#616eab

Complementary Color

#616eab #ab9e61

#616eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#616eab Color CSS Codes

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

#616eab Text Font Color

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

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


#616eab Background Color

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

This div background color is #616eab


#616eab Border Color

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

This div border color is #616eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616eab


Comments

No comments written yet.

Please login to write comment.