COLOR #6C7E6A

HEX: #6C7E6A
RGB: (108,126,106)

Color info

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

RGB color model

#6C7E6A color RGB value is (108,126,106).

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

RGB channels and saturation

R 108 of 255 = 42%
G 126 of 255 = 49%
B 106 of 255 = 42%

108
126
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 126 + 106 = 340 (100%)
R 108 of 340 ~ 31.76%
G 126 of 340 ~ 37.06%
B 106 of 340 ~ 31.18%

%31.76
%37.06
%31.18

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 50.59%
CMYK:
(14,0,16,51)
C14M0Y16K51 
(14%,0%,16%,51%)
(0.14/0.00/0.16/0.51)	

CMYK percentages

%14.29
%0
%15.87
%50.59

Codes

Color #6C7E6A in popluar color models

6C7E6A
RGB108126106
HSL114°8.62%45.49%
HSB/HSV114°15.87%49.41%
CMYK14.29%0.00%15.87%
50.59%

Color #6C7E6A in popluar number systems.

HEX6C7E6A
Decimal108126106
Binary110110011111101101010
Octal154176152

Shades and tints

Shades of #6C7E6A

#6C7E6A
(108,126,106)
#637361
(99,115,97)
#5A6858
(90,104,88)
#515D4F
(81,93,79)
#485246
(72,82,70)
#3F473D
(63,71,61)
#363C34
(54,60,52)
#2D312B
(45,49,43)
#242622
(36,38,34)
#1B1B19
(27,27,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C7E6A

#6C7E6A
(108,126,106)
#798977
(121,137,119)
#869484
(134,148,132)
#939F91
(147,159,145)
#A0AA9E
(160,170,158)
#ADB5AB
(173,181,171)
#BAC0B8
(186,192,184)
#C7CBC5
(199,203,197)
#D4D6D2
(212,214,210)
#E1E1DF
(225,225,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7E6A color. Also use rgb(108,126,106) instead hex code.

Text Font Color

.myTextColor { color: #6C7E6A; }

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

This text font color is #6C7E6A.


Background Color

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

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

This div background color is #6C7E6A.


Border color

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

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

This div border color is #6C7E6A.


Opacity

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

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

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

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

This text has shadow with #6C7E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7E6A on black background.


Color preview on white background

This text has color #6C7E6A on white background.



Black color preview on #6C7E6A background

This text has black color on #6C7E6A background.


White color preview on #6C7E6A background

This text has white color on #6C7E6A background.