COLOR #6D678C

HEX: #6D678C RGB: (109,103,140)

Color info

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

RGB color model

#6D678C color RGB value is (109,103,140).

RGB: (109,103,140) (43%, 40%, 55%)

RGB channels and saturation

R 109 of 255 = 43%
G 103 of 255 = 40%
B 140 of 255 = 55%

109
103
140

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

Portions of RGB colors in percentages

R + G + B = 109 + 103 + 140 = 352 (100%)
R 109 of 352 ~ 30.97%
G 103 of 352 ~ 29.26%
B 140 of 352 ~ 39.77'%

%30.97
%29.26
%39.77

CMYK color model

#6D678C color CMYK value is (22,26,0,45).

  • cyan value is 22.14%
  • magenta value is 26.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (22,26,0,45) C22M26Y0K45 (22%,26%,0%,45%) (0.22/0.26/0.00/0.45) 

CMYK percentages

%22.14
%26.43
%0
%45.1

Codes

Color #6D678C in popluar color models

6D 67 8C
RGB 109 103 140
HSL 250° 15.23% 47.65%
HSB/HSV 250° 26.43% 54.90%
CMYK 22.14% 26.43% 0.00%
45.10%

Color #6D678C in popluar number systems.

HEX 6D 67 8C
Decimal 109 103 140
Binary 1101101 1100111 10001100
Octal 155 147 214

Shades and tints

Shades of #6D678C

#6D678C
(109,103,140)
#645E80
(100,94,128)
#5B5574
(91,85,116)
#524C68
(82,76,104)
#49435C
(73,67,92)
#403A50
(64,58,80)
#373144
(55,49,68)
#2E2838
(46,40,56)
#251F2C
(37,31,44)
#1C1620
(28,22,32)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #6D678C

#6D678C
(109,103,140)
#7A7496
(122,116,150)
#8781A0
(135,129,160)
#948EAA
(148,142,170)
#A19BB4
(161,155,180)
#AEA8BE
(174,168,190)
#BBB5C8
(187,181,200)
#C8C2D2
(200,194,210)
#D5CFDC
(213,207,220)
#E2DCE6
(226,220,230)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D678C color. Also use rgb(109,103,140) instead hex code.

Text Font Color

.myTextColor { color: #6D678C; }

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

This text font color is #6D678C.

Background Color

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

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

This div background color is #6D678C.

Border color

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

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

This div border color is #6D678C.

Opacity

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

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

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

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

This text has shadow with #6D678C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D678C.

Preview

Color preview on black background

This text has color #6D678C on black background.


Color preview on white background

This text has color #6D678C on white background.


Black color preview on #6D678C background

This text has black color on #6D678C background.


White color preview on #6D678C background

This text has white color on #6D678C background.


Related colors

Complementary color

Complementary color for #hex is #929873.


I love getcolorcode.com

Triadic colors

1 #8C6D67 and #678C6D with #6D678C are triadic colors.

2 #8C676D and #676D8C with #6D678C are triadic colors.