Color Hex Logo

#616cdb Color Hex

#616CDB
(97,108,219)
0 Favorites   0 Comments

Color spaces of #616cdb

RGB 97108219
HSL0.650.630.62
HSV235°56°86°
CMYK 0.560.510.00   0.14
XYZ23.078518.381069.3493
Yxy18.38100.20830.1659
Hunter Lab42.873121.0584-65.8933
CIE-Lab49.955027.6431-58.3620

#616cdb color RGB value is (97,108,219).

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

The process color (four color CMYK) of #616cdb color hex is 0.56, 0.51, 0.00, 0.14. Web safe color of #616cdb is #6666cc. Color #616cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101100 11011011
Octal 141 154 333
Decimal 97 108 219
Hex 61 6C DB

RGB Percentages of Color #616cdb

%22.88
%25.47
%51.65

CMYK Percentages of Color #616cdb

%56
%51
%0
%14

Triadic Colors of #616cdb

#616cdb #db616c #6cdb61

Analogous Colors of #616cdb

#616cdb #9361db #61a9db

Monochromatic Colors of #616cdb

#616cdb

Complementary Color

#616cdb #dbd061

#616cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#616cdb Color CSS Codes

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

#616cdb Text Font Color

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

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


#616cdb Background Color

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

This div background color is #616cdb


#616cdb Border Color

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

This div border color is #616cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616cdb


Comments

No comments written yet.

Please login to write comment.