COLOR #6B5791

HEX: #6B5791 RGB: (107,87,145)

Color info

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

RGB color model

#6B5791 color RGB value is (107,87,145).

RGB: (107,87,145) (42%, 34%, 57%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 145 of 255 = 57%

107
87
145

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

Portions of RGB colors in percentages

R + G + B = 107 + 87 + 145 = 339 (100%)
R 107 of 339 ~ 31.56%
G 87 of 339 ~ 25.66%
B 145 of 339 ~ 42.77'%

%31.56
%25.66
%42.77

CMYK color model

#6B5791 color CMYK value is (26,40,0,43).

  • cyan value is 26.21%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (26,40,0,43)
C26M40Y0K43 (26%, 40%, 0%, 43%)
(0.26 / 0.40 / 0.00 / 0.43)

CMYK percentages

%26.21
%40
%0
%43.14

Codes

Color #6B5791 in popluar color models

6B 57 91
RGB 107 87 145
HSL 261° 25.00% 45.49%
HSB/HSV 261° 40.00% 56.86%
CMYK 26.21% 40.00% 0.00%
43.14%

Color #6B5791 in popluar number systems.

HEX 6B 57 91
Decimal 107 87 145
Binary 1101011 1010111 10010001
Octal 153 127 221

Shades and tints

Shades of #6B5791

#6B5791
(107,87,145)
#625084
(98,80,132)
#594977
(89,73,119)
#50426A
(80,66,106)
#473B5D
(71,59,93)
#3E3450
(62,52,80)
#352D43
(53,45,67)
#2C2636
(44,38,54)
#231F29
(35,31,41)
#1A181C
(26,24,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B5791

#6B5791
(107,87,145)
#78669B
(120,102,155)
#8575A5
(133,117,165)
#9284AF
(146,132,175)
#9F93B9
(159,147,185)
#ACA2C3
(172,162,195)
#B9B1CD
(185,177,205)
#C6C0D7
(198,192,215)
#D3CFE1
(211,207,225)
#E0DEEB
(224,222,235)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5791 color. Also use rgb(107,87,145) instead hex code.

Text Font Color

.myTextColor { color: #6B5791; }

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

This text font color is #6B5791.

Background Color

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

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

This div background color is #6B5791.

Border color

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

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

This div border color is #6B5791.

Opacity

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

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

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

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

This text has shadow with #6B5791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5791.

Preview

Color preview on black background

This text has color #6B5791 on black background.


Color preview on white background

This text has color #6B5791 on white background.


Black color preview on #6B5791 background

This text has black color on #6B5791 background.


White color preview on #6B5791 background

This text has white color on #6B5791 background.


Related colors

Complementary color

Complementary color for #hex is #94A86E.


I love getcolorcode.com

Triadic colors

1 #916B57 and #57916B with #6B5791 are triadic colors.

2 #91576B and #576B91 with #6B5791 are triadic colors.