COLOR #6B2AA4

HEX: #6B2AA4
RGB: (107,42,164)

Color info

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

RGB color model

#6B2AA4 color RGB value is (107,42,164).

  • red value is 107;
  • green value is 42;
  • blue value is 164.
RGB:
(107,42,164)
(42%,16%,64%)

RGB channels and saturation

R 107 of 255 = 42%
G 42 of 255 = 16%
B 164 of 255 = 64%

107
42
164

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

Portions of RGB colors in percentages

R + G + B =
107 + 42 + 164 = 313 (100%)
R 107 of 313 ~ 34.19%
G 42 of 313 ~ 13.42%
B 164 of 313 ~ 52.4%

%34.19
%13.42
%52.4

CMYK color model

#6B2AA4 color CMYK value is (35,74,0,36).

  • cyan value is 34.76%
  • magenta value is 74.39%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(35,74,0,36)
C35M74Y0K36 
(35%,74%,0%,36%)
(0.35/0.74/0.00/0.36)	

CMYK percentages

%34.76
%74.39
%0
%35.69

Codes

Color #6B2AA4 in popluar color models

6B2AA4
RGB10742164
HSL272°59.22%40.39%
HSB/HSV272°74.39%64.31%
CMYK34.76%74.39%0.00%
35.69%

Color #6B2AA4 in popluar number systems.

HEX6B2AA4
Decimal10742164
Binary110101110101010100100
Octal15352244

Shades and tints

Shades of #6B2AA4

#6B2AA4
(107,42,164)
#622796
(98,39,150)
#592488
(89,36,136)
#50217A
(80,33,122)
#471E6C
(71,30,108)
#3E1B5E
(62,27,94)
#351850
(53,24,80)
#2C1542
(44,21,66)
#231234
(35,18,52)
#1A0F26
(26,15,38)
#110C18
(17,12,24)
#000000
(0,0,0)

Tints of #6B2AA4

#6B2AA4
(107,42,164)
#783DAC
(120,61,172)
#8550B4
(133,80,180)
#9263BC
(146,99,188)
#9F76C4
(159,118,196)
#AC89CC
(172,137,204)
#B99CD4
(185,156,212)
#C6AFDC
(198,175,220)
#D3C2E4
(211,194,228)
#E0D5EC
(224,213,236)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2AA4 color. Also use rgb(107,42,164) instead hex code.

Text Font Color

.myTextColor { color: #6B2AA4; }

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

This text font color is #6B2AA4.


Background Color

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

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

This div background color is #6B2AA4.


Border color

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

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

This div border color is #6B2AA4.


Opacity

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

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

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

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

This text has shadow with #6B2AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2AA4 on black background.


Color preview on white background

This text has color #6B2AA4 on white background.



Black color preview on #6B2AA4 background

This text has black color on #6B2AA4 background.


White color preview on #6B2AA4 background

This text has white color on #6B2AA4 background.