COLOR #6D639F

HEX: #6D639F RGB: (109,99,159)

Color info

#6D639F contains mainly red and blue colors. Web safe color of #6D639F is #666699 (or #669).

RGB color model

#6D639F color RGB value is (109,99,159).

RGB: (109,99,159) (43%, 39%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 159 of 255 = 62%

109
99
159

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

Portions of RGB colors in percentages

R + G + B = 109 + 99 + 159 = 367 (100%)
R 109 of 367 ~ 29.7%
G 99 of 367 ~ 26.98%
B 159 of 367 ~ 43.32'%

%29.7
%26.98
%43.32

CMYK color model

#6D639F color CMYK value is (31,38,0,38).

  • cyan value is 31.45%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (31,38,0,38) C31M38Y0K38 (31%,38%,0%,38%) (0.31/0.38/0.00/0.38) 

CMYK percentages

%31.45
%37.74
%0
%37.65

Codes

Color #6D639F in popluar color models

6D 63 9F
RGB 109 99 159
HSL 250° 23.81% 50.59%
HSB/HSV 250° 37.74% 62.35%
CMYK 31.45% 37.74% 0.00%
37.65%

Color #6D639F in popluar number systems.

HEX 6D 63 9F
Decimal 109 99 159
Binary 1101101 1100011 10011111
Octal 155 143 237

Shades and tints

Shades of #6D639F

#6D639F
(109,99,159)
#645A91
(100,90,145)
#5B5183
(91,81,131)
#524875
(82,72,117)
#493F67
(73,63,103)
#403659
(64,54,89)
#372D4B
(55,45,75)
#2E243D
(46,36,61)
#251B2F
(37,27,47)
#1C1221
(28,18,33)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #6D639F

#6D639F
(109,99,159)
#7A71A7
(122,113,167)
#877FAF
(135,127,175)
#948DB7
(148,141,183)
#A19BBF
(161,155,191)
#AEA9C7
(174,169,199)
#BBB7CF
(187,183,207)
#C8C5D7
(200,197,215)
#D5D3DF
(213,211,223)
#E2E1E7
(226,225,231)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D639F; }

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

This text font color is #6D639F.

Background Color

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

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

This div background color is #6D639F.

Border color

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

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

This div border color is #6D639F.

Opacity

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

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

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

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

This text has shadow with #6D639F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D639F.

Preview

Color preview on black background

This text has color #6D639F on black background.


Color preview on white background

This text has color #6D639F on white background.


Black color preview on #6D639F background

This text has black color on #6D639F background.


White color preview on #6D639F background

This text has white color on #6D639F background.


Related colors

Complementary color

Complementary color for #hex is #929C60.


I love getcolorcode.com

Triadic colors

1 #9F6D63 and #639F6D with #6D639F are triadic colors.

2 #9F636D and #636D9F with #6D639F are triadic colors.