Color Hex Logo

#616abd Color Hex

#616ABD
(97,106,189)
0 Favorites   0 Comments

Color spaces of #616abd

RGB 97106189
HSL0.650.410.56
HSV234°49°74°
CMYK 0.490.440.00   0.26
XYZ19.269116.523650.3179
Yxy16.52360.22380.1919
Hunter Lab40.649213.4788-44.9380
CIE-Lab47.654119.3563-44.8782

#616abd color RGB value is (97,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101010 10111101
Octal 141 152 275
Decimal 97 106 189
Hex 61 6A BD

RGB Percentages of Color #616abd

%24.74
%27.04
%48.21

CMYK Percentages of Color #616abd

%49
%44
%0
%26

Triadic Colors of #616abd

#616abd #bd616a #6abd61

Analogous Colors of #616abd

#616abd #8661bd #6198bd

Monochromatic Colors of #616abd

#616abd

Complementary Color

#616abd #bdb461

#616abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#616abd Color CSS Codes

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

#616abd Text Font Color

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

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


#616abd Background Color

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

This div background color is #616abd


#616abd Border Color

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

This div border color is #616abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616abd


Comments

No comments written yet.

Please login to write comment.