Color Hex Logo

#6f425f Color Hex

#6F425F
(111,66,95)
0 Favorites   0 Comments

Color spaces of #6f425f

RGB 1116695
HSL0.890.250.35
HSV321°41°44°
CMYK 0.000.410.14   0.56
XYZ10.56938.102211.8333
Yxy8.10220.34650.2656
Hunter Lab28.464416.4674-4.7232
CIE-Lab34.194824.0825-8.9005

#6f425f color RGB value is (111,66,95).

#6f425f hex color red value is 111, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6f425f hue: 0.89 , saturation: 0.25 and the lightness value of 6f425f is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01000010 01011111
Octal 157 102 137
Decimal 111 66 95
Hex 6F 42 5F

RGB Percentages of Color #6f425f

%40.81
%24.26
%34.93

CMYK Percentages of Color #6f425f

%0
%41
%14
%56

Triadic Colors of #6f425f

#6f425f #5f6f42 #425f6f

Analogous Colors of #6f425f

#6f425f #6f4248 #69426f

Monochromatic Colors of #6f425f

#6f425f

Complementary Color

#6f425f #426f52

#6f425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f425f Color CSS Codes

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

#6f425f Text Font Color

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

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


#6f425f Background Color

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

This div background color is #6f425f


#6f425f Border Color

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

This div border color is #6f425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f425f

#6f425f Color Palettes


Comments

No comments written yet.

Please login to write comment.