COLOR #6E6B90

HEX: #6E6B90
RGB: (110,107,144)

Color info

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

RGB color model

#6E6B90 color RGB value is (110,107,144).

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

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 144 of 255 = 56%

110
107
144

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 144 = 361 (100%)
R 110 of 361 ~ 30.47%
G 107 of 361 ~ 29.64%
B 144 of 361 ~ 39.89%

%30.47
%29.64
%39.89

CMYK color model

#6E6B90 color CMYK value is (24,26,0,44).

  • cyan value is 23.61%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(24,26,0,44)
C24M26Y0K44 
(24%,26%,0%,44%)
(0.24/0.26/0.00/0.44)	

CMYK percentages

%23.61
%25.69
%0
%43.53

Codes

Color #6E6B90 in popluar color models

6E6B90
RGB110107144
HSL245°14.74%49.22%
HSB/HSV245°25.69%56.47%
CMYK23.61%25.69%0.00%
43.53%

Color #6E6B90 in popluar number systems.

HEX6E6B90
Decimal110107144
Binary1101110110101110010000
Octal156153220

Shades and tints

Shades of #6E6B90

#6E6B90
(110,107,144)
#646283
(100,98,131)
#5A5976
(90,89,118)
#505069
(80,80,105)
#46475C
(70,71,92)
#3C3E4F
(60,62,79)
#323542
(50,53,66)
#282C35
(40,44,53)
#1E2328
(30,35,40)
#141A1B
(20,26,27)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #6E6B90

#6E6B90
(110,107,144)
#7B789A
(123,120,154)
#8885A4
(136,133,164)
#9592AE
(149,146,174)
#A29FB8
(162,159,184)
#AFACC2
(175,172,194)
#BCB9CC
(188,185,204)
#C9C6D6
(201,198,214)
#D6D3E0
(214,211,224)
#E3E0EA
(227,224,234)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B90; }

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

This text font color is #6E6B90.


Background Color

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

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

This div background color is #6E6B90.


Border color

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

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

This div border color is #6E6B90.


Opacity

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

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

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

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

This text has shadow with #6E6B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B90 on black background.


Color preview on white background

This text has color #6E6B90 on white background.



Black color preview on #6E6B90 background

This text has black color on #6E6B90 background.


White color preview on #6E6B90 background

This text has white color on #6E6B90 background.