COLOR #6B7E7C

HEX: #6B7E7C
RGB: (107,126,124)

Color info

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

RGB color model

#6B7E7C color RGB value is (107,126,124).

  • red value is 107;
  • green value is 126;
  • blue value is 124.
RGB:
(107,126,124)
(42%,49%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 126 of 255 = 49%
B 124 of 255 = 49%

107
126
124

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

Portions of RGB colors in percentages

R + G + B =
107 + 126 + 124 = 357 (100%)
R 107 of 357 ~ 29.97%
G 126 of 357 ~ 35.29%
B 124 of 357 ~ 34.73%

%29.97
%35.29
%34.73

CMYK color model

#6B7E7C color CMYK value is (15,0,2,51).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(15,0,2,51)
C15M0Y2K51 
(15%,0%,2%,51%)
(0.15/0.00/0.02/0.51)	

CMYK percentages

%15.08
%0
%1.59
%50.59

Codes

Color #6B7E7C in popluar color models

6B7E7C
RGB107126124
HSL174°8.15%45.69%
HSB/HSV174°15.08%49.41%
CMYK15.08%0.00%1.59%
50.59%

Color #6B7E7C in popluar number systems.

HEX6B7E7C
Decimal107126124
Binary110101111111101111100
Octal153176174

Shades and tints

Shades of #6B7E7C

#6B7E7C
(107,126,124)
#627371
(98,115,113)
#596866
(89,104,102)
#505D5B
(80,93,91)
#475250
(71,82,80)
#3E4745
(62,71,69)
#353C3A
(53,60,58)
#2C312F
(44,49,47)
#232624
(35,38,36)
#1A1B19
(26,27,25)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #6B7E7C

#6B7E7C
(107,126,124)
#788987
(120,137,135)
#859492
(133,148,146)
#929F9D
(146,159,157)
#9FAAA8
(159,170,168)
#ACB5B3
(172,181,179)
#B9C0BE
(185,192,190)
#C6CBC9
(198,203,201)
#D3D6D4
(211,214,212)
#E0E1DF
(224,225,223)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7E7C; }

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

This text font color is #6B7E7C.


Background Color

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

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

This div background color is #6B7E7C.


Border color

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

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

This div border color is #6B7E7C.


Opacity

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

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

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

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

This text has shadow with #6B7E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7E7C on black background.


Color preview on white background

This text has color #6B7E7C on white background.



Black color preview on #6B7E7C background

This text has black color on #6B7E7C background.


White color preview on #6B7E7C background

This text has white color on #6B7E7C background.