COLOR #6C8494

HEX: #6C8494 RGB: (108,132,148)

Color info

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

RGB color model

#6C8494 color RGB value is (108,132,148).

RGB: (108,132,148) (42%, 52%, 58%)

RGB channels and saturation

R 108 of 255 = 42%
G 132 of 255 = 52%
B 148 of 255 = 58%

108
132
148

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

Portions of RGB colors in percentages

R + G + B = 108 + 132 + 148 = 388 (100%)
R 108 of 388 ~ 27.84%
G 132 of 388 ~ 34.02%
B 148 of 388 ~ 38.14'%

%27.84
%34.02
%38.14

CMYK color model

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

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

CMYK: (27,11,0,42)
C27M11Y0K42 (27%, 11%, 0%, 42%)
(0.27 / 0.11 / 0.00 / 0.42)

CMYK percentages

%27.03
%10.81
%0
%41.96

Codes

Color #6C8494 in popluar color models

6C 84 94
RGB 108 132 148
HSL 204° 15.75% 50.20%
HSB/HSV 204° 27.03% 58.04%
CMYK 27.03% 10.81% 0.00%
41.96%

Color #6C8494 in popluar number systems.

HEX 6C 84 94
Decimal 108 132 148
Binary 1101100 10000100 10010100
Octal 154 204 224

Shades and tints

Shades of #6C8494

#6C8494
(108,132,148)
#637887
(99,120,135)
#5A6C7A
(90,108,122)
#51606D
(81,96,109)
#485460
(72,84,96)
#3F4853
(63,72,83)
#363C46
(54,60,70)
#2D3039
(45,48,57)
#24242C
(36,36,44)
#1B181F
(27,24,31)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #6C8494

#6C8494
(108,132,148)
#798F9D
(121,143,157)
#869AA6
(134,154,166)
#93A5AF
(147,165,175)
#A0B0B8
(160,176,184)
#ADBBC1
(173,187,193)
#BAC6CA
(186,198,202)
#C7D1D3
(199,209,211)
#D4DCDC
(212,220,220)
#E1E7E5
(225,231,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8494; }

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

This text font color is #6C8494.

Background Color

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

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

This div background color is #6C8494.

Border color

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

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

This div border color is #6C8494.

Opacity

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

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

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

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

This text has shadow with #6C8494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8494.

Preview

Color preview on black background

This text has color #6C8494 on black background.


Color preview on white background

This text has color #6C8494 on white background.


Black color preview on #6C8494 background

This text has black color on #6C8494 background.


White color preview on #6C8494 background

This text has white color on #6C8494 background.


Related colors

Complementary color

Complementary color for #hex is #937B6B.


I love getcolorcode.com

Triadic colors

1 #946C84 and #84946C with #6C8494 are triadic colors.

2 #94846C and #846C94 with #6C8494 are triadic colors.