Color Hex Logo

#6f414d Color Hex

#6F414D
(111,65,77)
0 Favorites   0 Comments

Color spaces of #6f414d

RGB 1116577
HSL0.960.260.35
HSV344°41°44°
CMYK 0.000.410.31   0.56
XYZ9.78547.69597.9909
Yxy7.69590.38420.3021
Hunter Lab27.741514.41562.3406
CIE-Lab33.341421.66371.3360

#6f414d color RGB value is (111,65,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01000001 01001101
Octal 157 101 115
Decimal 111 65 77
Hex 6F 41 4D

RGB Percentages of Color #6f414d

%43.87
%25.69
%30.43

CMYK Percentages of Color #6f414d

%0
%41
%31
%56

Triadic Colors of #6f414d

#6f414d #4d6f41 #414d6f

Analogous Colors of #6f414d

#6f414d #6f4c41 #6f4164

Monochromatic Colors of #6f414d

#6f414d

Complementary Color

#6f414d #416f63

#6f414d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f414d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f414d Color CSS Codes

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

#6f414d Text Font Color

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

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


#6f414d Background Color

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

This div background color is #6f414d


#6f414d Border Color

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

This div border color is #6f414d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f414d


Comments

No comments written yet.

Please login to write comment.