Color Hex Logo

#615771 Color Hex

#615771
(97,87,113)
0 Favorites   0 Comments

Color spaces of #615771

RGB 9787113
HSL0.730.130.39
HSV263°23°44°
CMYK 0.140.230.00   0.56
XYZ11.318610.550017.0626
Yxy10.55000.29070.2710
Hunter Lab32.48085.3607-8.4093
CIE-Lab38.81209.7337-13.3230

#615771 color RGB value is (97,87,113).

#615771 hex color red value is 97, green value is 87 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #615771 hue: 0.73 , saturation: 0.13 and the lightness value of 615771 is 0.39.

The process color (four color CMYK) of #615771 color hex is 0.14, 0.23, 0.00, 0.56. Web safe color of #615771 is #666666. Color #615771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010111 01110001
Octal 141 127 161
Decimal 97 87 113
Hex 61 57 71

RGB Percentages of Color #615771

%32.66
%29.29
%38.05

CMYK Percentages of Color #615771

%14
%23
%0
%56

Triadic Colors of #615771

#615771 #716157 #577161

Analogous Colors of #615771

#615771 #6e5771 #575a71

Monochromatic Colors of #615771

#615771

Complementary Color

#615771 #677157

#615771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615771 Color CSS Codes

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

#615771 Text Font Color

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

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


#615771 Background Color

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

This div background color is #615771


#615771 Border Color

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

This div border color is #615771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615771


Comments

No comments written yet.

Please login to write comment.