COLOR #6C838C

HEX: #6C838C
RGB: (108,131,140)

Color info

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

RGB color model

#6C838C color RGB value is (108,131,140).

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

RGB channels and saturation

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

108
131
140

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

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 140 = 379 (100%)
R 108 of 379 ~ 28.5%
G 131 of 379 ~ 34.56%
B 140 of 379 ~ 36.94%

%28.5
%34.56
%36.94

CMYK color model

#6C838C color CMYK value is (23,6,0,45).

  • cyan value is 22.86%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(23,6,0,45)
C23M6Y0K45 
(23%,6%,0%,45%)
(0.23/0.06/0.00/0.45)	

CMYK percentages

%22.86
%6.43
%0
%45.1

Codes

Color #6C838C in popluar color models

6C838C
RGB108131140
HSL197°12.90%48.63%
HSB/HSV197°22.86%54.90%
CMYK22.86%6.43%0.00%
45.10%

Color #6C838C in popluar number systems.

HEX6C838C
Decimal108131140
Binary11011001000001110001100
Octal154203214

Shades and tints

Shades of #6C838C

#6C838C
(108,131,140)
#637880
(99,120,128)
#5A6D74
(90,109,116)
#516268
(81,98,104)
#48575C
(72,87,92)
#3F4C50
(63,76,80)
#364144
(54,65,68)
#2D3638
(45,54,56)
#242B2C
(36,43,44)
#1B2020
(27,32,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #6C838C

#6C838C
(108,131,140)
#798E96
(121,142,150)
#8699A0
(134,153,160)
#93A4AA
(147,164,170)
#A0AFB4
(160,175,180)
#ADBABE
(173,186,190)
#BAC5C8
(186,197,200)
#C7D0D2
(199,208,210)
#D4DBDC
(212,219,220)
#E1E6E6
(225,230,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C838C; }

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

This text font color is #6C838C.


Background Color

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

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

This div background color is #6C838C.


Border color

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

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

This div border color is #6C838C.


Opacity

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

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

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

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

This text has shadow with #6C838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C838C on black background.


Color preview on white background

This text has color #6C838C on white background.



Black color preview on #6C838C background

This text has black color on #6C838C background.


White color preview on #6C838C background

This text has white color on #6C838C background.