Color Hex Logo

#614687 Color Hex

#614687
(97,70,135)
0 Favorites   0 Comments

Color spaces of #614687

RGB 9770135
HSL0.740.320.40
HSV265°48°53°
CMYK 0.280.480.00   0.47
XYZ11.49318.671023.9896
Yxy8.67100.26030.1964
Hunter Lab29.446618.1377-27.6899
CIE-Lab35.343025.9440-32.2732

#614687 color RGB value is (97,70,135).

#614687 hex color red value is 97, green value is 70 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #614687 hue: 0.74 , saturation: 0.32 and the lightness value of 614687 is 0.40.

The process color (four color CMYK) of #614687 color hex is 0.28, 0.48, 0.00, 0.47. Web safe color of #614687 is #663399. Color #614687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 10000111
Octal 141 106 207
Decimal 97 70 135
Hex 61 46 87

RGB Percentages of Color #614687

%32.12
%23.18
%44.70

CMYK Percentages of Color #614687

%28
%48
%0
%47

Triadic Colors of #614687

#614687 #876146 #468761

Analogous Colors of #614687

#614687 #824687 #464c87

Monochromatic Colors of #614687

#614687

Complementary Color

#614687 #6c8746

#614687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614687 Color CSS Codes

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

#614687 Text Font Color

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

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


#614687 Background Color

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

This div background color is #614687


#614687 Border Color

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

This div border color is #614687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614687


Comments

No comments written yet.

Please login to write comment.