COLOR #6B678C

HEX: #6B678C RGB: (107,103,140)

Color info

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

RGB color model

#6B678C color RGB value is (107,103,140).

RGB: (107,103,140) (42%, 40%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 140 of 255 = 55%

107
103
140

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

Portions of RGB colors in percentages

R + G + B = 107 + 103 + 140 = 350 (100%)
R 107 of 350 ~ 30.57%
G 103 of 350 ~ 29.43%
B 140 of 350 ~ 40'%

%30.57
%29.43
%40

CMYK color model

#6B678C color CMYK value is (24,26,0,45).

  • cyan value is 23.57%
  • magenta value is 26.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (24,26,0,45)
C24M26Y0K45 (24%, 26%, 0%, 45%)
(0.24 / 0.26 / 0.00 / 0.45)

CMYK percentages

%23.57
%26.43
%0
%45.1

Codes

Color #6B678C in popluar color models

6B 67 8C
RGB 107 103 140
HSL 246° 15.23% 47.65%
HSB/HSV 246° 26.43% 54.90%
CMYK 23.57% 26.43% 0.00%
45.10%

Color #6B678C in popluar number systems.

HEX 6B 67 8C
Decimal 107 103 140
Binary 1101011 1100111 10001100
Octal 153 147 214

Shades and tints

Shades of #6B678C

#6B678C
(107,103,140)
#625E80
(98,94,128)
#595574
(89,85,116)
#504C68
(80,76,104)
#47435C
(71,67,92)
#3E3A50
(62,58,80)
#353144
(53,49,68)
#2C2838
(44,40,56)
#231F2C
(35,31,44)
#1A1620
(26,22,32)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #6B678C

#6B678C
(107,103,140)
#787496
(120,116,150)
#8581A0
(133,129,160)
#928EAA
(146,142,170)
#9F9BB4
(159,155,180)
#ACA8BE
(172,168,190)
#B9B5C8
(185,181,200)
#C6C2D2
(198,194,210)
#D3CFDC
(211,207,220)
#E0DCE6
(224,220,230)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B678C; }

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

This text font color is #6B678C.

Background Color

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

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

This div background color is #6B678C.

Border color

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

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

This div border color is #6B678C.

Opacity

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

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

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

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

This text has shadow with #6B678C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B678C.

Preview

Color preview on black background

This text has color #6B678C on black background.


Color preview on white background

This text has color #6B678C on white background.


Black color preview on #6B678C background

This text has black color on #6B678C background.


White color preview on #6B678C background

This text has white color on #6B678C background.


Related colors

Complementary color

Complementary color for #hex is #949873.


I love getcolorcode.com

Triadic colors

1 #8C6B67 and #678C6B with #6B678C are triadic colors.

2 #8C676B and #676B8C with #6B678C are triadic colors.