Color Hex Logo

#616edd Color Hex

#616EDD
(97,110,221)
0 Favorites   0 Comments

Color spaces of #616edd

RGB 97110221
HSL0.650.650.62
HSV234°56°87°
CMYK 0.560.500.00   0.13
XYZ23.556818.913770.8157
Yxy18.91370.20790.1670
Hunter Lab43.489920.5793-66.1005
CIE-Lab50.586127.0631-58.4783

#616edd color RGB value is (97,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101110 11011101
Octal 141 156 335
Decimal 97 110 221
Hex 61 6E DD

RGB Percentages of Color #616edd

%22.66
%25.70
%51.64

CMYK Percentages of Color #616edd

%56
%50
%0
%13

Triadic Colors of #616edd

#616edd #dd616e #6edd61

Analogous Colors of #616edd

#616edd #9261dd #61acdd

Monochromatic Colors of #616edd

#616edd

Complementary Color

#616edd #ddd061

#616edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#616edd Color CSS Codes

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

#616edd Text Font Color

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

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


#616edd Background Color

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

This div background color is #616edd


#616edd Border Color

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

This div border color is #616edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616edd


Comments

No comments written yet.

Please login to write comment.