COLOR #6B6667

HEX: #6B6667
RGB: (107,102,103)

Color info

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

RGB color model

#6B6667 color RGB value is (107,102,103).

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

RGB channels and saturation

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

107
102
103

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

Portions of RGB colors in percentages

R + G + B =
107 + 102 + 103 = 312 (100%)
R 107 of 312 ~ 34.29%
G 102 of 312 ~ 32.69%
B 103 of 312 ~ 33.01%

%34.29
%32.69
%33.01

CMYK color model

#6B6667 color CMYK value is (0,5,4,58).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 3.74%
  • key color value is 58.04%
CMYK:
(0,5,4,58)
C0M5Y4K58 
(0%,5%,4%,58%)
(0.00/0.05/0.04/0.58)	

CMYK percentages

%0
%4.67
%3.74
%58.04

Codes

Color #6B6667 in popluar color models

6B6667
RGB107102103
HSL348°2.39%40.98%
HSB/HSV348°4.67%41.96%
CMYK0.00%4.67%3.74%
58.04%

Color #6B6667 in popluar number systems.

HEX6B6667
Decimal107102103
Binary110101111001101100111
Octal153146147

Shades and tints

Shades of #6B6667

#6B6667
(107,102,103)
#625D5E
(98,93,94)
#595455
(89,84,85)
#504B4C
(80,75,76)
#474243
(71,66,67)
#3E393A
(62,57,58)
#353031
(53,48,49)
#2C2728
(44,39,40)
#231E1F
(35,30,31)
#1A1516
(26,21,22)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #6B6667

#6B6667
(107,102,103)
#787374
(120,115,116)
#858081
(133,128,129)
#928D8E
(146,141,142)
#9F9A9B
(159,154,155)
#ACA7A8
(172,167,168)
#B9B4B5
(185,180,181)
#C6C1C2
(198,193,194)
#D3CECF
(211,206,207)
#E0DBDC
(224,219,220)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6667; }

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

This text font color is #6B6667.


Background Color

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

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

This div background color is #6B6667.


Border color

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

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

This div border color is #6B6667.


Opacity

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

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

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

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

This text has shadow with #6B6667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6667 on black background.


Color preview on white background

This text has color #6B6667 on white background.



Black color preview on #6B6667 background

This text has black color on #6B6667 background.


White color preview on #6B6667 background

This text has white color on #6B6667 background.