COLOR #6B6B70

HEX: #6B6B70 RGB: (107,107,112)

Color info

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

RGB color model

#6B6B70 color RGB value is (107,107,112).

RGB: (107,107,112) (42%, 42%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 107 of 255 = 42%
B 112 of 255 = 44%

107
107
112

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

Portions of RGB colors in percentages

R + G + B = 107 + 107 + 112 = 326 (100%)
R 107 of 326 ~ 32.82%
G 107 of 326 ~ 32.82%
B 112 of 326 ~ 34.36'%

%32.82
%32.82
%34.36

CMYK color model

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

  • cyan value is 4.46%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (4,4,0,56) C4M4Y0K56 (4%,4%,0%,56%) (0.04/0.04/0.00/0.56) 

CMYK percentages

%4.46
%4.46
%0
%56.08

Codes

Color #6B6B70 in popluar color models

6B 6B 70
RGB 107 107 112
HSL 240° 2.28% 42.94%
HSB/HSV 240° 4.46% 43.92%
CMYK 4.46% 4.46% 0.00%
56.08%

Color #6B6B70 in popluar number systems.

HEX 6B 6B 70
Decimal 107 107 112
Binary 1101011 1101011 1110000
Octal 153 153 160

Shades and tints

Shades of #6B6B70

#6B6B70
(107,107,112)
#626266
(98,98,102)
#59595C
(89,89,92)
#505052
(80,80,82)
#474748
(71,71,72)
#3E3E3E
(62,62,62)
#353534
(53,53,52)
#2C2C2A
(44,44,42)
#232320
(35,35,32)
#1A1A16
(26,26,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B6B70

#6B6B70
(107,107,112)
#78787D
(120,120,125)
#85858A
(133,133,138)
#929297
(146,146,151)
#9F9FA4
(159,159,164)
#ACACB1
(172,172,177)
#B9B9BE
(185,185,190)
#C6C6CB
(198,198,203)
#D3D3D8
(211,211,216)
#E0E0E5
(224,224,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6B70; }

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

This text font color is #6B6B70.

Background Color

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

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

This div background color is #6B6B70.

Border color

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

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

This div border color is #6B6B70.

Opacity

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

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

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

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

This text has shadow with #6B6B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6B70.

Preview

Color preview on black background

This text has color #6B6B70 on black background.


Color preview on white background

This text has color #6B6B70 on white background.


Black color preview on #6B6B70 background

This text has black color on #6B6B70 background.


White color preview on #6B6B70 background

This text has white color on #6B6B70 background.


Related colors

Complementary color

Complementary color for #hex is #94948F.


I love getcolorcode.com