Color Hex Logo

#610655 Color Hex

#610655
(97,6,85)
0 Favorites   0 Comments

Color spaces of #610655

RGB 97685
HSL0.860.880.20
HSV308°94°38°
CMYK 0.000.940.12   0.62
XYZ6.63463.32758.8869
Yxy3.32750.35200.1765
Hunter Lab18.241432.9998-16.1160
CIE-Lab21.310545.0502-22.4264

#610655 color RGB value is (97,6,85).

#610655 hex color red value is 97, green value is 6 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #610655 hue: 0.86 , saturation: 0.88 and the lightness value of 610655 is 0.20.

The process color (four color CMYK) of #610655 color hex is 0.00, 0.94, 0.12, 0.62. Web safe color of #610655 is #660066. Color #610655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000110 01010101
Octal 141 6 125
Decimal 97 6 85
Hex 61 6 55

RGB Percentages of Color #610655

%51.60
%3.19
%45.21

CMYK Percentages of Color #610655

%0
%94
%12
%62

Triadic Colors of #610655

#610655 #556106 #065561

Analogous Colors of #610655

#610655 #610627 #400661

Monochromatic Colors of #610655

#610655

Complementary Color

#610655 #066112

#610655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610655 Color CSS Codes

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

#610655 Text Font Color

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

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


#610655 Background Color

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

This div background color is #610655


#610655 Border Color

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

This div border color is #610655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610655


Comments

No comments written yet.

Please login to write comment.