Color Hex Logo

#6c319e Color Hex

#6C319E
(108,49,158)
0 Favorites   0 Comments

Color spaces of #6c319e

RGB 10849158
HSL0.760.530.41
HSV272°69°62°
CMYK 0.320.690.00   0.38
XYZ13.45427.853433.1545
Yxy7.85340.24700.1442
Hunter Lab28.023936.6555-50.5280
CIE-Lab33.675746.4619-48.9045

#6c319e color RGB value is (108,49,158).

#6c319e hex color red value is 108, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6c319e hue: 0.76 , saturation: 0.53 and the lightness value of 6c319e is 0.41.

The process color (four color CMYK) of #6c319e color hex is 0.32, 0.69, 0.00, 0.38. Web safe color of #6c319e is #663399. Color #6c319e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00110001 10011110
Octal 154 61 236
Decimal 108 49 158
Hex 6C 31 9E

RGB Percentages of Color #6c319e

%34.29
%15.56
%50.16

CMYK Percentages of Color #6c319e

%32
%69
%0
%38

Triadic Colors of #6c319e

#6c319e #9e6c31 #319e6c

Analogous Colors of #6c319e

#6c319e #9e319a #36319e

Monochromatic Colors of #6c319e

#6c319e

Complementary Color

#6c319e #639e31

#6c319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c319e Color CSS Codes

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

#6c319e Text Font Color

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

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


#6c319e Background Color

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

This div background color is #6c319e


#6c319e Border Color

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

This div border color is #6c319e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,49,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c319e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c319e;
  -webkit-box-shadow: 1px 1px 3px 2px #6c319e;
  box-shadow:         1px 1px 3px 2px #6c319e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,49,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c319e


Comments

No comments written yet.

Please login to write comment.