COLOR #6E6B99

HEX: #6E6B99 RGB: (110,107,153)

Color info

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

RGB color model

#6E6B99 color RGB value is (110,107,153).

RGB: (110,107,153) (43%, 42%, 60%)

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 153 of 255 = 60%

110
107
153

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

Portions of RGB colors in percentages

R + G + B = 110 + 107 + 153 = 370 (100%)
R 110 of 370 ~ 29.73%
G 107 of 370 ~ 28.92%
B 153 of 370 ~ 41.35'%

%29.73
%28.92
%41.35

CMYK color model

#6E6B99 color CMYK value is (28,30,0,40).

  • cyan value is 28.10%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (28,30,0,40)
C28M30Y0K40 (28%, 30%, 0%, 40%)
(0.28 / 0.30 / 0.00 / 0.40)

CMYK percentages

%28.1
%30.07
%0
%40

Codes

Color #6E6B99 in popluar color models

6E 6B 99
RGB 110 107 153
HSL 244° 18.40% 50.98%
HSB/HSV 244° 30.07% 60.00%
CMYK 28.10% 30.07% 0.00%
40.00%

Color #6E6B99 in popluar number systems.

HEX 6E 6B 99
Decimal 110 107 153
Binary 1101110 1101011 10011001
Octal 156 153 231

Shades and tints

Shades of #6E6B99

#6E6B99
(110,107,153)
#64628C
(100,98,140)
#5A597F
(90,89,127)
#505072
(80,80,114)
#464765
(70,71,101)
#3C3E58
(60,62,88)
#32354B
(50,53,75)
#282C3E
(40,44,62)
#1E2331
(30,35,49)
#141A24
(20,26,36)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #6E6B99

#6E6B99
(110,107,153)
#7B78A2
(123,120,162)
#8885AB
(136,133,171)
#9592B4
(149,146,180)
#A29FBD
(162,159,189)
#AFACC6
(175,172,198)
#BCB9CF
(188,185,207)
#C9C6D8
(201,198,216)
#D6D3E1
(214,211,225)
#E3E0EA
(227,224,234)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6B99 color. Also use rgb(110,107,153) instead hex code.

Text Font Color

.myTextColor { color: #6E6B99; }

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

This text font color is #6E6B99.

Background Color

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

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

This div background color is #6E6B99.

Border color

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

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

This div border color is #6E6B99.

Opacity

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

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

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

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

This text has shadow with #6E6B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6B99.

Preview

Color preview on black background

This text has color #6E6B99 on black background.


Color preview on white background

This text has color #6E6B99 on white background.


Black color preview on #6E6B99 background

This text has black color on #6E6B99 background.


White color preview on #6E6B99 background

This text has white color on #6E6B99 background.


Related colors

Complementary color

Complementary color for #hex is #919466.


I love getcolorcode.com

Triadic colors

1 #996E6B and #6B996E with #6E6B99 are triadic colors.

2 #996B6E and #6B6E99 with #6E6B99 are triadic colors.