Color Hex Logo

#6f369c Color Hex

#6F369C
(111,54,156)
0 Favorites   0 Comments

Color spaces of #6f369c

RGB 11154156
HSL0.760.490.41
HSV274°65°61°
CMYK 0.290.650.00   0.39
XYZ13.87558.418132.3460
Yxy8.41810.25390.1541
Hunter Lab29.014034.5906-45.7892
CIE-Lab34.838944.1401-45.7962

#6f369c color RGB value is (111,54,156).

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

The process color (four color CMYK) of #6f369c color hex is 0.29, 0.65, 0.00, 0.39. Web safe color of #6f369c is #663399. Color #6f369c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110110 10011100
Octal 157 66 234
Decimal 111 54 156
Hex 6F 36 9C

RGB Percentages of Color #6f369c

%34.58
%16.82
%48.60

CMYK Percentages of Color #6f369c

%29
%65
%0
%39

Triadic Colors of #6f369c

#6f369c #9c6f36 #369c6f

Analogous Colors of #6f369c

#6f369c #9c3696 #3c369c

Monochromatic Colors of #6f369c

#6f369c

Complementary Color

#6f369c #639c36

#6f369c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f369c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f369c Color CSS Codes

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

#6f369c Text Font Color

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

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


#6f369c Background Color

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

This div background color is #6f369c


#6f369c Border Color

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

This div border color is #6f369c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f369c


Comments

No comments written yet.

Please login to write comment.