Color Hex Logo

#610066 Color Hex

#610066
(97,0,102)
0 Favorites   0 Comments

Color spaces of #610066

RGB 970102
HSL0.831.000.20
HSV297°100°40°
CMYK 0.051.000.00   0.60
XYZ7.32803.500712.8598
Yxy3.50070.30930.1478
Hunter Lab18.710237.1683-27.6539
CIE-Lab21.946949.2427-32.7012

#610066 color RGB value is (97,0,102).

#610066 hex color red value is 97, green value is 0 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #610066 hue: 0.83 , saturation: 1.00 and the lightness value of 610066 is 0.20.

The process color (four color CMYK) of #610066 color hex is 0.05, 1.00, 0.00, 0.60. Web safe color of #610066 is #660066. Color #610066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000000 01100110
Octal 141 0 146
Decimal 97 0 102
Hex 61 0 66

RGB Percentages of Color #610066

%48.74
%0.00
%51.26

CMYK Percentages of Color #610066

%5
%100
%0
%60

Triadic Colors of #610066

#610066 #666100 #006661

Analogous Colors of #610066

#610066 #660038 #2e0066

Monochromatic Colors of #610066

#610066

Complementary Color

#610066 #056600

#610066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610066 Color CSS Codes

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

#610066 Text Font Color

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

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


#610066 Background Color

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

This div background color is #610066


#610066 Border Color

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

This div border color is #610066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610066


Comments

No comments written yet.

Please login to write comment.