COLOR #6C839A

HEX: #6C839A
RGB: (108,131,154)

Color info

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

RGB color model

#6C839A color RGB value is (108,131,154).

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

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 154 of 255 = 60%

108
131
154

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

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 154 = 393 (100%)
R 108 of 393 ~ 27.48%
G 131 of 393 ~ 33.33%
B 154 of 393 ~ 39.19%

%27.48
%33.33
%39.19

CMYK color model

#6C839A color CMYK value is (30,15,0,40).

  • cyan value is 29.87%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (30,15,0,40) C30M15Y0K40 (30%,15%,0%,40%) (0.30/0.15/0.00/0.40)

CMYK percentages

%29.87
%14.94
%0
%39.61

Codes

Color #6C839A in popluar color models

6C839A
RGB108131154
HSL210°18.55%51.37%
HSB/HSV210°29.87%60.39%
CMYK29.87%14.94%0.00%
39.61%

Color #6C839A in popluar number systems.

HEX6C839A
Decimal108131154
Binary11011001000001110011010
Octal154203232

Shades and tints

Shades of #6C839A

#6C839A
(108,131,154)
#63788C
(99,120,140)
#5A6D7E
(90,109,126)
#516270
(81,98,112)
#485762
(72,87,98)
#3F4C54
(63,76,84)
#364146
(54,65,70)
#2D3638
(45,54,56)
#242B2A
(36,43,42)
#1B201C
(27,32,28)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #6C839A

#6C839A
(108,131,154)
#798EA3
(121,142,163)
#8699AC
(134,153,172)
#93A4B5
(147,164,181)
#A0AFBE
(160,175,190)
#ADBAC7
(173,186,199)
#BAC5D0
(186,197,208)
#C7D0D9
(199,208,217)
#D4DBE2
(212,219,226)
#E1E6EB
(225,230,235)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C839A; }

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

This text font color is #6C839A.


Background Color

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

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

This div background color is #6C839A.


Border color

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

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

This div border color is #6C839A.


Opacity

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

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

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

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

This text has shadow with #6C839A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C839A on black background.


Color preview on white background

This text has color #6C839A on white background.



Black color preview on #6C839A background

This text has black color on #6C839A background.


White color preview on #6C839A background

This text has white color on #6C839A background.