COLOR #6E648B

HEX: #6E648B
RGB: (110,100,139)

Color info

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

RGB color model

#6E648B color RGB value is (110,100,139).

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

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 139 of 255 = 55%

110
100
139

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

Portions of RGB colors in percentages

R + G + B =
110 + 100 + 139 = 349 (100%)
R 110 of 349 ~ 31.52%
G 100 of 349 ~ 28.65%
B 139 of 349 ~ 39.83%

%31.52
%28.65
%39.83

CMYK color model

#6E648B color CMYK value is (21,28,0,45).

  • cyan value is 20.86%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(21,28,0,45)
C21M28Y0K45 
(21%,28%,0%,45%)
(0.21/0.28/0.00/0.45)	

CMYK percentages

%20.86
%28.06
%0
%45.49

Codes

Color #6E648B in popluar color models

6E648B
RGB110100139
HSL255°16.32%46.86%
HSB/HSV255°28.06%54.51%
CMYK20.86%28.06%0.00%
45.49%

Color #6E648B in popluar number systems.

HEX6E648B
Decimal110100139
Binary1101110110010010001011
Octal156144213

Shades and tints

Shades of #6E648B

#6E648B
(110,100,139)
#645B7F
(100,91,127)
#5A5273
(90,82,115)
#504967
(80,73,103)
#46405B
(70,64,91)
#3C374F
(60,55,79)
#322E43
(50,46,67)
#282537
(40,37,55)
#1E1C2B
(30,28,43)
#14131F
(20,19,31)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #6E648B

#6E648B
(110,100,139)
#7B7295
(123,114,149)
#88809F
(136,128,159)
#958EA9
(149,142,169)
#A29CB3
(162,156,179)
#AFAABD
(175,170,189)
#BCB8C7
(188,184,199)
#C9C6D1
(201,198,209)
#D6D4DB
(214,212,219)
#E3E2E5
(227,226,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E648B color. Also use rgb(110,100,139) instead hex code.

Text Font Color

.myTextColor { color: #6E648B; }

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

This text font color is #6E648B.


Background Color

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

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

This div background color is #6E648B.


Border color

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

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

This div border color is #6E648B.


Opacity

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

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

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

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

This text has shadow with #6E648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E648B on black background.


Color preview on white background

This text has color #6E648B on white background.



Black color preview on #6E648B background

This text has black color on #6E648B background.


White color preview on #6E648B background

This text has white color on #6E648B background.