Color Hex Logo

#614691 Color Hex

#614691
(97,70,145)
0 Favorites   0 Comments

Color spaces of #614691

RGB 9770145
HSL0.730.350.42
HSV262°52°57°
CMYK 0.330.520.00   0.43
XYZ12.23088.966027.8740
Yxy8.96600.24920.1827
Hunter Lab29.943320.5104-34.2324
CIE-Lab35.918828.6430-37.4769

#614691 color RGB value is (97,70,145).

#614691 hex color red value is 97, green value is 70 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #614691 hue: 0.73 , saturation: 0.35 and the lightness value of 614691 is 0.42.

The process color (four color CMYK) of #614691 color hex is 0.33, 0.52, 0.00, 0.43. Web safe color of #614691 is #663399. Color #614691 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 10010001
Octal 141 106 221
Decimal 97 70 145
Hex 61 46 91

RGB Percentages of Color #614691

%31.09
%22.44
%46.47

CMYK Percentages of Color #614691

%33
%52
%0
%43

Triadic Colors of #614691

#614691 #916146 #469161

Analogous Colors of #614691

#614691 #874691 #465191

Monochromatic Colors of #614691

#614691

Complementary Color

#614691 #769146

#614691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614691 Color CSS Codes

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

#614691 Text Font Color

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

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


#614691 Background Color

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

This div background color is #614691


#614691 Border Color

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

This div border color is #614691


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,70,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #614691; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #614691;
  -webkit-box-shadow: 1px 1px 3px 2px #614691;
  box-shadow:         1px 1px 3px 2px #614691; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614691


Comments

No comments written yet.

Please login to write comment.