Color Hex Logo

#616dbd Color Hex

#616DBD
(97,109,189)
0 Favorites   0 Comments

Color spaces of #616dbd

RGB 97109189
HSL0.640.410.56
HSV232°49°74°
CMYK 0.490.420.00   0.26
XYZ19.583717.152850.4228
Yxy17.15280.22470.1968
Hunter Lab41.415911.9266-43.1928
CIE-Lab48.452017.5069-43.6098

#616dbd color RGB value is (97,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 10111101
Octal 141 155 275
Decimal 97 109 189
Hex 61 6D BD

RGB Percentages of Color #616dbd

%24.56
%27.59
%47.85

CMYK Percentages of Color #616dbd

%49
%42
%0
%26

Triadic Colors of #616dbd

#616dbd #bd616d #6dbd61

Analogous Colors of #616dbd

#616dbd #8361bd #619bbd

Monochromatic Colors of #616dbd

#616dbd

Complementary Color

#616dbd #bdb161

#616dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#616dbd Color CSS Codes

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

#616dbd Text Font Color

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

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


#616dbd Background Color

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

This div background color is #616dbd


#616dbd Border Color

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

This div border color is #616dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616dbd


Comments

No comments written yet.

Please login to write comment.