COLOR #6D5678

HEX: #6D5678
RGB: (109,86,120)

Color info

#6D5678 contains red, green and blue colors in about the same proportion. Web safe color of #6D5678 is #666666 (or #666).

RGB color model

#6D5678 color RGB value is (109,86,120).

  • red value is 109;
  • green value is 86;
  • blue value is 120.
RGB:
(109,86,120)
(43%,34%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 86 of 255 = 34%
B 120 of 255 = 47%

109
86
120

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

Portions of RGB colors in percentages

R + G + B =
109 + 86 + 120 = 315 (100%)
R 109 of 315 ~ 34.6%
G 86 of 315 ~ 27.3%
B 120 of 315 ~ 38.1%

%34.6
%27.3
%38.1

CMYK color model

#6D5678 color CMYK value is (9,28,0,53).

  • cyan value is 9.17%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(9,28,0,53)
C9M28Y0K53 
(9%,28%,0%,53%)
(0.09/0.28/0.00/0.53)	

CMYK percentages

%9.17
%28.33
%0
%52.94

Codes

Color #6D5678 in popluar color models

6D5678
RGB10986120
HSL281°16.50%40.39%
HSB/HSV281°28.33%47.06%
CMYK9.17%28.33%0.00%
52.94%

Color #6D5678 in popluar number systems.

HEX6D5678
Decimal10986120
Binary110110110101101111000
Octal155126170

Shades and tints

Shades of #6D5678

#6D5678
(109,86,120)
#644F6E
(100,79,110)
#5B4864
(91,72,100)
#52415A
(82,65,90)
#493A50
(73,58,80)
#403346
(64,51,70)
#372C3C
(55,44,60)
#2E2532
(46,37,50)
#251E28
(37,30,40)
#1C171E
(28,23,30)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #6D5678

#6D5678
(109,86,120)
#7A6584
(122,101,132)
#877490
(135,116,144)
#94839C
(148,131,156)
#A192A8
(161,146,168)
#AEA1B4
(174,161,180)
#BBB0C0
(187,176,192)
#C8BFCC
(200,191,204)
#D5CED8
(213,206,216)
#E2DDE4
(226,221,228)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5678 color. Also use rgb(109,86,120) instead hex code.

Text Font Color

.myTextColor { color: #6D5678; }

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

This text font color is #6D5678.


Background Color

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

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

This div background color is #6D5678.


Border color

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

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

This div border color is #6D5678.


Opacity

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

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

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

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

This text has shadow with #6D5678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5678 on black background.


Color preview on white background

This text has color #6D5678 on white background.



Black color preview on #6D5678 background

This text has black color on #6D5678 background.


White color preview on #6D5678 background

This text has white color on #6D5678 background.