COLOR #6D7890

HEX: #6D7890
RGB: (109,120,144)

Color info

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

RGB color model

#6D7890 color RGB value is (109,120,144).

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

RGB channels and saturation

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

109
120
144

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

Portions of RGB colors in percentages

R + G + B =
109 + 120 + 144 = 373 (100%)
R 109 of 373 ~ 29.22%
G 120 of 373 ~ 32.17%
B 144 of 373 ~ 38.61%

%29.22
%32.17
%38.61

CMYK color model

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

  • cyan value is 24.31%
  • 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

%24.31
%16.67
%0
%43.53

Codes

Color #6D7890 in popluar color models

6D7890
RGB109120144
HSL221°13.83%49.61%
HSB/HSV221°24.31%56.47%
CMYK24.31%16.67%0.00%
43.53%

Color #6D7890 in popluar number systems.

HEX6D7890
Decimal109120144
Binary1101101111100010010000
Octal155170220

Shades and tints

Shades of #6D7890

#6D7890
(109,120,144)
#646E83
(100,110,131)
#5B6476
(91,100,118)
#525A69
(82,90,105)
#49505C
(73,80,92)
#40464F
(64,70,79)
#373C42
(55,60,66)
#2E3235
(46,50,53)
#252828
(37,40,40)
#1C1E1B
(28,30,27)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #6D7890

#6D7890
(109,120,144)
#7A849A
(122,132,154)
#8790A4
(135,144,164)
#949CAE
(148,156,174)
#A1A8B8
(161,168,184)
#AEB4C2
(174,180,194)
#BBC0CC
(187,192,204)
#C8CCD6
(200,204,214)
#D5D8E0
(213,216,224)
#E2E4EA
(226,228,234)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7890; }

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

This text font color is #6D7890.


Background Color

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

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

This div background color is #6D7890.


Border color

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

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

This div border color is #6D7890.


Opacity

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

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

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

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

This text has shadow with #6D7890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7890 on black background.


Color preview on white background

This text has color #6D7890 on white background.



Black color preview on #6D7890 background

This text has black color on #6D7890 background.


White color preview on #6D7890 background

This text has white color on #6D7890 background.