COLOR #6C839E

HEX: #6C839E
RGB: (108,131,158)

Color info

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

RGB color model

#6C839E color RGB value is (108,131,158).

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

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 158 of 255 = 62%

108
131
158

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

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 158 = 397 (100%)
R 108 of 397 ~ 27.2%
G 131 of 397 ~ 33%
B 158 of 397 ~ 39.8%

%27.2
%33
%39.8

CMYK color model

#6C839E color CMYK value is (32,17,0,38).

  • cyan value is 31.65%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(32,17,0,38)
C32M17Y0K38 
(32%,17%,0%,38%)
(0.32/0.17/0.00/0.38)	

CMYK percentages

%31.65
%17.09
%0
%38.04

Codes

Color #6C839E in popluar color models

6C839E
RGB108131158
HSL212°20.49%52.16%
HSB/HSV212°31.65%61.96%
CMYK31.65%17.09%0.00%
38.04%

Color #6C839E in popluar number systems.

HEX6C839E
Decimal108131158
Binary11011001000001110011110
Octal154203236

Shades and tints

Shades of #6C839E

#6C839E
(108,131,158)
#637890
(99,120,144)
#5A6D82
(90,109,130)
#516274
(81,98,116)
#485766
(72,87,102)
#3F4C58
(63,76,88)
#36414A
(54,65,74)
#2D363C
(45,54,60)
#242B2E
(36,43,46)
#1B2020
(27,32,32)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #6C839E

#6C839E
(108,131,158)
#798EA6
(121,142,166)
#8699AE
(134,153,174)
#93A4B6
(147,164,182)
#A0AFBE
(160,175,190)
#ADBAC6
(173,186,198)
#BAC5CE
(186,197,206)
#C7D0D6
(199,208,214)
#D4DBDE
(212,219,222)
#E1E6E6
(225,230,230)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C839E; }

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

This text font color is #6C839E.


Background Color

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

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

This div background color is #6C839E.


Border color

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

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

This div border color is #6C839E.


Opacity

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

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

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

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

This text has shadow with #6C839E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C839E on black background.


Color preview on white background

This text has color #6C839E on white background.



Black color preview on #6C839E background

This text has black color on #6C839E background.


White color preview on #6C839E background

This text has white color on #6C839E background.