Color Hex Logo

#613567 Color Hex

#613567
(97,53,103)
0 Favorites   0 Comments

Color spaces of #613567

RGB 9753103
HSL0.810.320.31
HSV293°49°40°
CMYK 0.060.490.00   0.60
XYZ8.65106.066913.5470
Yxy6.06690.30610.2146
Hunter Lab24.631119.5889-15.3675
CIE-Lab29.580628.4438-21.2573

#613567 color RGB value is (97,53,103).

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

The process color (four color CMYK) of #613567 color hex is 0.06, 0.49, 0.00, 0.60. Web safe color of #613567 is #663366. Color #613567 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110101 01100111
Octal 141 65 147
Decimal 97 53 103
Hex 61 35 67

RGB Percentages of Color #613567

%38.34
%20.95
%40.71

CMYK Percentages of Color #613567

%6
%49
%0
%60

Triadic Colors of #613567

#613567 #676135 #356761

Analogous Colors of #613567

#613567 #673554 #483567

Monochromatic Colors of #613567

#613567

Complementary Color

#613567 #3b6735

#613567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613567 Color CSS Codes

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

#613567 Text Font Color

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

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


#613567 Background Color

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

This div background color is #613567


#613567 Border Color

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

This div border color is #613567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613567


Comments

No comments written yet.

Please login to write comment.