COLOR #6D628B

HEX: #6D628B
RGB: (109,98,139)

Color info

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

RGB color model

#6D628B color RGB value is (109,98,139).

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

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 139 of 255 = 55%

109
98
139

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

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 139 = 346 (100%)
R 109 of 346 ~ 31.5%
G 98 of 346 ~ 28.32%
B 139 of 346 ~ 40.17%

%31.5
%28.32
%40.17

CMYK color model

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

  • cyan value is 21.58%
  • magenta value is 29.50%
  • 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
%29.5
%0
%45.49

Codes

Color #6D628B in popluar color models

6D628B
RGB10998139
HSL256°17.30%46.47%
HSB/HSV256°29.50%54.51%
CMYK21.58%29.50%0.00%
45.49%

Color #6D628B in popluar number systems.

HEX6D628B
Decimal10998139
Binary1101101110001010001011
Octal155142213

Shades and tints

Shades of #6D628B

#6D628B
(109,98,139)
#645A7F
(100,90,127)
#5B5273
(91,82,115)
#524A67
(82,74,103)
#49425B
(73,66,91)
#403A4F
(64,58,79)
#373243
(55,50,67)
#2E2A37
(46,42,55)
#25222B
(37,34,43)
#1C1A1F
(28,26,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #6D628B

#6D628B
(109,98,139)
#7A7095
(122,112,149)
#877E9F
(135,126,159)
#948CA9
(148,140,169)
#A19AB3
(161,154,179)
#AEA8BD
(174,168,189)
#BBB6C7
(187,182,199)
#C8C4D1
(200,196,209)
#D5D2DB
(213,210,219)
#E2E0E5
(226,224,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D628B; }

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

This text font color is #6D628B.


Background Color

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

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

This div background color is #6D628B.


Border color

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

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

This div border color is #6D628B.


Opacity

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

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

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

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

This text has shadow with #6D628B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D628B on black background.


Color preview on white background

This text has color #6D628B on white background.



Black color preview on #6D628B background

This text has black color on #6D628B background.


White color preview on #6D628B background

This text has white color on #6D628B background.