Color Hex Logo

#615599 Color Hex

#615599
(97,85,153)
0 Favorites   0 Comments

Color spaces of #615599

RGB 9785153
HSL0.700.290.47
HSV251°44°60°
CMYK 0.370.440.00   0.40
XYZ13.928011.338331.5914
Yxy11.33830.24500.1994
Hunter Lab33.672414.9067-32.0551
CIE-Lab40.144521.6027-35.6027

#615599 color RGB value is (97,85,153).

#615599 hex color red value is 97, green value is 85 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #615599 hue: 0.70 , saturation: 0.29 and the lightness value of 615599 is 0.47.

The process color (four color CMYK) of #615599 color hex is 0.37, 0.44, 0.00, 0.40. Web safe color of #615599 is #666699. Color #615599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010101 10011001
Octal 141 125 231
Decimal 97 85 153
Hex 61 55 99

RGB Percentages of Color #615599

%28.96
%25.37
%45.67

CMYK Percentages of Color #615599

%37
%44
%0
%40

Triadic Colors of #615599

#615599 #996155 #559961

Analogous Colors of #615599

#615599 #835599 #556b99

Monochromatic Colors of #615599

#615599

Complementary Color

#615599 #8d9955

#615599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615599 Color CSS Codes

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

#615599 Text Font Color

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

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


#615599 Background Color

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

This div background color is #615599


#615599 Border Color

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

This div border color is #615599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615599


Comments

No comments written yet.

Please login to write comment.