Color Hex Logo

#61016a Color Hex

#61016A
(97,1,106)
0 Favorites   0 Comments

Color spaces of #61016a

RGB 971106
HSL0.820.980.21
HSV295°99°42°
CMYK 0.080.990.00   0.58
XYZ7.54213.603713.9337
Yxy3.60370.30070.1437
Hunter Lab18.983437.6970-30.2301
CIE-Lab22.315549.7066-34.7245

#61016a color RGB value is (97,1,106).

#61016a hex color red value is 97, green value is 1 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #61016a hue: 0.82 , saturation: 0.98 and the lightness value of 61016a is 0.21.

The process color (four color CMYK) of #61016a color hex is 0.08, 0.99, 0.00, 0.58. Web safe color of #61016a is #660066. Color #61016a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000001 01101010
Octal 141 1 152
Decimal 97 1 106
Hex 61 1 6A

RGB Percentages of Color #61016a

%47.55
%0.49
%51.96

CMYK Percentages of Color #61016a

%8
%99
%0
%58

Triadic Colors of #61016a

#61016a #6a6101 #016a61

Analogous Colors of #61016a

#61016a #6a013f #2d016a

Monochromatic Colors of #61016a

#61016a

Complementary Color

#61016a #0a6a01

#61016a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61016a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61016a Color CSS Codes

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

#61016a Text Font Color

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

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


#61016a Background Color

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

This div background color is #61016a


#61016a Border Color

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

This div border color is #61016a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61016a


Comments

No comments written yet.

Please login to write comment.