COLOR #6B6F7F

HEX: #6B6F7F
RGB: (107,111,127)

Color info

#6B6F7F contains red, green and blue colors in about the same proportion. Web safe color of #6B6F7F is #666666 (or #666).

RGB color model

#6B6F7F color RGB value is (107,111,127).

  • red value is 107;
  • green value is 111;
  • blue value is 127.
RGB:
(107,111,127)
(42%,44%,50%)

RGB channels and saturation

R 107 of 255 = 42%
G 111 of 255 = 44%
B 127 of 255 = 50%

107
111
127

R + G + B ~ 45%. #6B6F7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 111 + 127 = 345 (100%)
R 107 of 345 ~ 31.01%
G 111 of 345 ~ 32.17%
B 127 of 345 ~ 36.81%

%31.01
%32.17
%36.81

CMYK color model

#6B6F7F color CMYK value is (16,13,0,50).

  • cyan value is 15.75%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(16,13,0,50)
C16M13Y0K50 
(16%,13%,0%,50%)
(0.16/0.13/0.00/0.50)	

CMYK percentages

%15.75
%12.6
%0
%50.2

Codes

Color #6B6F7F in popluar color models

6B6F7F
RGB107111127
HSL228°8.55%45.88%
HSB/HSV228°15.75%49.80%
CMYK15.75%12.60%0.00%
50.20%

Color #6B6F7F in popluar number systems.

HEX6B6F7F
Decimal107111127
Binary110101111011111111111
Octal153157177

Shades and tints

Shades of #6B6F7F

#6B6F7F
(107,111,127)
#626574
(98,101,116)
#595B69
(89,91,105)
#50515E
(80,81,94)
#474753
(71,71,83)
#3E3D48
(62,61,72)
#35333D
(53,51,61)
#2C2932
(44,41,50)
#231F27
(35,31,39)
#1A151C
(26,21,28)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #6B6F7F

#6B6F7F
(107,111,127)
#787C8A
(120,124,138)
#858995
(133,137,149)
#9296A0
(146,150,160)
#9FA3AB
(159,163,171)
#ACB0B6
(172,176,182)
#B9BDC1
(185,189,193)
#C6CACC
(198,202,204)
#D3D7D7
(211,215,215)
#E0E4E2
(224,228,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6F7F color. Also use rgb(107,111,127) instead hex code.

Text Font Color

.myTextColor { color: #6B6F7F; }

<p style="color:#6B6F7F">This sample text font color is #6B6F7F.</p>

This text font color is #6B6F7F.


Background Color

.myBgColor { background-color: #6B6F7F; }

<div style="background-color:#6B6F7F">Inner text</div>

This div background color is #6B6F7F.


Border color

.myBorderColor { border: 1px solid #6B6F7F; }

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

This div border color is #6B6F7F.


Opacity

.myOpacity80 { color: #6B6F7F; opacity: 0.8; }

<p style="color:#6B6F7F;opacity:0.8;">80%</p>

Text with #6B6F7F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6B6F7F;}

<p style="text-shadow: 3px 3px 1px #6B6F7F">Text here.</p>

This text has shadow with #6B6F7F color.

.textShadow {text-shadow: 3px 3px 1px #6B6F7F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6B6F7F, 5px 5px 20px red">Text here.</p>

This text has shadow with #6B6F7F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B6F7F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6B6F7F, Direction=45, Strength=4)">Text</p>

This text has shadow with #6B6F7F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6B6F7F;
  -webkit-box-shadow:	1px 1px 3px 2px #6B6F7F;
  box-shadow:		1px 1px 3px 2px #6B6F7F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B6F7F;
-webkit-box-shadow: 1px 1px 3px 2px #6B6F7F;
box-shadow:1px 1px 3px 2px #6B6F7F;">
Div content here</div>
This div box has shadow with color #6B6F7F.

Preview

Color preview on black background

This text has color #6B6F7F on black background.


Color preview on white background

This text has color #6B6F7F on white background.



Black color preview on #6B6F7F background

This text has black color on #6B6F7F background.


White color preview on #6B6F7F background

This text has white color on #6B6F7F background.