COLOR #6E6F96

HEX: #6E6F96 RGB: (110,111,150)

Color info

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

RGB color model

#6E6F96 color RGB value is (110,111,150).

RGB: (110,111,150) (43%, 44%, 59%)

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 150 of 255 = 59%

110
111
150

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

Portions of RGB colors in percentages

R + G + B = 110 + 111 + 150 = 371 (100%)
R 110 of 371 ~ 29.65%
G 111 of 371 ~ 29.92%
B 150 of 371 ~ 40.43'%

%29.65
%29.92
%40.43

CMYK color model

#6E6F96 color CMYK value is (27,26,0,41).

  • cyan value is 26.67%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (27,26,0,41)
C27M26Y0K41 (27%, 26%, 0%, 41%)
(0.27 / 0.26 / 0.00 / 0.41)

CMYK percentages

%26.67
%26
%0
%41.18

Codes

Color #6E6F96 in popluar color models

6E 6F 96
RGB 110 111 150
HSL 239° 16.00% 50.98%
HSB/HSV 239° 26.67% 58.82%
CMYK 26.67% 26.00% 0.00%
41.18%

Color #6E6F96 in popluar number systems.

HEX 6E 6F 96
Decimal 110 111 150
Binary 1101110 1101111 10010110
Octal 156 157 226

Shades and tints

Shades of #6E6F96

#6E6F96
(110,111,150)
#646589
(100,101,137)
#5A5B7C
(90,91,124)
#50516F
(80,81,111)
#464762
(70,71,98)
#3C3D55
(60,61,85)
#323348
(50,51,72)
#28293B
(40,41,59)
#1E1F2E
(30,31,46)
#141521
(20,21,33)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #6E6F96

#6E6F96
(110,111,150)
#7B7C9F
(123,124,159)
#8889A8
(136,137,168)
#9596B1
(149,150,177)
#A2A3BA
(162,163,186)
#AFB0C3
(175,176,195)
#BCBDCC
(188,189,204)
#C9CAD5
(201,202,213)
#D6D7DE
(214,215,222)
#E3E4E7
(227,228,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6F96 color. Also use rgb(110,111,150) instead hex code.

Text Font Color

.myTextColor { color: #6E6F96; }

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

This text font color is #6E6F96.

Background Color

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

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

This div background color is #6E6F96.

Border color

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

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

This div border color is #6E6F96.

Opacity

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

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

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

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

This text has shadow with #6E6F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6F96.

Preview

Color preview on black background

This text has color #6E6F96 on black background.


Color preview on white background

This text has color #6E6F96 on white background.


Black color preview on #6E6F96 background

This text has black color on #6E6F96 background.


White color preview on #6E6F96 background

This text has white color on #6E6F96 background.


Related colors

Complementary color

Complementary color for #hex is #919069.


I love getcolorcode.com

Triadic colors

1 #966E6F and #6F966E with #6E6F96 are triadic colors.

2 #966F6E and #6F6E96 with #6E6F96 are triadic colors.