COLOR #6B648D

HEX: #6B648D RGB: (107,100,141)

Color info

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

RGB color model

#6B648D color RGB value is (107,100,141).

RGB: (107,100,141) (42%, 39%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 141 of 255 = 55%

107
100
141

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

Portions of RGB colors in percentages

R + G + B = 107 + 100 + 141 = 348 (100%)
R 107 of 348 ~ 30.75%
G 100 of 348 ~ 28.74%
B 141 of 348 ~ 40.52'%

%30.75
%28.74
%40.52

CMYK color model

#6B648D color CMYK value is (24,29,0,45).

  • cyan value is 24.11%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (24,29,0,45)
C24M29Y0K45 (24%, 29%, 0%, 45%)
(0.24 / 0.29 / 0.00 / 0.45)

CMYK percentages

%24.11
%29.08
%0
%44.71

Codes

Color #6B648D in popluar color models

6B 64 8D
RGB 107 100 141
HSL 250° 17.01% 47.25%
HSB/HSV 250° 29.08% 55.29%
CMYK 24.11% 29.08% 0.00%
44.71%

Color #6B648D in popluar number systems.

HEX 6B 64 8D
Decimal 107 100 141
Binary 1101011 1100100 10001101
Octal 153 144 215

Shades and tints

Shades of #6B648D

#6B648D
(107,100,141)
#625B81
(98,91,129)
#595275
(89,82,117)
#504969
(80,73,105)
#47405D
(71,64,93)
#3E3751
(62,55,81)
#352E45
(53,46,69)
#2C2539
(44,37,57)
#231C2D
(35,28,45)
#1A1321
(26,19,33)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #6B648D

#6B648D
(107,100,141)
#787297
(120,114,151)
#8580A1
(133,128,161)
#928EAB
(146,142,171)
#9F9CB5
(159,156,181)
#ACAABF
(172,170,191)
#B9B8C9
(185,184,201)
#C6C6D3
(198,198,211)
#D3D4DD
(211,212,221)
#E0E2E7
(224,226,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B648D color. Also use rgb(107,100,141) instead hex code.

Text Font Color

.myTextColor { color: #6B648D; }

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

This text font color is #6B648D.

Background Color

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

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

This div background color is #6B648D.

Border color

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

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

This div border color is #6B648D.

Opacity

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

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

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

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

This text has shadow with #6B648D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B648D.

Preview

Color preview on black background

This text has color #6B648D on black background.


Color preview on white background

This text has color #6B648D on white background.


Black color preview on #6B648D background

This text has black color on #6B648D background.


White color preview on #6B648D background

This text has white color on #6B648D background.


Related colors

Complementary color

Complementary color for #hex is #949B72.


I love getcolorcode.com

Triadic colors

1 #8D6B64 and #648D6B with #6B648D are triadic colors.

2 #8D646B and #646B8D with #6B648D are triadic colors.