Color Hex Logo

#616fdb Color Hex

#616FDB
(97,111,219)
0 Favorites   0 Comments

Color spaces of #616fdb

RGB 97111219
HSL0.650.630.62
HSV233°56°86°
CMYK 0.560.490.00   0.14
XYZ23.400419.024769.4566
Yxy19.02470.20920.1700
Hunter Lab43.617319.4338-63.8818
CIE-Lab50.716125.8061-57.1384

#616fdb color RGB value is (97,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 11011011
Octal 141 157 333
Decimal 97 111 219
Hex 61 6F DB

RGB Percentages of Color #616fdb

%22.72
%26.00
%51.29

CMYK Percentages of Color #616fdb

%56
%49
%0
%14

Triadic Colors of #616fdb

#616fdb #db616f #6fdb61

Analogous Colors of #616fdb

#616fdb #9061db #61acdb

Monochromatic Colors of #616fdb

#616fdb

Complementary Color

#616fdb #dbcd61

#616fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fdb Color CSS Codes

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

#616fdb Text Font Color

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

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


#616fdb Background Color

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

This div background color is #616fdb


#616fdb Border Color

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

This div border color is #616fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fdb


Comments

No comments written yet.

Please login to write comment.