COLOR #6B7875

HEX: #6B7875 RGB: (107,120,117)

Color info

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

RGB color model

#6B7875 color RGB value is (107,120,117).

RGB: (107,120,117) (42%, 47%, 46%)

RGB channels and saturation

R 107 of 255 = 42%
G 120 of 255 = 47%
B 117 of 255 = 46%

107
120
117

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

Portions of RGB colors in percentages

R + G + B = 107 + 120 + 117 = 344 (100%)
R 107 of 344 ~ 31.1%
G 120 of 344 ~ 34.88%
B 117 of 344 ~ 34.01'%

%31.1
%34.88
%34.01

CMYK color model

#6B7875 color CMYK value is (11,0,3,53).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 52.94%

CMYK: (11,0,3,53)
C11M0Y3K53 (11%, 0%, 3%, 53%)
(0.11 / 0.00 / 0.03 / 0.53)

CMYK percentages

%10.83
%0
%2.5
%52.94

Codes

Color #6B7875 in popluar color models

6B 78 75
RGB 107 120 117
HSL 166° 5.73% 44.51%
HSB/HSV 166° 10.83% 47.06%
CMYK 10.83% 0.00% 2.50%
52.94%

Color #6B7875 in popluar number systems.

HEX 6B 78 75
Decimal 107 120 117
Binary 1101011 1111000 1110101
Octal 153 170 165

Shades and tints

Shades of #6B7875

#6B7875
(107,120,117)
#626E6B
(98,110,107)
#596461
(89,100,97)
#505A57
(80,90,87)
#47504D
(71,80,77)
#3E4643
(62,70,67)
#353C39
(53,60,57)
#2C322F
(44,50,47)
#232825
(35,40,37)
#1A1E1B
(26,30,27)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6B7875

#6B7875
(107,120,117)
#788481
(120,132,129)
#85908D
(133,144,141)
#929C99
(146,156,153)
#9FA8A5
(159,168,165)
#ACB4B1
(172,180,177)
#B9C0BD
(185,192,189)
#C6CCC9
(198,204,201)
#D3D8D5
(211,216,213)
#E0E4E1
(224,228,225)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7875; }

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

This text font color is #6B7875.

Background Color

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

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

This div background color is #6B7875.

Border color

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

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

This div border color is #6B7875.

Opacity

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

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

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

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

This text has shadow with #6B7875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7875.

Preview

Color preview on black background

This text has color #6B7875 on black background.


Color preview on white background

This text has color #6B7875 on white background.


Black color preview on #6B7875 background

This text has black color on #6B7875 background.


White color preview on #6B7875 background

This text has white color on #6B7875 background.


Related colors

Complementary color

Complementary color for #hex is #94878A.


I love getcolorcode.com

Triadic colors

1 #756B78 and #78756B with #6B7875 are triadic colors.

2 #75786B and #786B75 with #6B7875 are triadic colors.