Color Hex Logo

#611364 Color Hex

#611364
(97,19,100)
0 Favorites   0 Comments

Color spaces of #611364

RGB 9719100
HSL0.830.680.23
HSV298°81°39°
CMYK 0.030.810.00   0.61
XYZ7.46293.927212.4213
Yxy3.92720.31340.1649
Hunter Lab19.817232.5409-23.2907
CIE-Lab23.429344.1510-29.0171

#611364 color RGB value is (97,19,100).

#611364 hex color red value is 97, green value is 19 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #611364 hue: 0.83 , saturation: 0.68 and the lightness value of 611364 is 0.23.

The process color (four color CMYK) of #611364 color hex is 0.03, 0.81, 0.00, 0.61. Web safe color of #611364 is #660066. Color #611364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010011 01100100
Octal 141 23 144
Decimal 97 19 100
Hex 61 13 64

RGB Percentages of Color #611364

%44.91
%8.80
%46.30

CMYK Percentages of Color #611364

%3
%81
%0
%61

Triadic Colors of #611364

#611364 #646113 #136461

Analogous Colors of #611364

#611364 #64133e #391364

Monochromatic Colors of #611364

#611364

Complementary Color

#611364 #166413

#611364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611364 Color CSS Codes

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

#611364 Text Font Color

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

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


#611364 Background Color

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

This div background color is #611364


#611364 Border Color

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

This div border color is #611364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611364


Comments

No comments written yet.

Please login to write comment.