COLOR #6D7592

HEX: #6D7592 RGB: (109,117,146)

Color info

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

RGB color model

#6D7592 color RGB value is (109,117,146).

RGB: (109,117,146) (43%, 46%, 57%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 146 of 255 = 57%

109
117
146

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

Portions of RGB colors in percentages

R + G + B = 109 + 117 + 146 = 372 (100%)
R 109 of 372 ~ 29.3%
G 117 of 372 ~ 31.45%
B 146 of 372 ~ 39.25'%

%29.3
%31.45
%39.25

CMYK color model

#6D7592 color CMYK value is (25,20,0,43).

  • cyan value is 25.34%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (25,20,0,43) C25M20Y0K43 (25%,20%,0%,43%) (0.25/0.20/0.00/0.43) 

CMYK percentages

%25.34
%19.86
%0
%42.75

Codes

Color #6D7592 in popluar color models

6D 75 92
RGB 109 117 146
HSL 227° 14.51% 50.00%
HSB/HSV 227° 25.34% 57.25%
CMYK 25.34% 19.86% 0.00%
42.75%

Color #6D7592 in popluar number systems.

HEX 6D 75 92
Decimal 109 117 146
Binary 1101101 1110101 10010010
Octal 155 165 222

Shades and tints

Shades of #6D7592

#6D7592
(109,117,146)
#646B85
(100,107,133)
#5B6178
(91,97,120)
#52576B
(82,87,107)
#494D5E
(73,77,94)
#404351
(64,67,81)
#373944
(55,57,68)
#2E2F37
(46,47,55)
#25252A
(37,37,42)
#1C1B1D
(28,27,29)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6D7592

#6D7592
(109,117,146)
#7A819B
(122,129,155)
#878DA4
(135,141,164)
#9499AD
(148,153,173)
#A1A5B6
(161,165,182)
#AEB1BF
(174,177,191)
#BBBDC8
(187,189,200)
#C8C9D1
(200,201,209)
#D5D5DA
(213,213,218)
#E2E1E3
(226,225,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7592; }

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

This text font color is #6D7592.

Background Color

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

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

This div background color is #6D7592.

Border color

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

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

This div border color is #6D7592.

Opacity

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

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

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

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

This text has shadow with #6D7592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7592.

Preview

Color preview on black background

This text has color #6D7592 on black background.


Color preview on white background

This text has color #6D7592 on white background.


Black color preview on #6D7592 background

This text has black color on #6D7592 background.


White color preview on #6D7592 background

This text has white color on #6D7592 background.


Related colors

Complementary color

Complementary color for #hex is #928A6D.


I love getcolorcode.com

Triadic colors

1 #926D75 and #75926D with #6D7592 are triadic colors.

2 #92756D and #756D92 with #6D7592 are triadic colors.