Color Hex Logo

#616fca Color Hex

#616FCA
(97,111,202)
0 Favorites   0 Comments

Color spaces of #616fca

RGB 97111202
HSL0.640.500.59
HSV232°52°79°
CMYK 0.520.450.00   0.21
XYZ21.274918.174558.2638
Yxy18.17450.21770.1860
Hunter Lab42.631614.4736-51.1885
CIE-Lab49.707120.3644-49.0834

#616fca color RGB value is (97,111,202).

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

The process color (four color CMYK) of #616fca color hex is 0.52, 0.45, 0.00, 0.21. Web safe color of #616fca is #6666cc. Color #616fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 11001010
Octal 141 157 312
Decimal 97 111 202
Hex 61 6F CA

RGB Percentages of Color #616fca

%23.66
%27.07
%49.27

CMYK Percentages of Color #616fca

%52
%45
%0
%21

Triadic Colors of #616fca

#616fca #ca616f #6fca61

Analogous Colors of #616fca

#616fca #8861ca #61a4ca

Monochromatic Colors of #616fca

#616fca

Complementary Color

#616fca #cabc61

#616fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fca Color CSS Codes

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

#616fca Text Font Color

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

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


#616fca Background Color

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

This div background color is #616fca


#616fca Border Color

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

This div border color is #616fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fca


Comments

No comments written yet.

Please login to write comment.