COLOR #6C7682

HEX: #6C7682
RGB: (108,118,130)

Color info

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

RGB color model

#6C7682 color RGB value is (108,118,130).

  • red value is 108;
  • green value is 118;
  • blue value is 130.
RGB:
(108,118,130)
(42%,46%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 118 of 255 = 46%
B 130 of 255 = 51%

108
118
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 118 + 130 = 356 (100%)
R 108 of 356 ~ 30.34%
G 118 of 356 ~ 33.15%
B 130 of 356 ~ 36.52%

%30.34
%33.15
%36.52

CMYK color model

#6C7682 color CMYK value is (17,9,0,49).

  • cyan value is 16.92%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,9,0,49)
C17M9Y0K49 
(17%,9%,0%,49%)
(0.17/0.09/0.00/0.49)	

CMYK percentages

%16.92
%9.23
%0
%49.02

Codes

Color #6C7682 in popluar color models

6C7682
RGB108118130
HSL213°9.24%46.67%
HSB/HSV213°16.92%50.98%
CMYK16.92%9.23%0.00%
49.02%

Color #6C7682 in popluar number systems.

HEX6C7682
Decimal108118130
Binary1101100111011010000010
Octal154166202

Shades and tints

Shades of #6C7682

#6C7682
(108,118,130)
#636C77
(99,108,119)
#5A626C
(90,98,108)
#515861
(81,88,97)
#484E56
(72,78,86)
#3F444B
(63,68,75)
#363A40
(54,58,64)
#2D3035
(45,48,53)
#24262A
(36,38,42)
#1B1C1F
(27,28,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #6C7682

#6C7682
(108,118,130)
#79828D
(121,130,141)
#868E98
(134,142,152)
#939AA3
(147,154,163)
#A0A6AE
(160,166,174)
#ADB2B9
(173,178,185)
#BABEC4
(186,190,196)
#C7CACF
(199,202,207)
#D4D6DA
(212,214,218)
#E1E2E5
(225,226,229)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7682 color. Also use rgb(108,118,130) instead hex code.

Text Font Color

.myTextColor { color: #6C7682; }

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

This text font color is #6C7682.


Background Color

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

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

This div background color is #6C7682.


Border color

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

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

This div border color is #6C7682.


Opacity

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

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

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

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

This text has shadow with #6C7682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7682 on black background.


Color preview on white background

This text has color #6C7682 on white background.



Black color preview on #6C7682 background

This text has black color on #6C7682 background.


White color preview on #6C7682 background

This text has white color on #6C7682 background.