COLOR #6C839C

HEX: #6C839C RGB: (108,131,156)

Color info

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

RGB color model

#6C839C color RGB value is (108,131,156).

RGB: (108,131,156) (42%, 51%, 61%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 156 of 255 = 61%

108
131
156

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

Portions of RGB colors in percentages

R + G + B = 108 + 131 + 156 = 395 (100%)
R 108 of 395 ~ 27.34%
G 131 of 395 ~ 33.16%
B 156 of 395 ~ 39.49'%

%27.34
%33.16
%39.49

CMYK color model

#6C839C color CMYK value is (31,16,0,39).

  • cyan value is 30.77%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (31,16,0,39)
C31M16Y0K39 (31%, 16%, 0%, 39%)
(0.31 / 0.16 / 0.00 / 0.39)

CMYK percentages

%30.77
%16.03
%0
%38.82

Codes

Color #6C839C in popluar color models

6C 83 9C
RGB 108 131 156
HSL 211° 19.51% 51.76%
HSB/HSV 211° 30.77% 61.18%
CMYK 30.77% 16.03% 0.00%
38.82%

Color #6C839C in popluar number systems.

HEX 6C 83 9C
Decimal 108 131 156
Binary 1101100 10000011 10011100
Octal 154 203 234

Shades and tints

Shades of #6C839C

#6C839C
(108,131,156)
#63788E
(99,120,142)
#5A6D80
(90,109,128)
#516272
(81,98,114)
#485764
(72,87,100)
#3F4C56
(63,76,86)
#364148
(54,65,72)
#2D363A
(45,54,58)
#242B2C
(36,43,44)
#1B201E
(27,32,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #6C839C

#6C839C
(108,131,156)
#798EA5
(121,142,165)
#8699AE
(134,153,174)
#93A4B7
(147,164,183)
#A0AFC0
(160,175,192)
#ADBAC9
(173,186,201)
#BAC5D2
(186,197,210)
#C7D0DB
(199,208,219)
#D4DBE4
(212,219,228)
#E1E6ED
(225,230,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C839C color. Also use rgb(108,131,156) instead hex code.

Text Font Color

.myTextColor { color: #6C839C; }

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

This text font color is #6C839C.

Background Color

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

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

This div background color is #6C839C.

Border color

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

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

This div border color is #6C839C.

Opacity

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

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

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

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

This text has shadow with #6C839C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C839C.

Preview

Color preview on black background

This text has color #6C839C on black background.


Color preview on white background

This text has color #6C839C on white background.


Black color preview on #6C839C background

This text has black color on #6C839C background.


White color preview on #6C839C background

This text has white color on #6C839C background.


Related colors

Complementary color

Complementary color for #hex is #937C63.


I love getcolorcode.com

Triadic colors

1 #9C6C83 and #839C6C with #6C839C are triadic colors.

2 #9C836C and #836C9C with #6C839C are triadic colors.