COLOR #6E6290

HEX: #6E6290
RGB: (110,98,144)

Color info

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

RGB color model

#6E6290 color RGB value is (110,98,144).

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

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 144 of 255 = 56%

110
98
144

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

Portions of RGB colors in percentages

R + G + B =
110 + 98 + 144 = 352 (100%)
R 110 of 352 ~ 31.25%
G 98 of 352 ~ 27.84%
B 144 of 352 ~ 40.91%

%31.25
%27.84
%40.91

CMYK color model

#6E6290 color CMYK value is (24,32,0,44).

  • cyan value is 23.61%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(24,32,0,44)
C24M32Y0K44 
(24%,32%,0%,44%)
(0.24/0.32/0.00/0.44)	

CMYK percentages

%23.61
%31.94
%0
%43.53

Codes

Color #6E6290 in popluar color models

6E6290
RGB11098144
HSL256°19.01%47.45%
HSB/HSV256°31.94%56.47%
CMYK23.61%31.94%0.00%
43.53%

Color #6E6290 in popluar number systems.

HEX6E6290
Decimal11098144
Binary1101110110001010010000
Octal156142220

Shades and tints

Shades of #6E6290

#6E6290
(110,98,144)
#645A83
(100,90,131)
#5A5276
(90,82,118)
#504A69
(80,74,105)
#46425C
(70,66,92)
#3C3A4F
(60,58,79)
#323242
(50,50,66)
#282A35
(40,42,53)
#1E2228
(30,34,40)
#141A1B
(20,26,27)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #6E6290

#6E6290
(110,98,144)
#7B709A
(123,112,154)
#887EA4
(136,126,164)
#958CAE
(149,140,174)
#A29AB8
(162,154,184)
#AFA8C2
(175,168,194)
#BCB6CC
(188,182,204)
#C9C4D6
(201,196,214)
#D6D2E0
(214,210,224)
#E3E0EA
(227,224,234)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6290; }

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

This text font color is #6E6290.


Background Color

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

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

This div background color is #6E6290.


Border color

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

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

This div border color is #6E6290.


Opacity

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

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

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

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

This text has shadow with #6E6290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6290 on black background.


Color preview on white background

This text has color #6E6290 on white background.



Black color preview on #6E6290 background

This text has black color on #6E6290 background.


White color preview on #6E6290 background

This text has white color on #6E6290 background.