COLOR #6C838B

HEX: #6C838B
RGB: (108,131,139)

Color info

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

RGB color model

#6C838B color RGB value is (108,131,139).

  • red value is 108;
  • green value is 131;
  • blue value is 139.
RGB:
(108,131,139)
(42%,51%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 139 of 255 = 55%

108
131
139

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

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 139 = 378 (100%)
R 108 of 378 ~ 28.57%
G 131 of 378 ~ 34.66%
B 139 of 378 ~ 36.77%

%28.57
%34.66
%36.77

CMYK color model

#6C838B color CMYK value is (22,6,0,45).

  • cyan value is 22.30%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(22,6,0,45)
C22M6Y0K45 
(22%,6%,0%,45%)
(0.22/0.06/0.00/0.45)	

CMYK percentages

%22.3
%5.76
%0
%45.49

Codes

Color #6C838B in popluar color models

6C838B
RGB108131139
HSL195°12.55%48.43%
HSB/HSV195°22.30%54.51%
CMYK22.30%5.76%0.00%
45.49%

Color #6C838B in popluar number systems.

HEX6C838B
Decimal108131139
Binary11011001000001110001011
Octal154203213

Shades and tints

Shades of #6C838B

#6C838B
(108,131,139)
#63787F
(99,120,127)
#5A6D73
(90,109,115)
#516267
(81,98,103)
#48575B
(72,87,91)
#3F4C4F
(63,76,79)
#364143
(54,65,67)
#2D3637
(45,54,55)
#242B2B
(36,43,43)
#1B201F
(27,32,31)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #6C838B

#6C838B
(108,131,139)
#798E95
(121,142,149)
#86999F
(134,153,159)
#93A4A9
(147,164,169)
#A0AFB3
(160,175,179)
#ADBABD
(173,186,189)
#BAC5C7
(186,197,199)
#C7D0D1
(199,208,209)
#D4DBDB
(212,219,219)
#E1E6E5
(225,230,229)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C838B; }

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

This text font color is #6C838B.


Background Color

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

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

This div background color is #6C838B.


Border color

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

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

This div border color is #6C838B.


Opacity

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

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

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

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

This text has shadow with #6C838B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C838B on black background.


Color preview on white background

This text has color #6C838B on white background.



Black color preview on #6C838B background

This text has black color on #6C838B background.


White color preview on #6C838B background

This text has white color on #6C838B background.