COLOR #6C8C94

HEX: #6C8C94 RGB: (108,140,148)

Color info

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

RGB color model

#6C8C94 color RGB value is (108,140,148).

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

RGB channels and saturation

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

108
140
148

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

Portions of RGB colors in percentages

R + G + B = 108 + 140 + 148 = 396 (100%)
R 108 of 396 ~ 27.27%
G 140 of 396 ~ 35.35%
B 148 of 396 ~ 37.37'%

%27.27
%35.35
%37.37

CMYK color model

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

  • cyan value is 27.03%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 41.96%

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

CMYK percentages

%27.03
%5.41
%0
%41.96

Codes

Color #6C8C94 in popluar color models

6C 8C 94
RGB 108 140 148
HSL 192° 15.75% 50.20%
HSB/HSV 192° 27.03% 58.04%
CMYK 27.03% 5.41% 0.00%
41.96%

Color #6C8C94 in popluar number systems.

HEX 6C 8C 94
Decimal 108 140 148
Binary 1101100 10001100 10010100
Octal 154 214 224

Shades and tints

Shades of #6C8C94

#6C8C94
(108,140,148)
#638087
(99,128,135)
#5A747A
(90,116,122)
#51686D
(81,104,109)
#485C60
(72,92,96)
#3F5053
(63,80,83)
#364446
(54,68,70)
#2D3839
(45,56,57)
#242C2C
(36,44,44)
#1B201F
(27,32,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #6C8C94

#6C8C94
(108,140,148)
#79969D
(121,150,157)
#86A0A6
(134,160,166)
#93AAAF
(147,170,175)
#A0B4B8
(160,180,184)
#ADBEC1
(173,190,193)
#BAC8CA
(186,200,202)
#C7D2D3
(199,210,211)
#D4DCDC
(212,220,220)
#E1E6E5
(225,230,229)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8C94; }

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

This text font color is #6C8C94.

Background Color

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

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

This div background color is #6C8C94.

Border color

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

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

This div border color is #6C8C94.

Opacity

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

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

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

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

This text has shadow with #6C8C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8C94.

Preview

Color preview on black background

This text has color #6C8C94 on black background.


Color preview on white background

This text has color #6C8C94 on white background.


Black color preview on #6C8C94 background

This text has black color on #6C8C94 background.


White color preview on #6C8C94 background

This text has white color on #6C8C94 background.


Related colors

Complementary color

Complementary color for #hex is #93736B.


I love getcolorcode.com

Triadic colors

1 #946C8C and #8C946C with #6C8C94 are triadic colors.

2 #948C6C and #8C6C94 with #6C8C94 are triadic colors.