COLOR #6E7492

HEX: #6E7492
RGB: (110,116,146)

Color info

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

RGB color model

#6E7492 color RGB value is (110,116,146).

  • red value is 110;
  • green value is 116;
  • blue value is 146.
RGB:
(110,116,146)
(43%,45%,57%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 146 of 255 = 57%

110
116
146

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 146 = 372 (100%)
R 110 of 372 ~ 29.57%
G 116 of 372 ~ 31.18%
B 146 of 372 ~ 39.25%

%29.57
%31.18
%39.25

CMYK color model

#6E7492 color CMYK value is (25,21,0,43).

  • cyan value is 24.66%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(25,21,0,43)
C25M21Y0K43 
(25%,21%,0%,43%)
(0.25/0.21/0.00/0.43)	

CMYK percentages

%24.66
%20.55
%0
%42.75

Codes

Color #6E7492 in popluar color models

6E7492
RGB110116146
HSL230°14.17%50.20%
HSB/HSV230°24.66%57.25%
CMYK24.66%20.55%0.00%
42.75%

Color #6E7492 in popluar number systems.

HEX6E7492
Decimal110116146
Binary1101110111010010010010
Octal156164222

Shades and tints

Shades of #6E7492

#6E7492
(110,116,146)
#646A85
(100,106,133)
#5A6078
(90,96,120)
#50566B
(80,86,107)
#464C5E
(70,76,94)
#3C4251
(60,66,81)
#323844
(50,56,68)
#282E37
(40,46,55)
#1E242A
(30,36,42)
#141A1D
(20,26,29)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E7492

#6E7492
(110,116,146)
#7B809B
(123,128,155)
#888CA4
(136,140,164)
#9598AD
(149,152,173)
#A2A4B6
(162,164,182)
#AFB0BF
(175,176,191)
#BCBCC8
(188,188,200)
#C9C8D1
(201,200,209)
#D6D4DA
(214,212,218)
#E3E0E3
(227,224,227)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7492; }

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

This text font color is #6E7492.


Background Color

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

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

This div background color is #6E7492.


Border color

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

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

This div border color is #6E7492.


Opacity

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

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

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

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

This text has shadow with #6E7492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7492 on black background.


Color preview on white background

This text has color #6E7492 on white background.



Black color preview on #6E7492 background

This text has black color on #6E7492 background.


White color preview on #6E7492 background

This text has white color on #6E7492 background.