COLOR #6D5078

HEX: #6D5078 RGB: (109,80,120)

Color info

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

RGB color model

#6D5078 color RGB value is (109,80,120).

RGB: (109,80,120) (43%, 31%, 47%)

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 120 of 255 = 47%

109
80
120

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

Portions of RGB colors in percentages

R + G + B = 109 + 80 + 120 = 309 (100%)
R 109 of 309 ~ 35.28%
G 80 of 309 ~ 25.89%
B 120 of 309 ~ 38.83'%

%35.28
%25.89
%38.83

CMYK color model

#6D5078 color CMYK value is (9,33,0,53).

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

CMYK: (9,33,0,53)
C9M33Y0K53 (9%, 33%, 0%, 53%)
(0.09 / 0.33 / 0.00 / 0.53)

CMYK percentages

%9.17
%33.33
%0
%52.94

Codes

Color #6D5078 in popluar color models

6D 50 78
RGB 109 80 120
HSL 284° 20.00% 39.22%
HSB/HSV 284° 33.33% 47.06%
CMYK 9.17% 33.33% 0.00%
52.94%

Color #6D5078 in popluar number systems.

HEX 6D 50 78
Decimal 109 80 120
Binary 1101101 1010000 1111000
Octal 155 120 170

Shades and tints

Shades of #6D5078

#6D5078
(109,80,120)
#64496E
(100,73,110)
#5B4264
(91,66,100)
#523B5A
(82,59,90)
#493450
(73,52,80)
#402D46
(64,45,70)
#37263C
(55,38,60)
#2E1F32
(46,31,50)
#251828
(37,24,40)
#1C111E
(28,17,30)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #6D5078

#6D5078
(109,80,120)
#7A5F84
(122,95,132)
#876E90
(135,110,144)
#947D9C
(148,125,156)
#A18CA8
(161,140,168)
#AE9BB4
(174,155,180)
#BBAAC0
(187,170,192)
#C8B9CC
(200,185,204)
#D5C8D8
(213,200,216)
#E2D7E4
(226,215,228)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5078; }

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

This text font color is #6D5078.

Background Color

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

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

This div background color is #6D5078.

Border color

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

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

This div border color is #6D5078.

Opacity

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

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

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

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

This text has shadow with #6D5078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5078.

Preview

Color preview on black background

This text has color #6D5078 on black background.


Color preview on white background

This text has color #6D5078 on white background.


Black color preview on #6D5078 background

This text has black color on #6D5078 background.


White color preview on #6D5078 background

This text has white color on #6D5078 background.


Related colors

Complementary color

Complementary color for #hex is #92AF87.


I love getcolorcode.com

Triadic colors

1 #786D50 and #50786D with #6D5078 are triadic colors.

2 #78506D and #506D78 with #6D5078 are triadic colors.