COLOR #6C9D8E

HEX: #6C9D8E RGB: (108,157,142)

Color info

#6C9D8E contains red, green and blue colors in about the same proportion. Web safe color of #6C9D8E is #669999 (or #699).

RGB color model

#6C9D8E color RGB value is (108,157,142).

RGB: (108,157,142) (42%, 62%, 56%)

RGB channels and saturation

R 108 of 255 = 42%
G 157 of 255 = 62%
B 142 of 255 = 56%

108
157
142

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

Portions of RGB colors in percentages

R + G + B = 108 + 157 + 142 = 407 (100%)
R 108 of 407 ~ 26.54%
G 157 of 407 ~ 38.57%
B 142 of 407 ~ 34.89'%

%26.54
%38.57
%34.89

CMYK color model

#6C9D8E color CMYK value is (31,0,10,38).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 38.43%

CMYK: (31,0,10,38)
C31M0Y10K38 (31%, 0%, 10%, 38%)
(0.31 / 0.00 / 0.10 / 0.38)

CMYK percentages

%31.21
%0
%9.55
%38.43

Codes

Color #6C9D8E in popluar color models

6C 9D 8E
RGB 108 157 142
HSL 162° 20.00% 51.96%
HSB/HSV 162° 31.21% 61.57%
CMYK 31.21% 0.00% 9.55%
38.43%

Color #6C9D8E in popluar number systems.

HEX 6C 9D 8E
Decimal 108 157 142
Binary 1101100 10011101 10001110
Octal 154 235 216

Shades and tints

Shades of #6C9D8E

#6C9D8E
(108,157,142)
#638F82
(99,143,130)
#5A8176
(90,129,118)
#51736A
(81,115,106)
#48655E
(72,101,94)
#3F5752
(63,87,82)
#364946
(54,73,70)
#2D3B3A
(45,59,58)
#242D2E
(36,45,46)
#1B1F22
(27,31,34)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #6C9D8E

#6C9D8E
(108,157,142)
#79A598
(121,165,152)
#86ADA2
(134,173,162)
#93B5AC
(147,181,172)
#A0BDB6
(160,189,182)
#ADC5C0
(173,197,192)
#BACDCA
(186,205,202)
#C7D5D4
(199,213,212)
#D4DDDE
(212,221,222)
#E1E5E8
(225,229,232)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9D8E color. Also use rgb(108,157,142) instead hex code.

Text Font Color

.myTextColor { color: #6C9D8E; }

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

This text font color is #6C9D8E.

Background Color

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

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

This div background color is #6C9D8E.

Border color

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

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

This div border color is #6C9D8E.

Opacity

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

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

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

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

This text has shadow with #6C9D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9D8E.

Preview

Color preview on black background

This text has color #6C9D8E on black background.


Color preview on white background

This text has color #6C9D8E on white background.


Black color preview on #6C9D8E background

This text has black color on #6C9D8E background.


White color preview on #6C9D8E background

This text has white color on #6C9D8E background.


Related colors

Complementary color

Complementary color for #hex is #936271.


I love getcolorcode.com

Triadic colors

1 #8E6C9D and #9D8E6C with #6C9D8E are triadic colors.

2 #8E9D6C and #9D6C8E with #6C9D8E are triadic colors.