COLOR #6B6F6D

HEX: #6B6F6D RGB: (107,111,109)

Color info

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

RGB color model

#6B6F6D color RGB value is (107,111,109).

RGB: (107,111,109) (42%, 44%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 111 of 255 = 44%
B 109 of 255 = 43%

107
111
109

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

Portions of RGB colors in percentages

R + G + B = 107 + 111 + 109 = 327 (100%)
R 107 of 327 ~ 32.72%
G 111 of 327 ~ 33.94%
B 109 of 327 ~ 33.33'%

%32.72
%33.94
%33.33

CMYK color model

#6B6F6D color CMYK value is (4,0,2,56).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 56.47%

CMYK: (4,0,2,56)
C4M0Y2K56 (4%, 0%, 2%, 56%)
(0.04 / 0.00 / 0.02 / 0.56)

CMYK percentages

%3.6
%0
%1.8
%56.47

Codes

Color #6B6F6D in popluar color models

6B 6F 6D
RGB 107 111 109
HSL 150° 1.83% 42.75%
HSB/HSV 150° 3.60% 43.53%
CMYK 3.60% 0.00% 1.80%
56.47%

Color #6B6F6D in popluar number systems.

HEX 6B 6F 6D
Decimal 107 111 109
Binary 1101011 1101111 1101101
Octal 153 157 155

Shades and tints

Shades of #6B6F6D

#6B6F6D
(107,111,109)
#626564
(98,101,100)
#595B5B
(89,91,91)
#505152
(80,81,82)
#474749
(71,71,73)
#3E3D40
(62,61,64)
#353337
(53,51,55)
#2C292E
(44,41,46)
#231F25
(35,31,37)
#1A151C
(26,21,28)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #6B6F6D

#6B6F6D
(107,111,109)
#787C7A
(120,124,122)
#858987
(133,137,135)
#929694
(146,150,148)
#9FA3A1
(159,163,161)
#ACB0AE
(172,176,174)
#B9BDBB
(185,189,187)
#C6CAC8
(198,202,200)
#D3D7D5
(211,215,213)
#E0E4E2
(224,228,226)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6F6D; }

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

This text font color is #6B6F6D.

Background Color

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

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

This div background color is #6B6F6D.

Border color

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

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

This div border color is #6B6F6D.

Opacity

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

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

Text with #6B6F6D 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 #6B6F6D;}

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

This text has shadow with #6B6F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6F6D.

Preview

Color preview on black background

This text has color #6B6F6D on black background.


Color preview on white background

This text has color #6B6F6D on white background.


Black color preview on #6B6F6D background

This text has black color on #6B6F6D background.


White color preview on #6B6F6D background

This text has white color on #6B6F6D background.


Related colors

Complementary color

Complementary color for #hex is #949092.


I love getcolorcode.com

Triadic colors

1 #6D6B6F and #6F6D6B with #6B6F6D are triadic colors.

2 #6D6F6B and #6F6B6D with #6B6F6D are triadic colors.