COLOR #6D648F

HEX: #6D648F RGB: (109,100,143)

Color info

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

RGB color model

#6D648F color RGB value is (109,100,143).

RGB: (109,100,143) (43%, 39%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 143 of 255 = 56%

109
100
143

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

Portions of RGB colors in percentages

R + G + B = 109 + 100 + 143 = 352 (100%)
R 109 of 352 ~ 30.97%
G 100 of 352 ~ 28.41%
B 143 of 352 ~ 40.63'%

%30.97
%28.41
%40.63

CMYK color model

#6D648F color CMYK value is (24,30,0,44).

  • cyan value is 23.78%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (24,30,0,44)
C24M30Y0K44 (24%, 30%, 0%, 44%)
(0.24 / 0.30 / 0.00 / 0.44)

CMYK percentages

%23.78
%30.07
%0
%43.92

Codes

Color #6D648F in popluar color models

6D 64 8F
RGB 109 100 143
HSL 253° 17.70% 47.65%
HSB/HSV 253° 30.07% 56.08%
CMYK 23.78% 30.07% 0.00%
43.92%

Color #6D648F in popluar number systems.

HEX 6D 64 8F
Decimal 109 100 143
Binary 1101101 1100100 10001111
Octal 155 144 217

Shades and tints

Shades of #6D648F

#6D648F
(109,100,143)
#645B82
(100,91,130)
#5B5275
(91,82,117)
#524968
(82,73,104)
#49405B
(73,64,91)
#40374E
(64,55,78)
#372E41
(55,46,65)
#2E2534
(46,37,52)
#251C27
(37,28,39)
#1C131A
(28,19,26)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D648F

#6D648F
(109,100,143)
#7A7299
(122,114,153)
#8780A3
(135,128,163)
#948EAD
(148,142,173)
#A19CB7
(161,156,183)
#AEAAC1
(174,170,193)
#BBB8CB
(187,184,203)
#C8C6D5
(200,198,213)
#D5D4DF
(213,212,223)
#E2E2E9
(226,226,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D648F color. Also use rgb(109,100,143) instead hex code.

Text Font Color

.myTextColor { color: #6D648F; }

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

This text font color is #6D648F.

Background Color

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

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

This div background color is #6D648F.

Border color

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

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

This div border color is #6D648F.

Opacity

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

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

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

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

This text has shadow with #6D648F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D648F.

Preview

Color preview on black background

This text has color #6D648F on black background.


Color preview on white background

This text has color #6D648F on white background.


Black color preview on #6D648F background

This text has black color on #6D648F background.


White color preview on #6D648F background

This text has white color on #6D648F background.


Related colors

Complementary color

Complementary color for #hex is #929B70.


I love getcolorcode.com

Triadic colors

1 #8F6D64 and #648F6D with #6D648F are triadic colors.

2 #8F646D and #646D8F with #6D648F are triadic colors.