Color Hex Logo

#6f306e Color Hex

#6F306E
(111,48,110)
0 Favorites   0 Comments

Color spaces of #6f306e

RGB 11148110
HSL0.840.400.31
HSV301°57°44°
CMYK 0.000.570.01   0.56
XYZ10.42706.619215.4799
Yxy6.61920.32060.2035
Hunter Lab25.727827.3191-17.6641
CIE-Lab30.923837.0979-23.4806

#6f306e color RGB value is (111,48,110).

#6f306e hex color red value is 111, green value is 48 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #6f306e hue: 0.84 , saturation: 0.40 and the lightness value of 6f306e is 0.31.

The process color (four color CMYK) of #6f306e color hex is 0.00, 0.57, 0.01, 0.56. Web safe color of #6f306e is #663366. Color #6f306e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110000 01101110
Octal 157 60 156
Decimal 111 48 110
Hex 6F 30 6E

RGB Percentages of Color #6f306e

%41.26
%17.84
%40.89

CMYK Percentages of Color #6f306e

%0
%57
%1
%56

Triadic Colors of #6f306e

#6f306e #6e6f30 #306e6f

Analogous Colors of #6f306e

#6f306e #6f304f #51306f

Monochromatic Colors of #6f306e

#6f306e

Complementary Color

#6f306e #306f31

#6f306e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f306e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f306e Color CSS Codes

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

#6f306e Text Font Color

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

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


#6f306e Background Color

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

This div background color is #6f306e


#6f306e Border Color

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

This div border color is #6f306e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f306e


Comments

No comments written yet.

Please login to write comment.