COLOR #6E6B98

HEX: #6E6B98
RGB: (110,107,152)

Color info

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

RGB color model

#6E6B98 color RGB value is (110,107,152).

  • red value is 110;
  • green value is 107;
  • blue value is 152.
RGB:
(110,107,152)
(43%,42%,60%)

RGB channels and saturation

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

110
107
152

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 152 = 369 (100%)
R 110 of 369 ~ 29.81%
G 107 of 369 ~ 29%
B 152 of 369 ~ 41.19%

%29.81
%29
%41.19

CMYK color model

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

  • cyan value is 27.63%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(28,30,0,40)
C28M30Y0K40 
(28%,30%,0%,40%)
(0.28/0.30/0.00/0.40)	

CMYK percentages

%27.63
%29.61
%0
%40.39

Codes

Color #6E6B98 in popluar color models

6E6B98
RGB110107152
HSL244°17.93%50.78%
HSB/HSV244°29.61%59.61%
CMYK27.63%29.61%0.00%
40.39%

Color #6E6B98 in popluar number systems.

HEX6E6B98
Decimal110107152
Binary1101110110101110011000
Octal156153230

Shades and tints

Shades of #6E6B98

#6E6B98
(110,107,152)
#64628B
(100,98,139)
#5A597E
(90,89,126)
#505071
(80,80,113)
#464764
(70,71,100)
#3C3E57
(60,62,87)
#32354A
(50,53,74)
#282C3D
(40,44,61)
#1E2330
(30,35,48)
#141A23
(20,26,35)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #6E6B98

#6E6B98
(110,107,152)
#7B78A1
(123,120,161)
#8885AA
(136,133,170)
#9592B3
(149,146,179)
#A29FBC
(162,159,188)
#AFACC5
(175,172,197)
#BCB9CE
(188,185,206)
#C9C6D7
(201,198,215)
#D6D3E0
(214,211,224)
#E3E0E9
(227,224,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B98; }

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

This text font color is #6E6B98.


Background Color

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

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

This div background color is #6E6B98.


Border color

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

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

This div border color is #6E6B98.


Opacity

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

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

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

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

This text has shadow with #6E6B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B98 on black background.


Color preview on white background

This text has color #6E6B98 on white background.



Black color preview on #6E6B98 background

This text has black color on #6E6B98 background.


White color preview on #6E6B98 background

This text has white color on #6E6B98 background.