COLOR #6E748F

HEX: #6E748F
RGB: (110,116,143)

Color info

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

RGB color model

#6E748F color RGB value is (110,116,143).

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

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 143 of 255 = 56%

110
116
143

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 143 = 369 (100%)
R 110 of 369 ~ 29.81%
G 116 of 369 ~ 31.44%
B 143 of 369 ~ 38.75%

%29.81
%31.44
%38.75

CMYK color model

#6E748F color CMYK value is (23,19,0,44).

  • cyan value is 23.08%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(23,19,0,44)
C23M19Y0K44 
(23%,19%,0%,44%)
(0.23/0.19/0.00/0.44)	

CMYK percentages

%23.08
%18.88
%0
%43.92

Codes

Color #6E748F in popluar color models

6E748F
RGB110116143
HSL229°13.04%49.61%
HSB/HSV229°23.08%56.08%
CMYK23.08%18.88%0.00%
43.92%

Color #6E748F in popluar number systems.

HEX6E748F
Decimal110116143
Binary1101110111010010001111
Octal156164217

Shades and tints

Shades of #6E748F

#6E748F
(110,116,143)
#646A82
(100,106,130)
#5A6075
(90,96,117)
#505668
(80,86,104)
#464C5B
(70,76,91)
#3C424E
(60,66,78)
#323841
(50,56,65)
#282E34
(40,46,52)
#1E2427
(30,36,39)
#141A1A
(20,26,26)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #6E748F

#6E748F
(110,116,143)
#7B8099
(123,128,153)
#888CA3
(136,140,163)
#9598AD
(149,152,173)
#A2A4B7
(162,164,183)
#AFB0C1
(175,176,193)
#BCBCCB
(188,188,203)
#C9C8D5
(201,200,213)
#D6D4DF
(214,212,223)
#E3E0E9
(227,224,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E748F; }

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

This text font color is #6E748F.


Background Color

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

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

This div background color is #6E748F.


Border color

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

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

This div border color is #6E748F.


Opacity

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

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

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

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

This text has shadow with #6E748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E748F on black background.


Color preview on white background

This text has color #6E748F on white background.



Black color preview on #6E748F background

This text has black color on #6E748F background.


White color preview on #6E748F background

This text has white color on #6E748F background.