COLOR #6D6378

HEX: #6D6378 RGB: (109,99,120)

Color info

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

RGB color model

#6D6378 color RGB value is (109,99,120).

RGB: (109,99,120) (43%, 39%, 47%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 120 of 255 = 47%

109
99
120

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

Portions of RGB colors in percentages

R + G + B = 109 + 99 + 120 = 328 (100%)
R 109 of 328 ~ 33.23%
G 99 of 328 ~ 30.18%
B 120 of 328 ~ 36.59'%

%33.23
%30.18
%36.59

CMYK color model

#6D6378 color CMYK value is (9,18,0,53).

  • cyan value is 9.17%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (9,18,0,53) C9M18Y0K53 (9%,18%,0%,53%) (0.09/0.18/0.00/0.53) 

CMYK percentages

%9.17
%17.5
%0
%52.94

Codes

Color #6D6378 in popluar color models

6D 63 78
RGB 109 99 120
HSL 269° 9.59% 42.94%
HSB/HSV 269° 17.50% 47.06%
CMYK 9.17% 17.50% 0.00%
52.94%

Color #6D6378 in popluar number systems.

HEX 6D 63 78
Decimal 109 99 120
Binary 1101101 1100011 1111000
Octal 155 143 170

Shades and tints

Shades of #6D6378

#6D6378
(109,99,120)
#645A6E
(100,90,110)
#5B5164
(91,81,100)
#52485A
(82,72,90)
#493F50
(73,63,80)
#403646
(64,54,70)
#372D3C
(55,45,60)
#2E2432
(46,36,50)
#251B28
(37,27,40)
#1C121E
(28,18,30)
#130914
(19,9,20)
#000000
(0,0,0)

Tints of #6D6378

#6D6378
(109,99,120)
#7A7184
(122,113,132)
#877F90
(135,127,144)
#948D9C
(148,141,156)
#A19BA8
(161,155,168)
#AEA9B4
(174,169,180)
#BBB7C0
(187,183,192)
#C8C5CC
(200,197,204)
#D5D3D8
(213,211,216)
#E2E1E4
(226,225,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6378; }

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

This text font color is #6D6378.

Background Color

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

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

This div background color is #6D6378.

Border color

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

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

This div border color is #6D6378.

Opacity

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

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

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

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

This text has shadow with #6D6378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6378.

Preview

Color preview on black background

This text has color #6D6378 on black background.


Color preview on white background

This text has color #6D6378 on white background.


Black color preview on #6D6378 background

This text has black color on #6D6378 background.


White color preview on #6D6378 background

This text has white color on #6D6378 background.


Related colors

Complementary color

Complementary color for #hex is #929C87.


I love getcolorcode.com

Triadic colors

1 #786D63 and #63786D with #6D6378 are triadic colors.

2 #78636D and #636D78 with #6D6378 are triadic colors.