COLOR #6D639C

HEX: #6D639C RGB: (109,99,156)

Color info

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

RGB color model

#6D639C color RGB value is (109,99,156).

RGB: (109,99,156) (43%, 39%, 61%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 156 of 255 = 61%

109
99
156

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

Portions of RGB colors in percentages

R + G + B = 109 + 99 + 156 = 364 (100%)
R 109 of 364 ~ 29.95%
G 99 of 364 ~ 27.2%
B 156 of 364 ~ 42.86'%

%29.95
%27.2
%42.86

CMYK color model

#6D639C color CMYK value is (30,37,0,39).

  • cyan value is 30.13%
  • magenta value is 36.54%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (30,37,0,39)
C30M37Y0K39 (30%, 37%, 0%, 39%)
(0.30 / 0.37 / 0.00 / 0.39)

CMYK percentages

%30.13
%36.54
%0
%38.82

Codes

Color #6D639C in popluar color models

6D 63 9C
RGB 109 99 156
HSL 251° 22.35% 50.00%
HSB/HSV 251° 36.54% 61.18%
CMYK 30.13% 36.54% 0.00%
38.82%

Color #6D639C in popluar number systems.

HEX 6D 63 9C
Decimal 109 99 156
Binary 1101101 1100011 10011100
Octal 155 143 234

Shades and tints

Shades of #6D639C

#6D639C
(109,99,156)
#645A8E
(100,90,142)
#5B5180
(91,81,128)
#524872
(82,72,114)
#493F64
(73,63,100)
#403656
(64,54,86)
#372D48
(55,45,72)
#2E243A
(46,36,58)
#251B2C
(37,27,44)
#1C121E
(28,18,30)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #6D639C

#6D639C
(109,99,156)
#7A71A5
(122,113,165)
#877FAE
(135,127,174)
#948DB7
(148,141,183)
#A19BC0
(161,155,192)
#AEA9C9
(174,169,201)
#BBB7D2
(187,183,210)
#C8C5DB
(200,197,219)
#D5D3E4
(213,211,228)
#E2E1ED
(226,225,237)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D639C; }

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

This text font color is #6D639C.

Background Color

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

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

This div background color is #6D639C.

Border color

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

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

This div border color is #6D639C.

Opacity

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

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

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

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

This text has shadow with #6D639C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D639C.

Preview

Color preview on black background

This text has color #6D639C on black background.


Color preview on white background

This text has color #6D639C on white background.


Black color preview on #6D639C background

This text has black color on #6D639C background.


White color preview on #6D639C background

This text has white color on #6D639C background.


Related colors

Complementary color

Complementary color for #hex is #929C63.


I love getcolorcode.com

Triadic colors

1 #9C6D63 and #639C6D with #6D639C are triadic colors.

2 #9C636D and #636D9C with #6D639C are triadic colors.