Color Hex Logo

#616dda Color Hex

#616DDA
(97,109,218)
0 Favorites   0 Comments

Color spaces of #616dda

RGB 97109218
HSL0.650.620.62
HSV234°56°85°
CMYK 0.560.500.00   0.15
XYZ23.053318.540668.6933
Yxy18.54060.20900.1681
Hunter Lab43.058820.2144-64.4464
CIE-Lab50.145326.7091-57.4895

#616dda color RGB value is (97,109,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 11011010
Octal 141 155 332
Decimal 97 109 218
Hex 61 6D DA

RGB Percentages of Color #616dda

%22.88
%25.71
%51.42

CMYK Percentages of Color #616dda

%56
%50
%0
%15

Triadic Colors of #616dda

#616dda #da616d #6dda61

Analogous Colors of #616dda

#616dda #9261da #61aada

Monochromatic Colors of #616dda

#616dda

Complementary Color

#616dda #dace61

#616dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#616dda Color CSS Codes

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

#616dda Text Font Color

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

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


#616dda Background Color

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

This div background color is #616dda


#616dda Border Color

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

This div border color is #616dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616dda


Comments

No comments written yet.

Please login to write comment.