COLOR #6C7986

HEX: #6C7986
RGB: (108,121,134)

Color info

#6C7986 contains red, green and blue colors in about the same proportion. Web safe color of #6C7986 is #666699 (or #669).

RGB color model

#6C7986 color RGB value is (108,121,134).

  • red value is 108;
  • green value is 121;
  • blue value is 134.
RGB:
(108,121,134)
(42%,47%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 121 of 255 = 47%
B 134 of 255 = 53%

108
121
134

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

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 134 = 363 (100%)
R 108 of 363 ~ 29.75%
G 121 of 363 ~ 33.33%
B 134 of 363 ~ 36.91%

%29.75
%33.33
%36.91

CMYK color model

#6C7986 color CMYK value is (19,10,0,47).

  • cyan value is 19.40%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(19,10,0,47)
C19M10Y0K47 
(19%,10%,0%,47%)
(0.19/0.10/0.00/0.47)	

CMYK percentages

%19.4
%9.7
%0
%47.45

Codes

Color #6C7986 in popluar color models

6C7986
RGB108121134
HSL210°10.74%47.45%
HSB/HSV210°19.40%52.55%
CMYK19.40%9.70%0.00%
47.45%

Color #6C7986 in popluar number systems.

HEX6C7986
Decimal108121134
Binary1101100111100110000110
Octal154171206

Shades and tints

Shades of #6C7986

#6C7986
(108,121,134)
#636E7A
(99,110,122)
#5A636E
(90,99,110)
#515862
(81,88,98)
#484D56
(72,77,86)
#3F424A
(63,66,74)
#36373E
(54,55,62)
#2D2C32
(45,44,50)
#242126
(36,33,38)
#1B161A
(27,22,26)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #6C7986

#6C7986
(108,121,134)
#798591
(121,133,145)
#86919C
(134,145,156)
#939DA7
(147,157,167)
#A0A9B2
(160,169,178)
#ADB5BD
(173,181,189)
#BAC1C8
(186,193,200)
#C7CDD3
(199,205,211)
#D4D9DE
(212,217,222)
#E1E5E9
(225,229,233)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7986 color. Also use rgb(108,121,134) instead hex code.

Text Font Color

.myTextColor { color: #6C7986; }

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

This text font color is #6C7986.


Background Color

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

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

This div background color is #6C7986.


Border color

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

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

This div border color is #6C7986.


Opacity

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

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

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

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

This text has shadow with #6C7986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7986 on black background.


Color preview on white background

This text has color #6C7986 on white background.



Black color preview on #6C7986 background

This text has black color on #6C7986 background.


White color preview on #6C7986 background

This text has white color on #6C7986 background.