COLOR #6E739A

HEX: #6E739A
RGB: (110,115,154)

Color info

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

RGB color model

#6E739A color RGB value is (110,115,154).

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

RGB channels and saturation

R 110 of 255 = 43%
G 115 of 255 = 45%
B 154 of 255 = 60%

110
115
154

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

Portions of RGB colors in percentages

R + G + B =
110 + 115 + 154 = 379 (100%)
R 110 of 379 ~ 29.02%
G 115 of 379 ~ 30.34%
B 154 of 379 ~ 40.63%

%29.02
%30.34
%40.63

CMYK color model

#6E739A color CMYK value is (29,25,0,40).

  • cyan value is 28.57%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(29,25,0,40)
C29M25Y0K40 
(29%,25%,0%,40%)
(0.29/0.25/0.00/0.40)	

CMYK percentages

%28.57
%25.32
%0
%39.61

Codes

Color #6E739A in popluar color models

6E739A
RGB110115154
HSL233°17.89%51.76%
HSB/HSV233°28.57%60.39%
CMYK28.57%25.32%0.00%
39.61%

Color #6E739A in popluar number systems.

HEX6E739A
Decimal110115154
Binary1101110111001110011010
Octal156163232

Shades and tints

Shades of #6E739A

#6E739A
(110,115,154)
#64698C
(100,105,140)
#5A5F7E
(90,95,126)
#505570
(80,85,112)
#464B62
(70,75,98)
#3C4154
(60,65,84)
#323746
(50,55,70)
#282D38
(40,45,56)
#1E232A
(30,35,42)
#14191C
(20,25,28)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E739A

#6E739A
(110,115,154)
#7B7FA3
(123,127,163)
#888BAC
(136,139,172)
#9597B5
(149,151,181)
#A2A3BE
(162,163,190)
#AFAFC7
(175,175,199)
#BCBBD0
(188,187,208)
#C9C7D9
(201,199,217)
#D6D3E2
(214,211,226)
#E3DFEB
(227,223,235)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E739A color. Also use rgb(110,115,154) instead hex code.

Text Font Color

.myTextColor { color: #6E739A; }

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

This text font color is #6E739A.


Background Color

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

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

This div background color is #6E739A.


Border color

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

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

This div border color is #6E739A.


Opacity

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

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

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

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

This text has shadow with #6E739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E739A on black background.


Color preview on white background

This text has color #6E739A on white background.



Black color preview on #6E739A background

This text has black color on #6E739A background.


White color preview on #6E739A background

This text has white color on #6E739A background.