Color Hex Logo

#616fbd Color Hex

#616FBD
(97,111,189)
0 Favorites   0 Comments

Color spaces of #616fbd

RGB 97111189
HSL0.640.410.56
HSV231°49°74°
CMYK 0.490.410.00   0.26
XYZ19.799517.584450.4947
Yxy17.58440.22530.2001
Hunter Lab41.933810.8967-42.0407
CIE-Lab48.988116.2769-42.7590

#616fbd color RGB value is (97,111,189).

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

The process color (four color CMYK) of #616fbd color hex is 0.49, 0.41, 0.00, 0.26. Web safe color of #616fbd is #6666cc. Color #616fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 10111101
Octal 141 157 275
Decimal 97 111 189
Hex 61 6F BD

RGB Percentages of Color #616fbd

%24.43
%27.96
%47.61

CMYK Percentages of Color #616fbd

%49
%41
%0
%26

Triadic Colors of #616fbd

#616fbd #bd616f #6fbd61

Analogous Colors of #616fbd

#616fbd #8161bd #619dbd

Monochromatic Colors of #616fbd

#616fbd

Complementary Color

#616fbd #bdaf61

#616fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fbd Color CSS Codes

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

#616fbd Text Font Color

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

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


#616fbd Background Color

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

This div background color is #616fbd


#616fbd Border Color

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

This div border color is #616fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fbd


Comments

No comments written yet.

Please login to write comment.