COLOR #6B6970

HEX: #6B6970 RGB: (107,105,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
105
112

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

Portions of RGB colors in percentages

R + G + B = 107 + 105 + 112 = 324 (100%)
R 107 of 324 ~ 33.02%
G 105 of 324 ~ 32.41%
B 112 of 324 ~ 34.57'%

%33.02
%32.41
%34.57

CMYK color model

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

  • cyan value is 4.46%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (4,6,0,56)
C4M6Y0K56 (4%, 6%, 0%, 56%)
(0.04 / 0.06 / 0.00 / 0.56)

CMYK percentages

%4.46
%6.25
%0
%56.08

Codes

Color #6B6970 in popluar color models

6B 69 70
RGB 107 105 112
HSL 257° 3.23% 42.55%
HSB/HSV 257° 6.25% 43.92%
CMYK 4.46% 6.25% 0.00%
56.08%

Color #6B6970 in popluar number systems.

HEX 6B 69 70
Decimal 107 105 112
Binary 1101011 1101001 1110000
Octal 153 151 160

Shades and tints

Shades of #6B6970

#6B6970
(107,105,112)
#626066
(98,96,102)
#59575C
(89,87,92)
#504E52
(80,78,82)
#474548
(71,69,72)
#3E3C3E
(62,60,62)
#353334
(53,51,52)
#2C2A2A
(44,42,42)
#232120
(35,33,32)
#1A1816
(26,24,22)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B6970

#6B6970
(107,105,112)
#78767D
(120,118,125)
#85838A
(133,131,138)
#929097
(146,144,151)
#9F9DA4
(159,157,164)
#ACAAB1
(172,170,177)
#B9B7BE
(185,183,190)
#C6C4CB
(198,196,203)
#D3D1D8
(211,209,216)
#E0DEE5
(224,222,229)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6970; }

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

This text font color is #6B6970.

Background Color

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

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

This div background color is #6B6970.

Border color

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

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

This div border color is #6B6970.

Opacity

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

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

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

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

This text has shadow with #6B6970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6970.

Preview

Color preview on black background

This text has color #6B6970 on black background.


Color preview on white background

This text has color #6B6970 on white background.


Black color preview on #6B6970 background

This text has black color on #6B6970 background.


White color preview on #6B6970 background

This text has white color on #6B6970 background.


Related colors

Complementary color

Complementary color for #hex is #94968F.


I love getcolorcode.com

Triadic colors

1 #706B69 and #69706B with #6B6970 are triadic colors.

2 #70696B and #696B70 with #6B6970 are triadic colors.