Color Hex Logo

#615eaf Color Hex

#615EAF
(97,94,175)
0 Favorites   0 Comments

Color spaces of #615eaf

RGB 9794175
HSL0.670.340.53
HSV242°46°69°
CMYK 0.450.460.00   0.31
XYZ16.670313.641942.3120
Yxy13.64190.22950.1878
Hunter Lab36.934915.9284-42.0671
CIE-Lab43.714922.4879-42.9911

#615eaf color RGB value is (97,94,175).

#615eaf hex color red value is 97, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #615eaf hue: 0.67 , saturation: 0.34 and the lightness value of 615eaf is 0.53.

The process color (four color CMYK) of #615eaf color hex is 0.45, 0.46, 0.00, 0.31. Web safe color of #615eaf is #666699. Color #615eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011110 10101111
Octal 141 136 257
Decimal 97 94 175
Hex 61 5E AF

RGB Percentages of Color #615eaf

%26.50
%25.68
%47.81

CMYK Percentages of Color #615eaf

%45
%46
%0
%31

Triadic Colors of #615eaf

#615eaf #af615e #5eaf61

Analogous Colors of #615eaf

#615eaf #8a5eaf #5e84af

Monochromatic Colors of #615eaf

#615eaf

Complementary Color

#615eaf #acaf5e

#615eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#615eaf Color CSS Codes

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

#615eaf Text Font Color

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

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


#615eaf Background Color

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

This div background color is #615eaf


#615eaf Border Color

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

This div border color is #615eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,94,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #615eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #615eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #615eaf;
  box-shadow:         1px 1px 3px 2px #615eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615eaf


Comments

No comments written yet.

Please login to write comment.