COLOR #6C7E7D

HEX: #6C7E7D
RGB: (108,126,125)

Color info

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

RGB color model

#6C7E7D color RGB value is (108,126,125).

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

RGB channels and saturation

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

108
126
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 126 + 125 = 359 (100%)
R 108 of 359 ~ 30.08%
G 126 of 359 ~ 35.1%
B 125 of 359 ~ 34.82%

%30.08
%35.1
%34.82

CMYK color model

#6C7E7D color CMYK value is (14,0,1,51).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 50.59%
CMYK:
(14,0,1,51)
C14M0Y1K51 
(14%,0%,1%,51%)
(0.14/0.00/0.01/0.51)	

CMYK percentages

%14.29
%0
%0.79
%50.59

Codes

Color #6C7E7D in popluar color models

6C7E7D
RGB108126125
HSL177°7.69%45.88%
HSB/HSV177°14.29%49.41%
CMYK14.29%0.00%0.79%
50.59%

Color #6C7E7D in popluar number systems.

HEX6C7E7D
Decimal108126125
Binary110110011111101111101
Octal154176175

Shades and tints

Shades of #6C7E7D

#6C7E7D
(108,126,125)
#637372
(99,115,114)
#5A6867
(90,104,103)
#515D5C
(81,93,92)
#485251
(72,82,81)
#3F4746
(63,71,70)
#363C3B
(54,60,59)
#2D3130
(45,49,48)
#242625
(36,38,37)
#1B1B1A
(27,27,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C7E7D

#6C7E7D
(108,126,125)
#798988
(121,137,136)
#869493
(134,148,147)
#939F9E
(147,159,158)
#A0AAA9
(160,170,169)
#ADB5B4
(173,181,180)
#BAC0BF
(186,192,191)
#C7CBCA
(199,203,202)
#D4D6D5
(212,214,213)
#E1E1E0
(225,225,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7E7D; }

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

This text font color is #6C7E7D.


Background Color

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

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

This div background color is #6C7E7D.


Border color

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

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

This div border color is #6C7E7D.


Opacity

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

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

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

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

This text has shadow with #6C7E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7E7D on black background.


Color preview on white background

This text has color #6C7E7D on white background.



Black color preview on #6C7E7D background

This text has black color on #6C7E7D background.


White color preview on #6C7E7D background

This text has white color on #6C7E7D background.