COLOR #6E6E95

HEX: #6E6E95
RGB: (110,110,149)

Color info

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

RGB color model

#6E6E95 color RGB value is (110,110,149).

  • red value is 110;
  • green value is 110;
  • blue value is 149.
RGB:
(110,110,149)
(43%,43%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 110 of 255 = 43%
B 149 of 255 = 58%

110
110
149

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

Portions of RGB colors in percentages

R + G + B =
110 + 110 + 149 = 369 (100%)
R 110 of 369 ~ 29.81%
G 110 of 369 ~ 29.81%
B 149 of 369 ~ 40.38%

%29.81
%29.81
%40.38

CMYK color model

#6E6E95 color CMYK value is (26,26,0,42).

  • cyan value is 26.17%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(26,26,0,42)
C26M26Y0K42 
(26%,26%,0%,42%)
(0.26/0.26/0.00/0.42)	

CMYK percentages

%26.17
%26.17
%0
%41.57

Codes

Color #6E6E95 in popluar color models

6E6E95
RGB110110149
HSL240°15.54%50.78%
HSB/HSV240°26.17%58.43%
CMYK26.17%26.17%0.00%
41.57%

Color #6E6E95 in popluar number systems.

HEX6E6E95
Decimal110110149
Binary1101110110111010010101
Octal156156225

Shades and tints

Shades of #6E6E95

#6E6E95
(110,110,149)
#646488
(100,100,136)
#5A5A7B
(90,90,123)
#50506E
(80,80,110)
#464661
(70,70,97)
#3C3C54
(60,60,84)
#323247
(50,50,71)
#28283A
(40,40,58)
#1E1E2D
(30,30,45)
#141420
(20,20,32)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #6E6E95

#6E6E95
(110,110,149)
#7B7B9E
(123,123,158)
#8888A7
(136,136,167)
#9595B0
(149,149,176)
#A2A2B9
(162,162,185)
#AFAFC2
(175,175,194)
#BCBCCB
(188,188,203)
#C9C9D4
(201,201,212)
#D6D6DD
(214,214,221)
#E3E3E6
(227,227,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6E95; }

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

This text font color is #6E6E95.


Background Color

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

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

This div background color is #6E6E95.


Border color

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

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

This div border color is #6E6E95.


Opacity

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

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

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

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

This text has shadow with #6E6E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6E95 on black background.


Color preview on white background

This text has color #6E6E95 on white background.



Black color preview on #6E6E95 background

This text has black color on #6E6E95 background.


White color preview on #6E6E95 background

This text has white color on #6E6E95 background.