Color Hex Logo

#616fcd Color Hex

#616FCD
(97,111,205)
0 Favorites   0 Comments

Color spaces of #616fcd

RGB 97111205
HSL0.650.520.59
HSV232°53°80°
CMYK 0.530.460.00   0.20
XYZ21.633618.318060.1531
Yxy18.31800.21610.1830
Hunter Lab42.799515.3260-53.3701
CIE-Lab49.879621.3176-50.5224

#616fcd color RGB value is (97,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 11001101
Octal 141 157 315
Decimal 97 111 205
Hex 61 6F CD

RGB Percentages of Color #616fcd

%23.49
%26.88
%49.64

CMYK Percentages of Color #616fcd

%53
%46
%0
%20

Triadic Colors of #616fcd

#616fcd #cd616f #6fcd61

Analogous Colors of #616fcd

#616fcd #8961cd #61a5cd

Monochromatic Colors of #616fcd

#616fcd

Complementary Color

#616fcd #cdbf61

#616fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fcd Color CSS Codes

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

#616fcd Text Font Color

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

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


#616fcd Background Color

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

This div background color is #616fcd


#616fcd Border Color

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

This div border color is #616fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fcd


Comments

No comments written yet.

Please login to write comment.