Color Hex Logo

#615aaf Color Hex

#615AAF
(97,90,175)
0 Favorites   0 Comments

Color spaces of #615aaf

RGB 9790175
HSL0.680.350.52
HSV245°49°69°
CMYK 0.450.490.00   0.31
XYZ16.323812.948942.1965
Yxy12.94890.22840.1812
Hunter Lab35.984618.0005-44.3359
CIE-Lab42.686124.9696-44.6320

#615aaf color RGB value is (97,90,175).

#615aaf hex color red value is 97, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #615aaf hue: 0.68 , saturation: 0.35 and the lightness value of 615aaf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011010 10101111
Octal 141 132 257
Decimal 97 90 175
Hex 61 5A AF

RGB Percentages of Color #615aaf

%26.80
%24.86
%48.34

CMYK Percentages of Color #615aaf

%45
%49
%0
%31

Triadic Colors of #615aaf

#615aaf #af615a #5aaf61

Analogous Colors of #615aaf

#615aaf #8c5aaf #5a7eaf

Monochromatic Colors of #615aaf

#615aaf

Complementary Color

#615aaf #a8af5a

#615aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#615aaf Color CSS Codes

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

#615aaf Text Font Color

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

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


#615aaf Background Color

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

This div background color is #615aaf


#615aaf Border Color

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

This div border color is #615aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,90,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 #615aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615aaf


Comments

No comments written yet.

Please login to write comment.