Color Hex Logo

#616fab Color Hex

#616FAB
(97,111,171)
0 Favorites   0 Comments

Color spaces of #616fab

RGB 97111171
HSL0.640.310.53
HSV229°43°67°
CMYK 0.430.350.00   0.33
XYZ17.964916.850540.8337
Yxy16.85050.23750.2227
Hunter Lab41.04946.2826-30.2440
CIE-Lab48.071110.7765-33.7606

#616fab color RGB value is (97,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 10101011
Octal 141 157 253
Decimal 97 111 171
Hex 61 6F AB

RGB Percentages of Color #616fab

%25.59
%29.29
%45.12

CMYK Percentages of Color #616fab

%43
%35
%0
%33

Triadic Colors of #616fab

#616fab #ab616f #6fab61

Analogous Colors of #616fab

#616fab #7861ab #6194ab

Monochromatic Colors of #616fab

#616fab

Complementary Color

#616fab #ab9d61

#616fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fab Color CSS Codes

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

#616fab Text Font Color

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

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


#616fab Background Color

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

This div background color is #616fab


#616fab Border Color

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

This div border color is #616fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fab


Comments

No comments written yet.

Please login to write comment.