Color Hex Logo

#616aea Color Hex

#616AEA
(97,106,234)
0 Favorites   0 Comments

Color spaces of #616aea

RGB 97106234
HSL0.660.770.65
HSV236°59°92°
CMYK 0.590.550.00   0.08
XYZ24.935118.790080.1545
Yxy18.79000.20130.1517
Hunter Lab43.347426.8220-79.2910
CIE-Lab50.440633.6998-66.0340

#616aea color RGB value is (97,106,234).

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

The process color (four color CMYK) of #616aea color hex is 0.59, 0.55, 0.00, 0.08. Web safe color of #616aea is #6666ff. Color #616aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101010 11101010
Octal 141 152 352
Decimal 97 106 234
Hex 61 6A EA

RGB Percentages of Color #616aea

%22.20
%24.26
%53.55

CMYK Percentages of Color #616aea

%59
%55
%0
%8

Triadic Colors of #616aea

#616aea #ea616a #6aea61

Analogous Colors of #616aea

#616aea #9d61ea #61afea

Monochromatic Colors of #616aea

#616aea

Complementary Color

#616aea #eae161

#616aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#616aea Color CSS Codes

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

#616aea Text Font Color

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

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


#616aea Background Color

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

This div background color is #616aea


#616aea Border Color

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

This div border color is #616aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616aea


Comments

No comments written yet.

Please login to write comment.