Color Hex Logo

#61206e Color Hex

#61206E
(97,32,110)
0 Favorites   0 Comments

Color spaces of #61206e

RGB 9732110
HSL0.810.550.28
HSV290°71°43°
CMYK 0.120.710.00   0.57
XYZ8.26074.700215.2237
Yxy4.70020.29310.1668
Hunter Lab21.679930.0739-26.4576
CIE-Lab25.863041.0336-31.6271

#61206e color RGB value is (97,32,110).

#61206e hex color red value is 97, green value is 32 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #61206e hue: 0.81 , saturation: 0.55 and the lightness value of 61206e is 0.28.

The process color (four color CMYK) of #61206e color hex is 0.12, 0.71, 0.00, 0.57. Web safe color of #61206e is #663366. Color #61206e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100000 01101110
Octal 141 40 156
Decimal 97 32 110
Hex 61 20 6E

RGB Percentages of Color #61206e

%40.59
%13.39
%46.03

CMYK Percentages of Color #61206e

%12
%71
%0
%57

Triadic Colors of #61206e

#61206e #6e6120 #206e61

Analogous Colors of #61206e

#61206e #6e2054 #3a206e

Monochromatic Colors of #61206e

#61206e

Complementary Color

#61206e #2d6e20

#61206e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61206e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61206e Color CSS Codes

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

#61206e Text Font Color

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

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


#61206e Background Color

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

This div background color is #61206e


#61206e Border Color

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

This div border color is #61206e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,32,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61206e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61206e;
  -webkit-box-shadow: 1px 1px 3px 2px #61206e;
  box-shadow:         1px 1px 3px 2px #61206e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61206e


Comments

No comments written yet.

Please login to write comment.