COLOR #6D639A

HEX: #6D639A RGB: (109,99,154)

Color info

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

RGB color model

#6D639A color RGB value is (109,99,154).

RGB: (109,99,154) (43%, 39%, 60%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 154 of 255 = 60%

109
99
154

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

Portions of RGB colors in percentages

R + G + B = 109 + 99 + 154 = 362 (100%)
R 109 of 362 ~ 30.11%
G 99 of 362 ~ 27.35%
B 154 of 362 ~ 42.54'%

%30.11
%27.35
%42.54

CMYK color model

#6D639A color CMYK value is (29,36,0,40).

  • cyan value is 29.22%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (29,36,0,40)
C29M36Y0K40 (29%, 36%, 0%, 40%)
(0.29 / 0.36 / 0.00 / 0.40)

CMYK percentages

%29.22
%35.71
%0
%39.61

Codes

Color #6D639A in popluar color models

6D 63 9A
RGB 109 99 154
HSL 251° 21.74% 49.61%
HSB/HSV 251° 35.71% 60.39%
CMYK 29.22% 35.71% 0.00%
39.61%

Color #6D639A in popluar number systems.

HEX 6D 63 9A
Decimal 109 99 154
Binary 1101101 1100011 10011010
Octal 155 143 232

Shades and tints

Shades of #6D639A

#6D639A
(109,99,154)
#645A8C
(100,90,140)
#5B517E
(91,81,126)
#524870
(82,72,112)
#493F62
(73,63,98)
#403654
(64,54,84)
#372D46
(55,45,70)
#2E2438
(46,36,56)
#251B2A
(37,27,42)
#1C121C
(28,18,28)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #6D639A

#6D639A
(109,99,154)
#7A71A3
(122,113,163)
#877FAC
(135,127,172)
#948DB5
(148,141,181)
#A19BBE
(161,155,190)
#AEA9C7
(174,169,199)
#BBB7D0
(187,183,208)
#C8C5D9
(200,197,217)
#D5D3E2
(213,211,226)
#E2E1EB
(226,225,235)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D639A; }

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

This text font color is #6D639A.

Background Color

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

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

This div background color is #6D639A.

Border color

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

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

This div border color is #6D639A.

Opacity

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

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

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

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

This text has shadow with #6D639A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D639A.

Preview

Color preview on black background

This text has color #6D639A on black background.


Color preview on white background

This text has color #6D639A on white background.


Black color preview on #6D639A background

This text has black color on #6D639A background.


White color preview on #6D639A background

This text has white color on #6D639A background.


Related colors

Complementary color

Complementary color for #hex is #929C65.


I love getcolorcode.com

Triadic colors

1 #9A6D63 and #639A6D with #6D639A are triadic colors.

2 #9A636D and #636D9A with #6D639A are triadic colors.