Color Hex Logo

#613766 Color Hex

#613766
(97,55,102)
0 Favorites   0 Comments

Color spaces of #613766

RGB 9755102
HSL0.820.300.31
HSV294°46°40°
CMYK 0.050.460.00   0.60
XYZ8.69426.233113.3152
Yxy6.23310.30780.2207
Hunter Lab24.966218.4699-14.1448
CIE-Lab29.993127.0396-19.9733

#613766 color RGB value is (97,55,102).

#613766 hex color red value is 97, green value is 55 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #613766 hue: 0.82 , saturation: 0.30 and the lightness value of 613766 is 0.31.

The process color (four color CMYK) of #613766 color hex is 0.05, 0.46, 0.00, 0.60. Web safe color of #613766 is #663366. Color #613766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110111 01100110
Octal 141 67 146
Decimal 97 55 102
Hex 61 37 66

RGB Percentages of Color #613766

%38.19
%21.65
%40.16

CMYK Percentages of Color #613766

%5
%46
%0
%60

Triadic Colors of #613766

#613766 #666137 #376661

Analogous Colors of #613766

#613766 #663754 #4a3766

Monochromatic Colors of #613766

#613766

Complementary Color

#613766 #3c6637

#613766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613766 Color CSS Codes

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

#613766 Text Font Color

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

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


#613766 Background Color

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

This div background color is #613766


#613766 Border Color

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

This div border color is #613766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613766


Comments

No comments written yet.

Please login to write comment.