Color Hex Logo

#615f84 Color Hex

#615F84
(97,95,132)
0 Favorites   0 Comments

Color spaces of #615f84

RGB 9795132
HSL0.680.160.45
HSV243°28°52°
CMYK 0.270.280.00   0.48
XYZ13.186812.391723.5266
Yxy12.39170.26850.2524
Hunter Lab35.20185.2638-14.9842
CIE-Lab41.83209.5674-20.3030

#615f84 color RGB value is (97,95,132).

#615f84 hex color red value is 97, green value is 95 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #615f84 hue: 0.68 , saturation: 0.16 and the lightness value of 615f84 is 0.45.

The process color (four color CMYK) of #615f84 color hex is 0.27, 0.28, 0.00, 0.48. Web safe color of #615f84 is #666699. Color #615f84 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011111 10000100
Octal 141 137 204
Decimal 97 95 132
Hex 61 5F 84

RGB Percentages of Color #615f84

%29.94
%29.32
%40.74

CMYK Percentages of Color #615f84

%27
%28
%0
%48

Triadic Colors of #615f84

#615f84 #84615f #5f8461

Analogous Colors of #615f84

#615f84 #745f84 #5f7084

Monochromatic Colors of #615f84

#615f84

Complementary Color

#615f84 #82845f

#615f84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615f84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615f84 Color CSS Codes

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

#615f84 Text Font Color

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

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


#615f84 Background Color

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

This div background color is #615f84


#615f84 Border Color

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

This div border color is #615f84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615f84

#615f84 Color Palettes


Comments

No comments written yet.

Please login to write comment.