COLOR #6E749C

HEX: #6E749C
RGB: (110,116,156)

Color info

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

RGB color model

#6E749C color RGB value is (110,116,156).

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

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 156 of 255 = 61%

110
116
156

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 156 = 382 (100%)
R 110 of 382 ~ 28.8%
G 116 of 382 ~ 30.37%
B 156 of 382 ~ 40.84%

%28.8
%30.37
%40.84

CMYK color model

#6E749C color CMYK value is (29,26,0,39).

  • cyan value is 29.49%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,26,0,39)
C29M26Y0K39 
(29%,26%,0%,39%)
(0.29/0.26/0.00/0.39)	

CMYK percentages

%29.49
%25.64
%0
%38.82

Codes

Color #6E749C in popluar color models

6E749C
RGB110116156
HSL232°18.85%52.16%
HSB/HSV232°29.49%61.18%
CMYK29.49%25.64%0.00%
38.82%

Color #6E749C in popluar number systems.

HEX6E749C
Decimal110116156
Binary1101110111010010011100
Octal156164234

Shades and tints

Shades of #6E749C

#6E749C
(110,116,156)
#646A8E
(100,106,142)
#5A6080
(90,96,128)
#505672
(80,86,114)
#464C64
(70,76,100)
#3C4256
(60,66,86)
#323848
(50,56,72)
#282E3A
(40,46,58)
#1E242C
(30,36,44)
#141A1E
(20,26,30)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E749C

#6E749C
(110,116,156)
#7B80A5
(123,128,165)
#888CAE
(136,140,174)
#9598B7
(149,152,183)
#A2A4C0
(162,164,192)
#AFB0C9
(175,176,201)
#BCBCD2
(188,188,210)
#C9C8DB
(201,200,219)
#D6D4E4
(214,212,228)
#E3E0ED
(227,224,237)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E749C; }

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

This text font color is #6E749C.


Background Color

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

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

This div background color is #6E749C.


Border color

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

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

This div border color is #6E749C.


Opacity

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

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

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

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

This text has shadow with #6E749C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E749C on black background.


Color preview on white background

This text has color #6E749C on white background.



Black color preview on #6E749C background

This text has black color on #6E749C background.


White color preview on #6E749C background

This text has white color on #6E749C background.