COLOR #6E6D9B

HEX: #6E6D9B
RGB: (110,109,155)

Color info

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

RGB color model

#6E6D9B color RGB value is (110,109,155).

  • red value is 110;
  • green value is 109;
  • blue value is 155.
RGB:
(110,109,155)
(43%,43%,61%)

RGB channels and saturation

R 110 of 255 = 43%
G 109 of 255 = 43%
B 155 of 255 = 61%

110
109
155

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

Portions of RGB colors in percentages

R + G + B =
110 + 109 + 155 = 374 (100%)
R 110 of 374 ~ 29.41%
G 109 of 374 ~ 29.14%
B 155 of 374 ~ 41.44%

%29.41
%29.14
%41.44

CMYK color model

#6E6D9B color CMYK value is (29,30,0,39).

  • cyan value is 29.03%
  • magenta value is 29.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(29,30,0,39)
C29M30Y0K39 
(29%,30%,0%,39%)
(0.29/0.30/0.00/0.39)	

CMYK percentages

%29.03
%29.68
%0
%39.22

Codes

Color #6E6D9B in popluar color models

6E6D9B
RGB110109155
HSL241°18.70%51.76%
HSB/HSV241°29.68%60.78%
CMYK29.03%29.68%0.00%
39.22%

Color #6E6D9B in popluar number systems.

HEX6E6D9B
Decimal110109155
Binary1101110110110110011011
Octal156155233

Shades and tints

Shades of #6E6D9B

#6E6D9B
(110,109,155)
#64648D
(100,100,141)
#5A5B7F
(90,91,127)
#505271
(80,82,113)
#464963
(70,73,99)
#3C4055
(60,64,85)
#323747
(50,55,71)
#282E39
(40,46,57)
#1E252B
(30,37,43)
#141C1D
(20,28,29)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #6E6D9B

#6E6D9B
(110,109,155)
#7B7AA4
(123,122,164)
#8887AD
(136,135,173)
#9594B6
(149,148,182)
#A2A1BF
(162,161,191)
#AFAEC8
(175,174,200)
#BCBBD1
(188,187,209)
#C9C8DA
(201,200,218)
#D6D5E3
(214,213,227)
#E3E2EC
(227,226,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6D9B color. Also use rgb(110,109,155) instead hex code.

Text Font Color

.myTextColor { color: #6E6D9B; }

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

This text font color is #6E6D9B.


Background Color

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

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

This div background color is #6E6D9B.


Border color

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

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

This div border color is #6E6D9B.


Opacity

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

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

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

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

This text has shadow with #6E6D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6D9B on black background.


Color preview on white background

This text has color #6E6D9B on white background.



Black color preview on #6E6D9B background

This text has black color on #6E6D9B background.


White color preview on #6E6D9B background

This text has white color on #6E6D9B background.