Color Hex Logo

#6f379a Color Hex

#6F379A
(111,55,154)
0 Favorites   0 Comments

Color spaces of #6f379a

RGB 11155154
HSL0.760.470.41
HSV274°64°60°
CMYK 0.280.640.00   0.40
XYZ13.75458.445031.4770
Yxy8.44500.25620.1573
Hunter Lab29.060333.6302-43.8785
CIE-Lab34.893043.1394-44.4970

#6f379a color RGB value is (111,55,154).

#6f379a hex color red value is 111, green value is 55 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6f379a hue: 0.76 , saturation: 0.47 and the lightness value of 6f379a is 0.41.

The process color (four color CMYK) of #6f379a color hex is 0.28, 0.64, 0.00, 0.40. Web safe color of #6f379a is #663399. Color #6f379a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110111 10011010
Octal 157 67 232
Decimal 111 55 154
Hex 6F 37 9A

RGB Percentages of Color #6f379a

%34.69
%17.19
%48.13

CMYK Percentages of Color #6f379a

%28
%64
%0
%40

Triadic Colors of #6f379a

#6f379a #9a6f37 #379a6f

Analogous Colors of #6f379a

#6f379a #9a3794 #3d379a

Monochromatic Colors of #6f379a

#6f379a

Complementary Color

#6f379a #629a37

#6f379a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f379a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f379a Color CSS Codes

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

#6f379a Text Font Color

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

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


#6f379a Background Color

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

This div background color is #6f379a


#6f379a Border Color

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

This div border color is #6f379a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,55,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f379a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f379a;
  -webkit-box-shadow: 1px 1px 3px 2px #6f379a;
  box-shadow:         1px 1px 3px 2px #6f379a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f379a


Comments

No comments written yet.

Please login to write comment.