Color Hex Logo

#61336e Color Hex

#61336E
(97,51,110)
0 Favorites   0 Comments

Color spaces of #61336e

RGB 9751110
HSL0.800.370.32
HSV287°54°43°
CMYK 0.120.540.00   0.57
XYZ8.92816.034815.4461
Yxy6.03480.29360.1985
Hunter Lab24.565821.8831-20.0833
CIE-Lab29.500131.1671-25.8592

#61336e color RGB value is (97,51,110).

#61336e hex color red value is 97, green value is 51 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #61336e hue: 0.80 , saturation: 0.37 and the lightness value of 61336e is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110011 01101110
Octal 141 63 156
Decimal 97 51 110
Hex 61 33 6E

RGB Percentages of Color #61336e

%37.60
%19.77
%42.64

CMYK Percentages of Color #61336e

%12
%54
%0
%57

Triadic Colors of #61336e

#61336e #6e6133 #336e61

Analogous Colors of #61336e

#61336e #6e335e #44336e

Monochromatic Colors of #61336e

#61336e

Complementary Color

#61336e #406e33

#61336e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61336e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61336e Color CSS Codes

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

#61336e Text Font Color

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

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


#61336e Background Color

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

This div background color is #61336e


#61336e Border Color

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

This div border color is #61336e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61336e


Comments

No comments written yet.

Please login to write comment.