COLOR #6E6B9A

HEX: #6E6B9A RGB: (110,107,154)

Color info

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

RGB color model

#6E6B9A color RGB value is (110,107,154).

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

RGB channels and saturation

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

110
107
154

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

Portions of RGB colors in percentages

R + G + B = 110 + 107 + 154 = 371 (100%)
R 110 of 371 ~ 29.65%
G 107 of 371 ~ 28.84%
B 154 of 371 ~ 41.51'%

%29.65
%28.84
%41.51

CMYK color model

#6E6B9A color CMYK value is (29,31,0,40).

  • cyan value is 28.57%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (29,31,0,40)
C29M31Y0K40 (29%, 31%, 0%, 40%)
(0.29 / 0.31 / 0.00 / 0.40)

CMYK percentages

%28.57
%30.52
%0
%39.61

Codes

Color #6E6B9A in popluar color models

6E 6B 9A
RGB 110 107 154
HSL 244° 18.88% 51.18%
HSB/HSV 244° 30.52% 60.39%
CMYK 28.57% 30.52% 0.00%
39.61%

Color #6E6B9A in popluar number systems.

HEX 6E 6B 9A
Decimal 110 107 154
Binary 1101110 1101011 10011010
Octal 156 153 232

Shades and tints

Shades of #6E6B9A

#6E6B9A
(110,107,154)
#64628C
(100,98,140)
#5A597E
(90,89,126)
#505070
(80,80,112)
#464762
(70,71,98)
#3C3E54
(60,62,84)
#323546
(50,53,70)
#282C38
(40,44,56)
#1E232A
(30,35,42)
#141A1C
(20,26,28)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #6E6B9A

#6E6B9A
(110,107,154)
#7B78A3
(123,120,163)
#8885AC
(136,133,172)
#9592B5
(149,146,181)
#A29FBE
(162,159,190)
#AFACC7
(175,172,199)
#BCB9D0
(188,185,208)
#C9C6D9
(201,198,217)
#D6D3E2
(214,211,226)
#E3E0EB
(227,224,235)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B9A; }

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

This text font color is #6E6B9A.

Background Color

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

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

This div background color is #6E6B9A.

Border color

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

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

This div border color is #6E6B9A.

Opacity

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

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

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

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

This text has shadow with #6E6B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6B9A.

Preview

Color preview on black background

This text has color #6E6B9A on black background.


Color preview on white background

This text has color #6E6B9A on white background.


Black color preview on #6E6B9A background

This text has black color on #6E6B9A background.


White color preview on #6E6B9A background

This text has white color on #6E6B9A background.


Related colors

Complementary color

Complementary color for #hex is #919465.


I love getcolorcode.com

Triadic colors

1 #9A6E6B and #6B9A6E with #6E6B9A are triadic colors.

2 #9A6B6E and #6B6E9A with #6E6B9A are triadic colors.