Color Hex Logo

#61306e Color Hex

#61306E
(97,48,110)
0 Favorites   0 Comments

Color spaces of #61306e

RGB 9748110
HSL0.800.390.31
HSV287°56°43°
CMYK 0.120.560.00   0.57
XYZ8.80125.781115.4038
Yxy5.78110.29350.1928
Hunter Lab24.043923.2625-21.1536
CIE-Lab28.853332.8728-26.8790

#61306e color RGB value is (97,48,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110000 01101110
Octal 141 60 156
Decimal 97 48 110
Hex 61 30 6E

RGB Percentages of Color #61306e

%38.04
%18.82
%43.14

CMYK Percentages of Color #61306e

%12
%56
%0
%57

Triadic Colors of #61306e

#61306e #6e6130 #306e61

Analogous Colors of #61306e

#61306e #6e305c #42306e

Monochromatic Colors of #61306e

#61306e

Complementary Color

#61306e #3d6e30

#61306e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61306e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61306e Color CSS Codes

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

#61306e Text Font Color

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

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


#61306e Background Color

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

This div background color is #61306e


#61306e Border Color

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

This div border color is #61306e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61306e


Comments

No comments written yet.

Please login to write comment.