Color Hex Logo

#616fcf Color Hex

#616FCF
(97,111,207)
0 Favorites   0 Comments

Color spaces of #616fcf

RGB 97111207
HSL0.650.530.60
HSV232°53°81°
CMYK 0.530.460.00   0.19
XYZ21.876718.415361.4330
Yxy18.41530.21510.1810
Hunter Lab42.913115.8999-54.8386
CIE-Lab49.996021.9550-51.4774

#616fcf color RGB value is (97,111,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 11001111
Octal 141 157 317
Decimal 97 111 207
Hex 61 6F CF

RGB Percentages of Color #616fcf

%23.37
%26.75
%49.88

CMYK Percentages of Color #616fcf

%53
%46
%0
%19

Triadic Colors of #616fcf

#616fcf #cf616f #6fcf61

Analogous Colors of #616fcf

#616fcf #8a61cf #61a6cf

Monochromatic Colors of #616fcf

#616fcf

Complementary Color

#616fcf #cfc161

#616fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fcf Color CSS Codes

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

#616fcf Text Font Color

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

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


#616fcf Background Color

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

This div background color is #616fcf


#616fcf Border Color

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

This div border color is #616fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fcf


Comments

No comments written yet.

Please login to write comment.