COLOR #6E6C98

HEX: #6E6C98
RGB: (110,108,152)

Color info

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

RGB color model

#6E6C98 color RGB value is (110,108,152).

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

RGB channels and saturation

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

110
108
152

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

Portions of RGB colors in percentages

R + G + B =
110 + 108 + 152 = 370 (100%)
R 110 of 370 ~ 29.73%
G 108 of 370 ~ 29.19%
B 152 of 370 ~ 41.08%

%29.73
%29.19
%41.08

CMYK color model

#6E6C98 color CMYK value is (28,29,0,40).

  • cyan value is 27.63%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(28,29,0,40)
C28M29Y0K40 
(28%,29%,0%,40%)
(0.28/0.29/0.00/0.40)	

CMYK percentages

%27.63
%28.95
%0
%40.39

Codes

Color #6E6C98 in popluar color models

6E6C98
RGB110108152
HSL243°17.60%50.98%
HSB/HSV243°28.95%59.61%
CMYK27.63%28.95%0.00%
40.39%

Color #6E6C98 in popluar number systems.

HEX6E6C98
Decimal110108152
Binary1101110110110010011000
Octal156154230

Shades and tints

Shades of #6E6C98

#6E6C98
(110,108,152)
#64638B
(100,99,139)
#5A5A7E
(90,90,126)
#505171
(80,81,113)
#464864
(70,72,100)
#3C3F57
(60,63,87)
#32364A
(50,54,74)
#282D3D
(40,45,61)
#1E2430
(30,36,48)
#141B23
(20,27,35)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #6E6C98

#6E6C98
(110,108,152)
#7B79A1
(123,121,161)
#8886AA
(136,134,170)
#9593B3
(149,147,179)
#A2A0BC
(162,160,188)
#AFADC5
(175,173,197)
#BCBACE
(188,186,206)
#C9C7D7
(201,199,215)
#D6D4E0
(214,212,224)
#E3E1E9
(227,225,233)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6C98; }

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

This text font color is #6E6C98.


Background Color

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

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

This div background color is #6E6C98.


Border color

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

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

This div border color is #6E6C98.


Opacity

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

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

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

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

This text has shadow with #6E6C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6C98 on black background.


Color preview on white background

This text has color #6E6C98 on white background.



Black color preview on #6E6C98 background

This text has black color on #6E6C98 background.


White color preview on #6E6C98 background

This text has white color on #6E6C98 background.