COLOR #6D7581

HEX: #6D7581 RGB: (109,117,129)

Color info

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

RGB color model

#6D7581 color RGB value is (109,117,129).

RGB: (109,117,129) (43%, 46%, 51%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 129 of 255 = 51%

109
117
129

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

Portions of RGB colors in percentages

R + G + B = 109 + 117 + 129 = 355 (100%)
R 109 of 355 ~ 30.7%
G 117 of 355 ~ 32.96%
B 129 of 355 ~ 36.34'%

%30.7
%32.96
%36.34

CMYK color model

#6D7581 color CMYK value is (16,9,0,49).

  • cyan value is 15.50%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (16,9,0,49)
C16M9Y0K49 (16%, 9%, 0%, 49%)
(0.16 / 0.09 / 0.00 / 0.49)

CMYK percentages

%15.5
%9.3
%0
%49.41

Codes

Color #6D7581 in popluar color models

6D 75 81
RGB 109 117 129
HSL 216° 8.40% 46.67%
HSB/HSV 216° 15.50% 50.59%
CMYK 15.50% 9.30% 0.00%
49.41%

Color #6D7581 in popluar number systems.

HEX 6D 75 81
Decimal 109 117 129
Binary 1101101 1110101 10000001
Octal 155 165 201

Shades and tints

Shades of #6D7581

#6D7581
(109,117,129)
#646B76
(100,107,118)
#5B616B
(91,97,107)
#525760
(82,87,96)
#494D55
(73,77,85)
#40434A
(64,67,74)
#37393F
(55,57,63)
#2E2F34
(46,47,52)
#252529
(37,37,41)
#1C1B1E
(28,27,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #6D7581

#6D7581
(109,117,129)
#7A818C
(122,129,140)
#878D97
(135,141,151)
#9499A2
(148,153,162)
#A1A5AD
(161,165,173)
#AEB1B8
(174,177,184)
#BBBDC3
(187,189,195)
#C8C9CE
(200,201,206)
#D5D5D9
(213,213,217)
#E2E1E4
(226,225,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7581 color. Also use rgb(109,117,129) instead hex code.

Text Font Color

.myTextColor { color: #6D7581; }

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

This text font color is #6D7581.

Background Color

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

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

This div background color is #6D7581.

Border color

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

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

This div border color is #6D7581.

Opacity

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

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

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

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

This text has shadow with #6D7581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7581.

Preview

Color preview on black background

This text has color #6D7581 on black background.


Color preview on white background

This text has color #6D7581 on white background.


Black color preview on #6D7581 background

This text has black color on #6D7581 background.


White color preview on #6D7581 background

This text has white color on #6D7581 background.


Related colors

Complementary color

Complementary color for #hex is #928A7E.


I love getcolorcode.com

Triadic colors

1 #816D75 and #75816D with #6D7581 are triadic colors.

2 #81756D and #756D81 with #6D7581 are triadic colors.