Color Hex Logo

#610599 Color Hex

#610599
(97,5,153)
0 Favorites   0 Comments

Color spaces of #610599

RGB 975153
HSL0.770.940.31
HSV277°97°60°
CMYK 0.370.970.00   0.40
XYZ10.73384.949830.5267
Yxy4.94980.23230.1071
Hunter Lab22.248147.1845-65.7782
CIE-Lab26.591358.0975-57.4659

#610599 color RGB value is (97,5,153).

#610599 hex color red value is 97, green value is 5 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #610599 hue: 0.77 , saturation: 0.94 and the lightness value of 610599 is 0.31.

The process color (four color CMYK) of #610599 color hex is 0.37, 0.97, 0.00, 0.40. Web safe color of #610599 is #660099. Color #610599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000101 10011001
Octal 141 5 231
Decimal 97 5 153
Hex 61 5 99

RGB Percentages of Color #610599

%38.04
%1.96
%60.00

CMYK Percentages of Color #610599

%37
%97
%0
%40

Triadic Colors of #610599

#610599 #996105 #059961

Analogous Colors of #610599

#610599 #990587 #170599

Monochromatic Colors of #610599

#610599

Complementary Color

#610599 #3d9905

#610599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610599 Color CSS Codes

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

#610599 Text Font Color

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

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


#610599 Background Color

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

This div background color is #610599


#610599 Border Color

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

This div border color is #610599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610599


Comments

No comments written yet.

Please login to write comment.