COLOR #6E738C

HEX: #6E738C
RGB: (110,115,140)

Color info

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

RGB color model

#6E738C color RGB value is (110,115,140).

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

RGB channels and saturation

R 110 of 255 = 43%
G 115 of 255 = 45%
B 140 of 255 = 55%

110
115
140

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

Portions of RGB colors in percentages

R + G + B =
110 + 115 + 140 = 365 (100%)
R 110 of 365 ~ 30.14%
G 115 of 365 ~ 31.51%
B 140 of 365 ~ 38.36%

%30.14
%31.51
%38.36

CMYK color model

#6E738C color CMYK value is (21,18,0,45).

  • cyan value is 21.43%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(21,18,0,45)
C21M18Y0K45 
(21%,18%,0%,45%)
(0.21/0.18/0.00/0.45)	

CMYK percentages

%21.43
%17.86
%0
%45.1

Codes

Color #6E738C in popluar color models

6E738C
RGB110115140
HSL230°12.00%49.02%
HSB/HSV230°21.43%54.90%
CMYK21.43%17.86%0.00%
45.10%

Color #6E738C in popluar number systems.

HEX6E738C
Decimal110115140
Binary1101110111001110001100
Octal156163214

Shades and tints

Shades of #6E738C

#6E738C
(110,115,140)
#646980
(100,105,128)
#5A5F74
(90,95,116)
#505568
(80,85,104)
#464B5C
(70,75,92)
#3C4150
(60,65,80)
#323744
(50,55,68)
#282D38
(40,45,56)
#1E232C
(30,35,44)
#141920
(20,25,32)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #6E738C

#6E738C
(110,115,140)
#7B7F96
(123,127,150)
#888BA0
(136,139,160)
#9597AA
(149,151,170)
#A2A3B4
(162,163,180)
#AFAFBE
(175,175,190)
#BCBBC8
(188,187,200)
#C9C7D2
(201,199,210)
#D6D3DC
(214,211,220)
#E3DFE6
(227,223,230)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E738C; }

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

This text font color is #6E738C.


Background Color

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

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

This div background color is #6E738C.


Border color

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

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

This div border color is #6E738C.


Opacity

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

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

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

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

This text has shadow with #6E738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E738C on black background.


Color preview on white background

This text has color #6E738C on white background.



Black color preview on #6E738C background

This text has black color on #6E738C background.


White color preview on #6E738C background

This text has white color on #6E738C background.