COLOR #6B676C

HEX: #6B676C
RGB: (107,103,108)

Color info

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

RGB color model

#6B676C color RGB value is (107,103,108).

  • red value is 107;
  • green value is 103;
  • blue value is 108.
RGB:
(107,103,108)
(42%,40%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 108 of 255 = 42%

107
103
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 103 + 108 = 318 (100%)
R 107 of 318 ~ 33.65%
G 103 of 318 ~ 32.39%
B 108 of 318 ~ 33.96%

%33.65
%32.39
%33.96

CMYK color model

#6B676C color CMYK value is (1,5,0,58).

  • cyan value is 0.93%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(1,5,0,58)
C1M5Y0K58 
(1%,5%,0%,58%)
(0.01/0.05/0.00/0.58)	

CMYK percentages

%0.93
%4.63
%0
%57.65

Codes

Color #6B676C in popluar color models

6B676C
RGB107103108
HSL288°2.37%41.37%
HSB/HSV288°4.63%42.35%
CMYK0.93%4.63%0.00%
57.65%

Color #6B676C in popluar number systems.

HEX6B676C
Decimal107103108
Binary110101111001111101100
Octal153147154

Shades and tints

Shades of #6B676C

#6B676C
(107,103,108)
#625E63
(98,94,99)
#59555A
(89,85,90)
#504C51
(80,76,81)
#474348
(71,67,72)
#3E3A3F
(62,58,63)
#353136
(53,49,54)
#2C282D
(44,40,45)
#231F24
(35,31,36)
#1A161B
(26,22,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #6B676C

#6B676C
(107,103,108)
#787479
(120,116,121)
#858186
(133,129,134)
#928E93
(146,142,147)
#9F9BA0
(159,155,160)
#ACA8AD
(172,168,173)
#B9B5BA
(185,181,186)
#C6C2C7
(198,194,199)
#D3CFD4
(211,207,212)
#E0DCE1
(224,220,225)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B676C color. Also use rgb(107,103,108) instead hex code.

Text Font Color

.myTextColor { color: #6B676C; }

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

This text font color is #6B676C.


Background Color

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

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

This div background color is #6B676C.


Border color

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

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

This div border color is #6B676C.


Opacity

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

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

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

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

This text has shadow with #6B676C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B676C on black background.


Color preview on white background

This text has color #6B676C on white background.



Black color preview on #6B676C background

This text has black color on #6B676C background.


White color preview on #6B676C background

This text has white color on #6B676C background.