COLOR #6D7897

HEX: #6D7897
RGB: (109,120,151)

Color info

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

RGB color model

#6D7897 color RGB value is (109,120,151).

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

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 151 of 255 = 59%

109
120
151

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

Portions of RGB colors in percentages

R + G + B =
109 + 120 + 151 = 380 (100%)
R 109 of 380 ~ 28.68%
G 120 of 380 ~ 31.58%
B 151 of 380 ~ 39.74%

%28.68
%31.58
%39.74

CMYK color model

#6D7897 color CMYK value is (28,21,0,41).

  • cyan value is 27.81%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(28,21,0,41)
C28M21Y0K41 
(28%,21%,0%,41%)
(0.28/0.21/0.00/0.41)	

CMYK percentages

%27.81
%20.53
%0
%40.78

Codes

Color #6D7897 in popluar color models

6D7897
RGB109120151
HSL224°16.80%50.98%
HSB/HSV224°27.81%59.22%
CMYK27.81%20.53%0.00%
40.78%

Color #6D7897 in popluar number systems.

HEX6D7897
Decimal109120151
Binary1101101111100010010111
Octal155170227

Shades and tints

Shades of #6D7897

#6D7897
(109,120,151)
#646E8A
(100,110,138)
#5B647D
(91,100,125)
#525A70
(82,90,112)
#495063
(73,80,99)
#404656
(64,70,86)
#373C49
(55,60,73)
#2E323C
(46,50,60)
#25282F
(37,40,47)
#1C1E22
(28,30,34)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #6D7897

#6D7897
(109,120,151)
#7A84A0
(122,132,160)
#8790A9
(135,144,169)
#949CB2
(148,156,178)
#A1A8BB
(161,168,187)
#AEB4C4
(174,180,196)
#BBC0CD
(187,192,205)
#C8CCD6
(200,204,214)
#D5D8DF
(213,216,223)
#E2E4E8
(226,228,232)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7897; }

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

This text font color is #6D7897.


Background Color

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

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

This div background color is #6D7897.


Border color

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

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

This div border color is #6D7897.


Opacity

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

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

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

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

This text has shadow with #6D7897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7897 on black background.


Color preview on white background

This text has color #6D7897 on white background.



Black color preview on #6D7897 background

This text has black color on #6D7897 background.


White color preview on #6D7897 background

This text has white color on #6D7897 background.