COLOR #6E7890

HEX: #6E7890
RGB: (110,120,144)

Color info

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

RGB color model

#6E7890 color RGB value is (110,120,144).

  • red value is 110;
  • green value is 120;
  • blue value is 144.
RGB: (110,120,144) (43%,47%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 144 of 255 = 56%

110
120
144

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

Portions of RGB colors in percentages

R + G + B =
110 + 120 + 144 = 374 (100%)
R 110 of 374 ~ 29.41%
G 120 of 374 ~ 32.09%
B 144 of 374 ~ 38.5%

%29.41
%32.09
%38.5

CMYK color model

#6E7890 color CMYK value is (24,17,0,44).

  • cyan value is 23.61%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (24,17,0,44) C24M17Y0K44 (24%,17%,0%,44%) (0.24/0.17/0.00/0.44)

CMYK percentages

%23.61
%16.67
%0
%43.53

Codes

Color #6E7890 in popluar color models

6E7890
RGB110120144
HSL222°13.39%49.80%
HSB/HSV222°23.61%56.47%
CMYK23.61%16.67%0.00%
43.53%

Color #6E7890 in popluar number systems.

HEX6E7890
Decimal110120144
Binary1101110111100010010000
Octal156170220

Shades and tints

Shades of #6E7890

#6E7890
(110,120,144)
#646E83
(100,110,131)
#5A6476
(90,100,118)
#505A69
(80,90,105)
#46505C
(70,80,92)
#3C464F
(60,70,79)
#323C42
(50,60,66)
#283235
(40,50,53)
#1E2828
(30,40,40)
#141E1B
(20,30,27)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #6E7890

#6E7890
(110,120,144)
#7B849A
(123,132,154)
#8890A4
(136,144,164)
#959CAE
(149,156,174)
#A2A8B8
(162,168,184)
#AFB4C2
(175,180,194)
#BCC0CC
(188,192,204)
#C9CCD6
(201,204,214)
#D6D8E0
(214,216,224)
#E3E4EA
(227,228,234)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7890 color. Also use rgb(110,120,144) instead hex code.

Text Font Color

.myTextColor { color: #6E7890; }

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

This text font color is #6E7890.


Background Color

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

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

This div background color is #6E7890.


Border color

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

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

This div border color is #6E7890.


Opacity

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

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

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

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

This text has shadow with #6E7890 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E7890 on black background.


Color preview on white background

This text has color #6E7890 on white background.



Black color preview on #6E7890 background

This text has black color on #6E7890 background.


White color preview on #6E7890 background

This text has white color on #6E7890 background.