COLOR #6D5878

HEX: #6D5878 RGB: (109,88,120)

Color info

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

RGB color model

#6D5878 color RGB value is (109,88,120).

RGB: (109,88,120) (43%, 35%, 47%)

RGB channels and saturation

R 109 of 255 = 43%
G 88 of 255 = 35%
B 120 of 255 = 47%

109
88
120

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

Portions of RGB colors in percentages

R + G + B = 109 + 88 + 120 = 317 (100%)
R 109 of 317 ~ 34.38%
G 88 of 317 ~ 27.76%
B 120 of 317 ~ 37.85'%

%34.38
%27.76
%37.85

CMYK color model

#6D5878 color CMYK value is (9,27,0,53).

  • cyan value is 9.17%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (9,27,0,53)
C9M27Y0K53 (9%, 27%, 0%, 53%)
(0.09 / 0.27 / 0.00 / 0.53)

CMYK percentages

%9.17
%26.67
%0
%52.94

Codes

Color #6D5878 in popluar color models

6D 58 78
RGB 109 88 120
HSL 279° 15.38% 40.78%
HSB/HSV 279° 26.67% 47.06%
CMYK 9.17% 26.67% 0.00%
52.94%

Color #6D5878 in popluar number systems.

HEX 6D 58 78
Decimal 109 88 120
Binary 1101101 1011000 1111000
Octal 155 130 170

Shades and tints

Shades of #6D5878

#6D5878
(109,88,120)
#64506E
(100,80,110)
#5B4864
(91,72,100)
#52405A
(82,64,90)
#493850
(73,56,80)
#403046
(64,48,70)
#37283C
(55,40,60)
#2E2032
(46,32,50)
#251828
(37,24,40)
#1C101E
(28,16,30)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #6D5878

#6D5878
(109,88,120)
#7A6784
(122,103,132)
#877690
(135,118,144)
#94859C
(148,133,156)
#A194A8
(161,148,168)
#AEA3B4
(174,163,180)
#BBB2C0
(187,178,192)
#C8C1CC
(200,193,204)
#D5D0D8
(213,208,216)
#E2DFE4
(226,223,228)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5878; }

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

This text font color is #6D5878.

Background Color

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

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

This div background color is #6D5878.

Border color

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

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

This div border color is #6D5878.

Opacity

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

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

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

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

This text has shadow with #6D5878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5878.

Preview

Color preview on black background

This text has color #6D5878 on black background.


Color preview on white background

This text has color #6D5878 on white background.


Black color preview on #6D5878 background

This text has black color on #6D5878 background.


White color preview on #6D5878 background

This text has white color on #6D5878 background.


Related colors

Complementary color

Complementary color for #hex is #92A787.


I love getcolorcode.com

Triadic colors

1 #786D58 and #58786D with #6D5878 are triadic colors.

2 #78586D and #586D78 with #6D5878 are triadic colors.