COLOR #6E638D

HEX: #6E638D
RGB: (110,99,141)

Color info

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

RGB color model

#6E638D color RGB value is (110,99,141).

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

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 141 of 255 = 55%

110
99
141

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

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 141 = 350 (100%)
R 110 of 350 ~ 31.43%
G 99 of 350 ~ 28.29%
B 141 of 350 ~ 40.29%

%31.43
%28.29
%40.29

CMYK color model

#6E638D color CMYK value is (22,30,0,45).

  • cyan value is 21.99%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(22,30,0,45)
C22M30Y0K45 
(22%,30%,0%,45%)
(0.22/0.30/0.00/0.45)	

CMYK percentages

%21.99
%29.79
%0
%44.71

Codes

Color #6E638D in popluar color models

6E638D
RGB11099141
HSL256°17.50%47.06%
HSB/HSV256°29.79%55.29%
CMYK21.99%29.79%0.00%
44.71%

Color #6E638D in popluar number systems.

HEX6E638D
Decimal11099141
Binary1101110110001110001101
Octal156143215

Shades and tints

Shades of #6E638D

#6E638D
(110,99,141)
#645A81
(100,90,129)
#5A5175
(90,81,117)
#504869
(80,72,105)
#463F5D
(70,63,93)
#3C3651
(60,54,81)
#322D45
(50,45,69)
#282439
(40,36,57)
#1E1B2D
(30,27,45)
#141221
(20,18,33)
#0A0915
(10,9,21)
#000000
(0,0,0)

Tints of #6E638D

#6E638D
(110,99,141)
#7B7197
(123,113,151)
#887FA1
(136,127,161)
#958DAB
(149,141,171)
#A29BB5
(162,155,181)
#AFA9BF
(175,169,191)
#BCB7C9
(188,183,201)
#C9C5D3
(201,197,211)
#D6D3DD
(214,211,221)
#E3E1E7
(227,225,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E638D color. Also use rgb(110,99,141) instead hex code.

Text Font Color

.myTextColor { color: #6E638D; }

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

This text font color is #6E638D.


Background Color

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

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

This div background color is #6E638D.


Border color

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

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

This div border color is #6E638D.


Opacity

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

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

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

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

This text has shadow with #6E638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E638D on black background.


Color preview on white background

This text has color #6E638D on white background.



Black color preview on #6E638D background

This text has black color on #6E638D background.


White color preview on #6E638D background

This text has white color on #6E638D background.