COLOR #6D7388

HEX: #6D7388 RGB: (109,115,136)

Color info

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

RGB color model

#6D7388 color RGB value is (109,115,136).

RGB: (109,115,136) (43%, 45%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 115 of 255 = 45%
B 136 of 255 = 53%

109
115
136

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

Portions of RGB colors in percentages

R + G + B = 109 + 115 + 136 = 360 (100%)
R 109 of 360 ~ 30.28%
G 115 of 360 ~ 31.94%
B 136 of 360 ~ 37.78'%

%30.28
%31.94
%37.78

CMYK color model

#6D7388 color CMYK value is (20,15,0,47).

  • cyan value is 19.85%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (20,15,0,47)
C20M15Y0K47 (20%, 15%, 0%, 47%)
(0.20 / 0.15 / 0.00 / 0.47)

CMYK percentages

%19.85
%15.44
%0
%46.67

Codes

Color #6D7388 in popluar color models

6D 73 88
RGB 109 115 136
HSL 227° 11.02% 48.04%
HSB/HSV 227° 19.85% 53.33%
CMYK 19.85% 15.44% 0.00%
46.67%

Color #6D7388 in popluar number systems.

HEX 6D 73 88
Decimal 109 115 136
Binary 1101101 1110011 10001000
Octal 155 163 210

Shades and tints

Shades of #6D7388

#6D7388
(109,115,136)
#64697C
(100,105,124)
#5B5F70
(91,95,112)
#525564
(82,85,100)
#494B58
(73,75,88)
#40414C
(64,65,76)
#373740
(55,55,64)
#2E2D34
(46,45,52)
#252328
(37,35,40)
#1C191C
(28,25,28)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #6D7388

#6D7388
(109,115,136)
#7A7F92
(122,127,146)
#878B9C
(135,139,156)
#9497A6
(148,151,166)
#A1A3B0
(161,163,176)
#AEAFBA
(174,175,186)
#BBBBC4
(187,187,196)
#C8C7CE
(200,199,206)
#D5D3D8
(213,211,216)
#E2DFE2
(226,223,226)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7388 color. Also use rgb(109,115,136) instead hex code.

Text Font Color

.myTextColor { color: #6D7388; }

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

This text font color is #6D7388.

Background Color

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

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

This div background color is #6D7388.

Border color

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

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

This div border color is #6D7388.

Opacity

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

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

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

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

This text has shadow with #6D7388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7388.

Preview

Color preview on black background

This text has color #6D7388 on black background.


Color preview on white background

This text has color #6D7388 on white background.


Black color preview on #6D7388 background

This text has black color on #6D7388 background.


White color preview on #6D7388 background

This text has white color on #6D7388 background.


Related colors

Complementary color

Complementary color for #hex is #928C77.


I love getcolorcode.com

Triadic colors

1 #886D73 and #73886D with #6D7388 are triadic colors.

2 #88736D and #736D88 with #6D7388 are triadic colors.