COLOR #6C938A

HEX: #6C938A RGB: (108,147,138)

Color info

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

RGB color model

#6C938A color RGB value is (108,147,138).

RGB: (108,147,138) (42%, 58%, 54%)

RGB channels and saturation

R 108 of 255 = 42%
G 147 of 255 = 58%
B 138 of 255 = 54%

108
147
138

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

Portions of RGB colors in percentages

R + G + B = 108 + 147 + 138 = 393 (100%)
R 108 of 393 ~ 27.48%
G 147 of 393 ~ 37.4%
B 138 of 393 ~ 35.11'%

%27.48
%37.4
%35.11

CMYK color model

#6C938A color CMYK value is (27,0,6,42).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 42.35%
CMYK: (27,0,6,42) C27M0Y6K42 (27%,0%,6%,42%) (0.27/0.00/0.06/0.42) 

CMYK percentages

%26.53
%0
%6.12
%42.35

Codes

Color #6C938A in popluar color models

6C 93 8A
RGB 108 147 138
HSL 166° 15.29% 50.00%
HSB/HSV 166° 26.53% 57.65%
CMYK 26.53% 0.00% 6.12%
42.35%

Color #6C938A in popluar number systems.

HEX 6C 93 8A
Decimal 108 147 138
Binary 1101100 10010011 10001010
Octal 154 223 212

Shades and tints

Shades of #6C938A

#6C938A
(108,147,138)
#63867E
(99,134,126)
#5A7972
(90,121,114)
#516C66
(81,108,102)
#485F5A
(72,95,90)
#3F524E
(63,82,78)
#364542
(54,69,66)
#2D3836
(45,56,54)
#242B2A
(36,43,42)
#1B1E1E
(27,30,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #6C938A

#6C938A
(108,147,138)
#799C94
(121,156,148)
#86A59E
(134,165,158)
#93AEA8
(147,174,168)
#A0B7B2
(160,183,178)
#ADC0BC
(173,192,188)
#BAC9C6
(186,201,198)
#C7D2D0
(199,210,208)
#D4DBDA
(212,219,218)
#E1E4E4
(225,228,228)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C938A color. Also use rgb(108,147,138) instead hex code.

Text Font Color

.myTextColor { color: #6C938A; }

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

This text font color is #6C938A.

Background Color

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

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

This div background color is #6C938A.

Border color

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

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

This div border color is #6C938A.

Opacity

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

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

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

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

This text has shadow with #6C938A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C938A.

Preview

Color preview on black background

This text has color #6C938A on black background.


Color preview on white background

This text has color #6C938A on white background.


Black color preview on #6C938A background

This text has black color on #6C938A background.


White color preview on #6C938A background

This text has white color on #6C938A background.


Related colors

Complementary color

Complementary color for #hex is #936C75.


I love getcolorcode.com

Triadic colors

1 #8A6C93 and #938A6C with #6C938A are triadic colors.

2 #8A936C and #936C8A with #6C938A are triadic colors.