COLOR #6D638B

HEX: #6D638B
RGB: (109,99,139)

Color info

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

RGB color model

#6D638B color RGB value is (109,99,139).

  • red value is 109;
  • green value is 99;
  • blue value is 139.
RGB:
(109,99,139)
(43%,39%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 139 of 255 = 55%

109
99
139

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

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 139 = 347 (100%)
R 109 of 347 ~ 31.41%
G 99 of 347 ~ 28.53%
B 139 of 347 ~ 40.06%

%31.41
%28.53
%40.06

CMYK color model

#6D638B color CMYK value is (22,29,0,45).

  • cyan value is 21.58%
  • magenta value is 28.78%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(22,29,0,45)
C22M29Y0K45 
(22%,29%,0%,45%)
(0.22/0.29/0.00/0.45)	

CMYK percentages

%21.58
%28.78
%0
%45.49

Codes

Color #6D638B in popluar color models

6D638B
RGB10999139
HSL255°16.81%46.67%
HSB/HSV255°28.78%54.51%
CMYK21.58%28.78%0.00%
45.49%

Color #6D638B in popluar number systems.

HEX6D638B
Decimal10999139
Binary1101101110001110001011
Octal155143213

Shades and tints

Shades of #6D638B

#6D638B
(109,99,139)
#645A7F
(100,90,127)
#5B5173
(91,81,115)
#524867
(82,72,103)
#493F5B
(73,63,91)
#40364F
(64,54,79)
#372D43
(55,45,67)
#2E2437
(46,36,55)
#251B2B
(37,27,43)
#1C121F
(28,18,31)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #6D638B

#6D638B
(109,99,139)
#7A7195
(122,113,149)
#877F9F
(135,127,159)
#948DA9
(148,141,169)
#A19BB3
(161,155,179)
#AEA9BD
(174,169,189)
#BBB7C7
(187,183,199)
#C8C5D1
(200,197,209)
#D5D3DB
(213,211,219)
#E2E1E5
(226,225,229)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D638B; }

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

This text font color is #6D638B.


Background Color

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

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

This div background color is #6D638B.


Border color

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

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

This div border color is #6D638B.


Opacity

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

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

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

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

This text has shadow with #6D638B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D638B on black background.


Color preview on white background

This text has color #6D638B on white background.



Black color preview on #6D638B background

This text has black color on #6D638B background.


White color preview on #6D638B background

This text has white color on #6D638B background.