Color Hex Logo

#6f416c Color Hex

#6F416C
(111,65,108)
0 Favorites   0 Comments

Color spaces of #6f416c

RGB 11165108
HSL0.840.260.35
HSV304°41°44°
CMYK 0.000.410.03   0.56
XYZ11.15268.242815.1906
Yxy8.24280.32250.2383
Hunter Lab28.710319.0959-11.2731
CIE-Lab34.483527.1824-16.6888

#6f416c color RGB value is (111,65,108).

#6f416c hex color red value is 111, green value is 65 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #6f416c hue: 0.84 , saturation: 0.26 and the lightness value of 6f416c is 0.35.

The process color (four color CMYK) of #6f416c color hex is 0.00, 0.41, 0.03, 0.56. Web safe color of #6f416c is #663366. Color #6f416c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01000001 01101100
Octal 157 101 154
Decimal 111 65 108
Hex 6F 41 6C

RGB Percentages of Color #6f416c

%39.08
%22.89
%38.03

CMYK Percentages of Color #6f416c

%0
%41
%3
%56

Triadic Colors of #6f416c

#6f416c #6c6f41 #416c6f

Analogous Colors of #6f416c

#6f416c #6f4155 #5b416f

Monochromatic Colors of #6f416c

#6f416c

Complementary Color

#6f416c #416f44

#6f416c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f416c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f416c Color CSS Codes

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

#6f416c Text Font Color

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

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


#6f416c Background Color

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

This div background color is #6f416c


#6f416c Border Color

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

This div border color is #6f416c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f416c


Comments

No comments written yet.

Please login to write comment.