Color Hex Logo

#614673 Color Hex

#614673
(97,70,115)
0 Favorites   0 Comments

Color spaces of #614673

RGB 9770115
HSL0.770.240.36
HSV276°39°45°
CMYK 0.160.390.00   0.55
XYZ10.21448.159517.2562
Yxy8.15950.28670.2290
Hunter Lab28.564813.8407-15.8221
CIE-Lab34.312920.8518-21.4863

#614673 color RGB value is (97,70,115).

#614673 hex color red value is 97, green value is 70 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #614673 hue: 0.77 , saturation: 0.24 and the lightness value of 614673 is 0.36.

The process color (four color CMYK) of #614673 color hex is 0.16, 0.39, 0.00, 0.55. Web safe color of #614673 is #663366. Color #614673 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 01110011
Octal 141 106 163
Decimal 97 70 115
Hex 61 46 73

RGB Percentages of Color #614673

%34.40
%24.82
%40.78

CMYK Percentages of Color #614673

%16
%39
%0
%55

Triadic Colors of #614673

#614673 #736146 #467361

Analogous Colors of #614673

#614673 #73466f #4b4673

Monochromatic Colors of #614673

#614673

Complementary Color

#614673 #587346

#614673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614673 Color CSS Codes

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

#614673 Text Font Color

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

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


#614673 Background Color

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

This div background color is #614673


#614673 Border Color

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

This div border color is #614673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614673


Comments

No comments written yet.

Please login to write comment.