Color Hex Logo

#616ecd Color Hex

#616ECD
(97,110,205)
0 Favorites   0 Comments

Color spaces of #616ecd

RGB 97110205
HSL0.650.520.59
HSV233°53°80°
CMYK 0.530.460.00   0.20
XYZ21.525118.101060.1170
Yxy18.10100.21580.1815
Hunter Lab42.545315.8550-53.9958
CIE-Lab49.618421.9322-50.9399

#616ecd color RGB value is (97,110,205).

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

The process color (four color CMYK) of #616ecd color hex is 0.53, 0.46, 0.00, 0.20. Web safe color of #616ecd is #6666cc. Color #616ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101110 11001101
Octal 141 156 315
Decimal 97 110 205
Hex 61 6E CD

RGB Percentages of Color #616ecd

%23.54
%26.70
%49.76

CMYK Percentages of Color #616ecd

%53
%46
%0
%20

Triadic Colors of #616ecd

#616ecd #cd616e #6ecd61

Analogous Colors of #616ecd

#616ecd #8a61cd #61a4cd

Monochromatic Colors of #616ecd

#616ecd

Complementary Color

#616ecd #cdc061

#616ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#616ecd Color CSS Codes

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

#616ecd Text Font Color

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

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


#616ecd Background Color

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

This div background color is #616ecd


#616ecd Border Color

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

This div border color is #616ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616ecd


Comments

No comments written yet.

Please login to write comment.