Color Hex Logo

#616cbd Color Hex

#616CBD
(97,108,189)
0 Favorites   0 Comments

Color spaces of #616cbd

RGB 97108189
HSL0.650.410.56
HSV233°49°74°
CMYK 0.490.430.00   0.26
XYZ19.477616.940650.3874
Yxy16.94060.22440.1952
Hunter Lab41.159012.4431-43.7724
CIE-Lab48.185118.1230-44.0338

#616cbd color RGB value is (97,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101100 10111101
Octal 141 154 275
Decimal 97 108 189
Hex 61 6C BD

RGB Percentages of Color #616cbd

%24.62
%27.41
%47.97

CMYK Percentages of Color #616cbd

%49
%43
%0
%26

Triadic Colors of #616cbd

#616cbd #bd616c #6cbd61

Analogous Colors of #616cbd

#616cbd #8461bd #619abd

Monochromatic Colors of #616cbd

#616cbd

Complementary Color

#616cbd #bdb261

#616cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#616cbd Color CSS Codes

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

#616cbd Text Font Color

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

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


#616cbd Background Color

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

This div background color is #616cbd


#616cbd Border Color

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

This div border color is #616cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616cbd


Comments

No comments written yet.

Please login to write comment.