COLOR #6C938C

HEX: #6C938C RGB: (108,147,140)

Color info

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

RGB color model

#6C938C color RGB value is (108,147,140).

RGB: (108,147,140) (42%, 58%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 147 of 255 = 58%
B 140 of 255 = 55%

108
147
140

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

Portions of RGB colors in percentages

R + G + B = 108 + 147 + 140 = 395 (100%)
R 108 of 395 ~ 27.34%
G 147 of 395 ~ 37.22%
B 140 of 395 ~ 35.44'%

%27.34
%37.22
%35.44

CMYK color model

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

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 42.35%

CMYK: (27,0,5,42)
C27M0Y5K42 (27%, 0%, 5%, 42%)
(0.27 / 0.00 / 0.05 / 0.42)

CMYK percentages

%26.53
%0
%4.76
%42.35

Codes

Color #6C938C in popluar color models

6C 93 8C
RGB 108 147 140
HSL 169° 15.29% 50.00%
HSB/HSV 169° 26.53% 57.65%
CMYK 26.53% 0.00% 4.76%
42.35%

Color #6C938C in popluar number systems.

HEX 6C 93 8C
Decimal 108 147 140
Binary 1101100 10010011 10001100
Octal 154 223 214

Shades and tints

Shades of #6C938C

#6C938C
(108,147,140)
#638680
(99,134,128)
#5A7974
(90,121,116)
#516C68
(81,108,104)
#485F5C
(72,95,92)
#3F5250
(63,82,80)
#364544
(54,69,68)
#2D3838
(45,56,56)
#242B2C
(36,43,44)
#1B1E20
(27,30,32)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #6C938C

#6C938C
(108,147,140)
#799C96
(121,156,150)
#86A5A0
(134,165,160)
#93AEAA
(147,174,170)
#A0B7B4
(160,183,180)
#ADC0BE
(173,192,190)
#BAC9C8
(186,201,200)
#C7D2D2
(199,210,210)
#D4DBDC
(212,219,220)
#E1E4E6
(225,228,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C938C; }

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

This text font color is #6C938C.

Background Color

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

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

This div background color is #6C938C.

Border color

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

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

This div border color is #6C938C.

Opacity

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

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

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

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

This text has shadow with #6C938C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C938C.

Preview

Color preview on black background

This text has color #6C938C on black background.


Color preview on white background

This text has color #6C938C on white background.


Black color preview on #6C938C background

This text has black color on #6C938C background.


White color preview on #6C938C background

This text has white color on #6C938C background.


Related colors

Complementary color

Complementary color for #hex is #936C73.


I love getcolorcode.com

Triadic colors

1 #8C6C93 and #938C6C with #6C938C are triadic colors.

2 #8C936C and #936C8C with #6C938C are triadic colors.