Color Hex Logo

#6f787e Color Hex

#6F787E
(111,120,126)
0 Favorites   0 Comments

Color spaces of #6f787e

RGB 111120126
HSL0.570.060.46
HSV204°12°49°
CMYK 0.120.050.00   0.51
XYZ17.037918.318822.3766
Yxy18.31880.29510.3173
Hunter Lab42.8005-3.8440-1.0372
CIE-Lab49.8805-2.0456-4.4381

#6f787e color RGB value is (111,120,126).

#6f787e hex color red value is 111, green value is 120 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6f787e hue: 0.57 , saturation: 0.06 and the lightness value of 6f787e is 0.46.

The process color (four color CMYK) of #6f787e color hex is 0.12, 0.05, 0.00, 0.51. Web safe color of #6f787e is #666666. Color #6f787e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01111000 01111110
Octal 157 170 176
Decimal 111 120 126
Hex 6F 78 7E

RGB Percentages of Color #6f787e

%31.09
%33.61
%35.29

CMYK Percentages of Color #6f787e

%12
%5
%0
%51

Triadic Colors of #6f787e

#6f787e #7e6f78 #787e6f

Analogous Colors of #6f787e

#6f787e #6f717e #6f7e7d

Monochromatic Colors of #6f787e

#6f787e

Complementary Color

#6f787e #7e756f

#6f787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f787e Color CSS Codes

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

#6f787e Text Font Color

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

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


#6f787e Background Color

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

This div background color is #6f787e


#6f787e Border Color

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

This div border color is #6f787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f787e


Comments

No comments written yet.

Please login to write comment.