COLOR #6E7499

HEX: #6E7499
RGB: (110,116,153)

Color info

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

RGB color model

#6E7499 color RGB value is (110,116,153).

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

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 153 of 255 = 60%

110
116
153

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 153 = 379 (100%)
R 110 of 379 ~ 29.02%
G 116 of 379 ~ 30.61%
B 153 of 379 ~ 40.37%

%29.02
%30.61
%40.37

CMYK color model

#6E7499 color CMYK value is (28,24,0,40).

  • cyan value is 28.10%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(28,24,0,40)
C28M24Y0K40 
(28%,24%,0%,40%)
(0.28/0.24/0.00/0.40)	

CMYK percentages

%28.1
%24.18
%0
%40

Codes

Color #6E7499 in popluar color models

6E7499
RGB110116153
HSL232°17.41%51.57%
HSB/HSV232°28.10%60.00%
CMYK28.10%24.18%0.00%
40.00%

Color #6E7499 in popluar number systems.

HEX6E7499
Decimal110116153
Binary1101110111010010011001
Octal156164231

Shades and tints

Shades of #6E7499

#6E7499
(110,116,153)
#646A8C
(100,106,140)
#5A607F
(90,96,127)
#505672
(80,86,114)
#464C65
(70,76,101)
#3C4258
(60,66,88)
#32384B
(50,56,75)
#282E3E
(40,46,62)
#1E2431
(30,36,49)
#141A24
(20,26,36)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #6E7499

#6E7499
(110,116,153)
#7B80A2
(123,128,162)
#888CAB
(136,140,171)
#9598B4
(149,152,180)
#A2A4BD
(162,164,189)
#AFB0C6
(175,176,198)
#BCBCCF
(188,188,207)
#C9C8D8
(201,200,216)
#D6D4E1
(214,212,225)
#E3E0EA
(227,224,234)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7499; }

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

This text font color is #6E7499.


Background Color

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

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

This div background color is #6E7499.


Border color

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

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

This div border color is #6E7499.


Opacity

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

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

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

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

This text has shadow with #6E7499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7499 on black background.


Color preview on white background

This text has color #6E7499 on white background.



Black color preview on #6E7499 background

This text has black color on #6E7499 background.


White color preview on #6E7499 background

This text has white color on #6E7499 background.