COLOR #6B677D

HEX: #6B677D RGB: (107,103,125)

Color info

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

RGB color model

#6B677D color RGB value is (107,103,125).

RGB: (107,103,125) (42%, 40%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 125 of 255 = 49%

107
103
125

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

Portions of RGB colors in percentages

R + G + B = 107 + 103 + 125 = 335 (100%)
R 107 of 335 ~ 31.94%
G 103 of 335 ~ 30.75%
B 125 of 335 ~ 37.31'%

%31.94
%30.75
%37.31

CMYK color model

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

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

CMYK: (14,18,0,51)
C14M18Y0K51 (14%, 18%, 0%, 51%)
(0.14 / 0.18 / 0.00 / 0.51)

CMYK percentages

%14.4
%17.6
%0
%50.98

Codes

Color #6B677D in popluar color models

6B 67 7D
RGB 107 103 125
HSL 251° 9.65% 44.71%
HSB/HSV 251° 17.60% 49.02%
CMYK 14.40% 17.60% 0.00%
50.98%

Color #6B677D in popluar number systems.

HEX 6B 67 7D
Decimal 107 103 125
Binary 1101011 1100111 1111101
Octal 153 147 175

Shades and tints

Shades of #6B677D

#6B677D
(107,103,125)
#625E72
(98,94,114)
#595567
(89,85,103)
#504C5C
(80,76,92)
#474351
(71,67,81)
#3E3A46
(62,58,70)
#35313B
(53,49,59)
#2C2830
(44,40,48)
#231F25
(35,31,37)
#1A161A
(26,22,26)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B677D

#6B677D
(107,103,125)
#787488
(120,116,136)
#858193
(133,129,147)
#928E9E
(146,142,158)
#9F9BA9
(159,155,169)
#ACA8B4
(172,168,180)
#B9B5BF
(185,181,191)
#C6C2CA
(198,194,202)
#D3CFD5
(211,207,213)
#E0DCE0
(224,220,224)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B677D; }

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

This text font color is #6B677D.

Background Color

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

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

This div background color is #6B677D.

Border color

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

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

This div border color is #6B677D.

Opacity

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

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

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

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

This text has shadow with #6B677D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B677D.

Preview

Color preview on black background

This text has color #6B677D on black background.


Color preview on white background

This text has color #6B677D on white background.


Black color preview on #6B677D background

This text has black color on #6B677D background.


White color preview on #6B677D background

This text has white color on #6B677D background.


Related colors

Complementary color

Complementary color for #hex is #949882.


I love getcolorcode.com

Triadic colors

1 #7D6B67 and #677D6B with #6B677D are triadic colors.

2 #7D676B and #676B7D with #6B677D are triadic colors.