COLOR #6A2591

HEX: #6A2591 RGB: (106,37,145)

Color info

#6A2591 contains mainly red and blue colors. Web safe color of #6A2591 is #663399 (or #639).

RGB color model

#6A2591 color RGB value is (106,37,145).

RGB: (106,37,145) (42%, 15%, 57%)

RGB channels and saturation

R 106 of 255 = 42%
G 37 of 255 = 15%
B 145 of 255 = 57%

106
37
145

R + G + B ~ 38%. #6A2591 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 37 + 145 = 288 (100%)
R 106 of 288 ~ 36.81%
G 37 of 288 ~ 12.85%
B 145 of 288 ~ 50.35'%

%36.81
%12.85
%50.35

CMYK color model

#6A2591 color CMYK value is (27,74,0,43).

  • cyan value is 26.90%
  • magenta value is 74.48%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (27,74,0,43)
C27M74Y0K43 (27%, 74%, 0%, 43%)
(0.27 / 0.74 / 0.00 / 0.43)

CMYK percentages

%26.9
%74.48
%0
%43.14

Codes

Color #6A2591 in popluar color models

6A 25 91
RGB 106 37 145
HSL 278° 59.34% 35.69%
HSB/HSV 278° 74.48% 56.86%
CMYK 26.90% 74.48% 0.00%
43.14%

Color #6A2591 in popluar number systems.

HEX 6A 25 91
Decimal 106 37 145
Binary 1101010 100101 10010001
Octal 152 45 221

Shades and tints

Shades of #6A2591

#6A2591
(106,37,145)
#612284
(97,34,132)
#581F77
(88,31,119)
#4F1C6A
(79,28,106)
#46195D
(70,25,93)
#3D1650
(61,22,80)
#341343
(52,19,67)
#2B1036
(43,16,54)
#220D29
(34,13,41)
#190A1C
(25,10,28)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #6A2591

#6A2591
(106,37,145)
#77389B
(119,56,155)
#844BA5
(132,75,165)
#915EAF
(145,94,175)
#9E71B9
(158,113,185)
#AB84C3
(171,132,195)
#B897CD
(184,151,205)
#C5AAD7
(197,170,215)
#D2BDE1
(210,189,225)
#DFD0EB
(223,208,235)
#ECE3F5
(236,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2591 color. Also use rgb(106,37,145) instead hex code.

Text Font Color

.myTextColor { color: #6A2591; }

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

This text font color is #6A2591.

Background Color

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

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

This div background color is #6A2591.

Border color

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

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

This div border color is #6A2591.

Opacity

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

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

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

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

This text has shadow with #6A2591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A2591.

Preview

Color preview on black background

This text has color #6A2591 on black background.


Color preview on white background

This text has color #6A2591 on white background.


Black color preview on #6A2591 background

This text has black color on #6A2591 background.


White color preview on #6A2591 background

This text has white color on #6A2591 background.


Related colors

Complementary color

Complementary color for #hex is #95DA6E.


I love getcolorcode.com

Triadic colors

1 #916A25 and #25916A with #6A2591 are triadic colors.

2 #91256A and #256A91 with #6A2591 are triadic colors.