COLOR #6B757D

HEX: #6B757D RGB: (107,117,125)

Color info

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

RGB color model

#6B757D color RGB value is (107,117,125).

RGB: (107,117,125) (42%, 46%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 125 of 255 = 49%

107
117
125

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

Portions of RGB colors in percentages

R + G + B = 107 + 117 + 125 = 349 (100%)
R 107 of 349 ~ 30.66%
G 117 of 349 ~ 33.52%
B 125 of 349 ~ 35.82'%

%30.66
%33.52
%35.82

CMYK color model

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

  • cyan value is 14.40%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (14,6,0,51)
C14M6Y0K51 (14%, 6%, 0%, 51%)
(0.14 / 0.06 / 0.00 / 0.51)

CMYK percentages

%14.4
%6.4
%0
%50.98

Codes

Color #6B757D in popluar color models

6B 75 7D
RGB 107 117 125
HSL 207° 7.76% 45.49%
HSB/HSV 207° 14.40% 49.02%
CMYK 14.40% 6.40% 0.00%
50.98%

Color #6B757D in popluar number systems.

HEX 6B 75 7D
Decimal 107 117 125
Binary 1101011 1110101 1111101
Octal 153 165 175

Shades and tints

Shades of #6B757D

#6B757D
(107,117,125)
#626B72
(98,107,114)
#596167
(89,97,103)
#50575C
(80,87,92)
#474D51
(71,77,81)
#3E4346
(62,67,70)
#35393B
(53,57,59)
#2C2F30
(44,47,48)
#232525
(35,37,37)
#1A1B1A
(26,27,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B757D

#6B757D
(107,117,125)
#788188
(120,129,136)
#858D93
(133,141,147)
#92999E
(146,153,158)
#9FA5A9
(159,165,169)
#ACB1B4
(172,177,180)
#B9BDBF
(185,189,191)
#C6C9CA
(198,201,202)
#D3D5D5
(211,213,213)
#E0E1E0
(224,225,224)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B757D; }

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

This text font color is #6B757D.

Background Color

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

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

This div background color is #6B757D.

Border color

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

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

This div border color is #6B757D.

Opacity

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

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

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

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

This text has shadow with #6B757D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B757D.

Preview

Color preview on black background

This text has color #6B757D on black background.


Color preview on white background

This text has color #6B757D on white background.


Black color preview on #6B757D background

This text has black color on #6B757D background.


White color preview on #6B757D background

This text has white color on #6B757D background.


Related colors

Complementary color

Complementary color for #hex is #948A82.


I love getcolorcode.com

Triadic colors

1 #7D6B75 and #757D6B with #6B757D are triadic colors.

2 #7D756B and #756B7D with #6B757D are triadic colors.