COLOR #6C8C7E

HEX: #6C8C7E
RGB: (108,140,126)

Color info

#6C8C7E contains red, green and blue colors in about the same proportion. Web safe color of #6C8C7E is #669966 (or #696).

RGB color model

#6C8C7E color RGB value is (108,140,126).

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

RGB channels and saturation

R 108 of 255 = 42%
G 140 of 255 = 55%
B 126 of 255 = 49%

108
140
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 140 + 126 = 374 (100%)
R 108 of 374 ~ 28.88%
G 140 of 374 ~ 37.43%
B 126 of 374 ~ 33.69%

%28.88
%37.43
%33.69

CMYK color model

#6C8C7E color CMYK value is (23,0,10,45).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 45.10%
CMYK:
(23,0,10,45)
C23M0Y10K45 
(23%,0%,10%,45%)
(0.23/0.00/0.10/0.45)	

CMYK percentages

%22.86
%0
%10
%45.1

Codes

Color #6C8C7E in popluar color models

6C8C7E
RGB108140126
HSL154°12.90%48.63%
HSB/HSV154°22.86%54.90%
CMYK22.86%0.00%10.00%
45.10%

Color #6C8C7E in popluar number systems.

HEX6C8C7E
Decimal108140126
Binary1101100100011001111110
Octal154214176

Shades and tints

Shades of #6C8C7E

#6C8C7E
(108,140,126)
#638073
(99,128,115)
#5A7468
(90,116,104)
#51685D
(81,104,93)
#485C52
(72,92,82)
#3F5047
(63,80,71)
#36443C
(54,68,60)
#2D3831
(45,56,49)
#242C26
(36,44,38)
#1B201B
(27,32,27)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #6C8C7E

#6C8C7E
(108,140,126)
#799689
(121,150,137)
#86A094
(134,160,148)
#93AA9F
(147,170,159)
#A0B4AA
(160,180,170)
#ADBEB5
(173,190,181)
#BAC8C0
(186,200,192)
#C7D2CB
(199,210,203)
#D4DCD6
(212,220,214)
#E1E6E1
(225,230,225)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8C7E; }

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

This text font color is #6C8C7E.


Background Color

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

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

This div background color is #6C8C7E.


Border color

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

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

This div border color is #6C8C7E.


Opacity

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

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

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

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

This text has shadow with #6C8C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8C7E on black background.


Color preview on white background

This text has color #6C8C7E on white background.



Black color preview on #6C8C7E background

This text has black color on #6C8C7E background.


White color preview on #6C8C7E background

This text has white color on #6C8C7E background.