COLOR #6B767C

HEX: #6B767C RGB: (107,118,124)

Color info

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

RGB color model

#6B767C color RGB value is (107,118,124).

RGB: (107,118,124) (42%, 46%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 124 of 255 = 49%

107
118
124

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

Portions of RGB colors in percentages

R + G + B = 107 + 118 + 124 = 349 (100%)
R 107 of 349 ~ 30.66%
G 118 of 349 ~ 33.81%
B 124 of 349 ~ 35.53'%

%30.66
%33.81
%35.53

CMYK color model

#6B767C color CMYK value is (14,5,0,51).

  • cyan value is 13.71%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (14,5,0,51)
C14M5Y0K51 (14%, 5%, 0%, 51%)
(0.14 / 0.05 / 0.00 / 0.51)

CMYK percentages

%13.71
%4.84
%0
%51.37

Codes

Color #6B767C in popluar color models

6B 76 7C
RGB 107 118 124
HSL 201° 7.36% 45.29%
HSB/HSV 201° 13.71% 48.63%
CMYK 13.71% 4.84% 0.00%
51.37%

Color #6B767C in popluar number systems.

HEX 6B 76 7C
Decimal 107 118 124
Binary 1101011 1110110 1111100
Octal 153 166 174

Shades and tints

Shades of #6B767C

#6B767C
(107,118,124)
#626C71
(98,108,113)
#596266
(89,98,102)
#50585B
(80,88,91)
#474E50
(71,78,80)
#3E4445
(62,68,69)
#353A3A
(53,58,58)
#2C302F
(44,48,47)
#232624
(35,38,36)
#1A1C19
(26,28,25)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #6B767C

#6B767C
(107,118,124)
#788287
(120,130,135)
#858E92
(133,142,146)
#929A9D
(146,154,157)
#9FA6A8
(159,166,168)
#ACB2B3
(172,178,179)
#B9BEBE
(185,190,190)
#C6CAC9
(198,202,201)
#D3D6D4
(211,214,212)
#E0E2DF
(224,226,223)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B767C; }

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

This text font color is #6B767C.

Background Color

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

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

This div background color is #6B767C.

Border color

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

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

This div border color is #6B767C.

Opacity

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

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

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

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

This text has shadow with #6B767C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B767C.

Preview

Color preview on black background

This text has color #6B767C on black background.


Color preview on white background

This text has color #6B767C on white background.


Black color preview on #6B767C background

This text has black color on #6B767C background.


White color preview on #6B767C background

This text has white color on #6B767C background.


Related colors

Complementary color

Complementary color for #hex is #948983.


I love getcolorcode.com

Triadic colors

1 #7C6B76 and #767C6B with #6B767C are triadic colors.

2 #7C766B and #766B7C with #6B767C are triadic colors.