COLOR #6D7483

HEX: #6D7483 RGB: (109,116,131)

Color info

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

RGB color model

#6D7483 color RGB value is (109,116,131).

RGB: (109,116,131) (43%, 45%, 51%)

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 131 of 255 = 51%

109
116
131

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

Portions of RGB colors in percentages

R + G + B = 109 + 116 + 131 = 356 (100%)
R 109 of 356 ~ 30.62%
G 116 of 356 ~ 32.58%
B 131 of 356 ~ 36.8'%

%30.62
%32.58
%36.8

CMYK color model

#6D7483 color CMYK value is (17,11,0,49).

  • cyan value is 16.79%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (17,11,0,49)
C17M11Y0K49 (17%, 11%, 0%, 49%)
(0.17 / 0.11 / 0.00 / 0.49)

CMYK percentages

%16.79
%11.45
%0
%48.63

Codes

Color #6D7483 in popluar color models

6D 74 83
RGB 109 116 131
HSL 221° 9.17% 47.06%
HSB/HSV 221° 16.79% 51.37%
CMYK 16.79% 11.45% 0.00%
48.63%

Color #6D7483 in popluar number systems.

HEX 6D 74 83
Decimal 109 116 131
Binary 1101101 1110100 10000011
Octal 155 164 203

Shades and tints

Shades of #6D7483

#6D7483
(109,116,131)
#646A78
(100,106,120)
#5B606D
(91,96,109)
#525662
(82,86,98)
#494C57
(73,76,87)
#40424C
(64,66,76)
#373841
(55,56,65)
#2E2E36
(46,46,54)
#25242B
(37,36,43)
#1C1A20
(28,26,32)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #6D7483

#6D7483
(109,116,131)
#7A808E
(122,128,142)
#878C99
(135,140,153)
#9498A4
(148,152,164)
#A1A4AF
(161,164,175)
#AEB0BA
(174,176,186)
#BBBCC5
(187,188,197)
#C8C8D0
(200,200,208)
#D5D4DB
(213,212,219)
#E2E0E6
(226,224,230)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7483 color. Also use rgb(109,116,131) instead hex code.

Text Font Color

.myTextColor { color: #6D7483; }

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

This text font color is #6D7483.

Background Color

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

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

This div background color is #6D7483.

Border color

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

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

This div border color is #6D7483.

Opacity

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

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

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

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

This text has shadow with #6D7483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7483.

Preview

Color preview on black background

This text has color #6D7483 on black background.


Color preview on white background

This text has color #6D7483 on white background.


Black color preview on #6D7483 background

This text has black color on #6D7483 background.


White color preview on #6D7483 background

This text has white color on #6D7483 background.


Related colors

Complementary color

Complementary color for #hex is #928B7C.


I love getcolorcode.com

Triadic colors

1 #836D74 and #74836D with #6D7483 are triadic colors.

2 #83746D and #746D83 with #6D7483 are triadic colors.