Color Hex Logo

#6b777f Color Hex

#6B777F
(107,119,127)
0 Favorites   0 Comments

Color spaces of #6b777f

RGB 107119127
HSL0.570.090.46
HSV204°16°50°
CMYK 0.160.060.00   0.50
XYZ16.491017.851822.6552
Yxy17.85180.28930.3132
Hunter Lab42.2514-4.2702-2.2153
CIE-Lab49.3159-2.6611-5.8994

#6b777f color RGB value is (107,119,127).

#6b777f hex color red value is 107, green value is 119 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #6b777f hue: 0.57 , saturation: 0.09 and the lightness value of 6b777f is 0.46.

The process color (four color CMYK) of #6b777f color hex is 0.16, 0.06, 0.00, 0.50. Web safe color of #6b777f is #666666. Color #6b777f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110111 01111111
Octal 153 167 177
Decimal 107 119 127
Hex 6B 77 7F

RGB Percentages of Color #6b777f

%30.31
%33.71
%35.98

CMYK Percentages of Color #6b777f

%16
%6
%0
%50

Triadic Colors of #6b777f

#6b777f #7f6b77 #777f6b

Analogous Colors of #6b777f

#6b777f #6b6d7f #6b7f7d

Monochromatic Colors of #6b777f

#6b777f

Complementary Color

#6b777f #7f736b

#6b777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b777f Color CSS Codes

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

#6b777f Text Font Color

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

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


#6b777f Background Color

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

This div background color is #6b777f


#6b777f Border Color

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

This div border color is #6b777f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,119,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b777f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b777f;
  -webkit-box-shadow: 1px 1px 3px 2px #6b777f;
  box-shadow:         1px 1px 3px 2px #6b777f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,119,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b777f


Comments

No comments written yet.

Please login to write comment.