Color Hex Logo

#614dbf Color Hex

#614DBF
(97,77,191)
0 Favorites   0 Comments

Color spaces of #614dbf

RGB 9777191
HSL0.700.470.53
HSV251°60°75°
CMYK 0.490.600.00   0.25
XYZ16.987611.610750.6360
Yxy11.61070.21440.1465
Hunter Lab34.074529.3596-64.2551
CIE-Lab40.590637.7196-57.3818

#614dbf color RGB value is (97,77,191).

#614dbf hex color red value is 97, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #614dbf hue: 0.70 , saturation: 0.47 and the lightness value of 614dbf is 0.53.

The process color (four color CMYK) of #614dbf color hex is 0.49, 0.60, 0.00, 0.25. Web safe color of #614dbf is #6666cc. Color #614dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001101 10111111
Octal 141 115 277
Decimal 97 77 191
Hex 61 4D BF

RGB Percentages of Color #614dbf

%26.58
%21.10
%52.33

CMYK Percentages of Color #614dbf

%49
%60
%0
%25

Triadic Colors of #614dbf

#614dbf #bf614d #4dbf61

Analogous Colors of #614dbf

#614dbf #9a4dbf #4d72bf

Monochromatic Colors of #614dbf

#614dbf

Complementary Color

#614dbf #abbf4d

#614dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#614dbf Color CSS Codes

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

#614dbf Text Font Color

<p style="color:#614dbf">Text here</p>

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


#614dbf Background Color

<div style="background-color:#614dbf">
Div content here</div>

This div background color is #614dbf


#614dbf Border Color

<div style="border:3px solid #614dbf">
Div here</div>

This div border color is #614dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,77,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #614dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #614dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #614dbf;
  box-shadow:         1px 1px 3px 2px #614dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614dbf


Comments

No comments written yet.

Please login to write comment.