Color Hex Logo

#616fda Color Hex

#616FDA
(97,111,218)
0 Favorites   0 Comments

Color spaces of #616fda

RGB 97111218
HSL0.650.620.62
HSV233°56°85°
CMYK 0.560.490.00   0.15
XYZ23.269118.972268.7653
Yxy18.97220.20960.1709
Hunter Lab43.557119.1335-63.1135
CIE-Lab50.654725.4836-56.6712

#616fda color RGB value is (97,111,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 11011010
Octal 141 157 332
Decimal 97 111 218
Hex 61 6F DA

RGB Percentages of Color #616fda

%22.77
%26.06
%51.17

CMYK Percentages of Color #616fda

%56
%49
%0
%15

Triadic Colors of #616fda

#616fda #da616f #6fda61

Analogous Colors of #616fda

#616fda #9061da #61acda

Monochromatic Colors of #616fda

#616fda

Complementary Color

#616fda #dacc61

#616fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fda Color CSS Codes

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

#616fda Text Font Color

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

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


#616fda Background Color

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

This div background color is #616fda


#616fda Border Color

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

This div border color is #616fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fda


Comments

No comments written yet.

Please login to write comment.