Color Hex Logo

#614bbf Color Hex

#614BBF
(97,75,191)
0 Favorites   0 Comments

Color spaces of #614bbf

RGB 9775191
HSL0.700.480.52
HSV251°61°75°
CMYK 0.490.610.00   0.25
XYZ16.849811.335150.5900
Yxy11.33510.21390.1439
Hunter Lab33.667630.4164-65.5236
CIE-Lab40.139238.9014-58.1130

#614bbf color RGB value is (97,75,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001011 10111111
Octal 141 113 277
Decimal 97 75 191
Hex 61 4B BF

RGB Percentages of Color #614bbf

%26.72
%20.66
%52.62

CMYK Percentages of Color #614bbf

%49
%61
%0
%25

Triadic Colors of #614bbf

#614bbf #bf614b #4bbf61

Analogous Colors of #614bbf

#614bbf #9b4bbf #4b6fbf

Monochromatic Colors of #614bbf

#614bbf

Complementary Color

#614bbf #a9bf4b

#614bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#614bbf Color CSS Codes

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

#614bbf Text Font Color

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

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


#614bbf Background Color

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

This div background color is #614bbf


#614bbf Border Color

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

This div border color is #614bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614bbf


Comments

No comments written yet.

Please login to write comment.