COLOR #6B717D

HEX: #6B717D RGB: (107,113,125)

Color info

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

RGB color model

#6B717D color RGB value is (107,113,125).

RGB: (107,113,125) (42%, 44%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 125 of 255 = 49%

107
113
125

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

Portions of RGB colors in percentages

R + G + B = 107 + 113 + 125 = 345 (100%)
R 107 of 345 ~ 31.01%
G 113 of 345 ~ 32.75%
B 125 of 345 ~ 36.23'%

%31.01
%32.75
%36.23

CMYK color model

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

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

CMYK: (14,10,0,51)
C14M10Y0K51 (14%, 10%, 0%, 51%)
(0.14 / 0.10 / 0.00 / 0.51)

CMYK percentages

%14.4
%9.6
%0
%50.98

Codes

Color #6B717D in popluar color models

6B 71 7D
RGB 107 113 125
HSL 220° 7.76% 45.49%
HSB/HSV 220° 14.40% 49.02%
CMYK 14.40% 9.60% 0.00%
50.98%

Color #6B717D in popluar number systems.

HEX 6B 71 7D
Decimal 107 113 125
Binary 1101011 1110001 1111101
Octal 153 161 175

Shades and tints

Shades of #6B717D

#6B717D
(107,113,125)
#626772
(98,103,114)
#595D67
(89,93,103)
#50535C
(80,83,92)
#474951
(71,73,81)
#3E3F46
(62,63,70)
#35353B
(53,53,59)
#2C2B30
(44,43,48)
#232125
(35,33,37)
#1A171A
(26,23,26)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B717D

#6B717D
(107,113,125)
#787D88
(120,125,136)
#858993
(133,137,147)
#92959E
(146,149,158)
#9FA1A9
(159,161,169)
#ACADB4
(172,173,180)
#B9B9BF
(185,185,191)
#C6C5CA
(198,197,202)
#D3D1D5
(211,209,213)
#E0DDE0
(224,221,224)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B717D; }

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

This text font color is #6B717D.

Background Color

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

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

This div background color is #6B717D.

Border color

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

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

This div border color is #6B717D.

Opacity

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

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

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

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

This text has shadow with #6B717D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B717D.

Preview

Color preview on black background

This text has color #6B717D on black background.


Color preview on white background

This text has color #6B717D on white background.


Black color preview on #6B717D background

This text has black color on #6B717D background.


White color preview on #6B717D background

This text has white color on #6B717D background.


Related colors

Complementary color

Complementary color for #hex is #948E82.


I love getcolorcode.com

Triadic colors

1 #7D6B71 and #717D6B with #6B717D are triadic colors.

2 #7D716B and #716B7D with #6B717D are triadic colors.