Color Hex Logo

#613369 Color Hex

#613369
(97,51,105)
0 Favorites   0 Comments

Color spaces of #613369

RGB 9751105
HSL0.810.350.31
HSV291°51°41°
CMYK 0.080.510.00   0.59
XYZ8.66345.929014.0524
Yxy5.92900.30240.2070
Hunter Lab24.349520.8974-17.1723
CIE-Lab29.232630.0512-23.0838

#613369 color RGB value is (97,51,105).

#613369 hex color red value is 97, green value is 51 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #613369 hue: 0.81 , saturation: 0.35 and the lightness value of 613369 is 0.31.

The process color (four color CMYK) of #613369 color hex is 0.08, 0.51, 0.00, 0.59. Web safe color of #613369 is #663366. Color #613369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110011 01101001
Octal 141 63 151
Decimal 97 51 105
Hex 61 33 69

RGB Percentages of Color #613369

%38.34
%20.16
%41.50

CMYK Percentages of Color #613369

%8
%51
%0
%59

Triadic Colors of #613369

#613369 #696133 #336961

Analogous Colors of #613369

#613369 #693356 #463369

Monochromatic Colors of #613369

#613369

Complementary Color

#613369 #3b6933

#613369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613369 Color CSS Codes

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

#613369 Text Font Color

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

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


#613369 Background Color

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

This div background color is #613369


#613369 Border Color

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

This div border color is #613369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613369


Comments

No comments written yet.

Please login to write comment.