COLOR #6B0AA5

HEX: #6B0AA5
RGB: (107,10,165)

Color info

#6B0AA5 contains mainly red and blue colors. Web safe color of #6B0AA5 is #660099 (or #609).

RGB color model

#6B0AA5 color RGB value is (107,10,165).

  • red value is 107;
  • green value is 10;
  • blue value is 165.
RGB:
(107,10,165)
(42%,4%,65%)

RGB channels and saturation

R 107 of 255 = 42%
G 10 of 255 = 4%
B 165 of 255 = 65%

107
10
165

R + G + B ~ 37%. #6B0AA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 10 + 165 = 282 (100%)
R 107 of 282 ~ 37.94%
G 10 of 282 ~ 3.55%
B 165 of 282 ~ 58.51%

%37.94
%58.51

CMYK color model

#6B0AA5 color CMYK value is (35,94,0,35).

  • cyan value is 35.15%
  • magenta value is 93.94%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(35,94,0,35)
C35M94Y0K35 
(35%,94%,0%,35%)
(0.35/0.94/0.00/0.35)	

CMYK percentages

%35.15
%93.94
%0
%35.29

Codes

Color #6B0AA5 in popluar color models

6B0AA5
RGB10710165
HSL278°88.57%34.31%
HSB/HSV278°93.94%64.71%
CMYK35.15%93.94%0.00%
35.29%

Color #6B0AA5 in popluar number systems.

HEX6B0AA5
Decimal10710165
Binary1101011101010100101
Octal15312245

Shades and tints

Shades of #6B0AA5

#6B0AA5
(107,10,165)
#620A96
(98,10,150)
#590A87
(89,10,135)
#500A78
(80,10,120)
#470A69
(71,10,105)
#3E0A5A
(62,10,90)
#350A4B
(53,10,75)
#2C0A3C
(44,10,60)
#230A2D
(35,10,45)
#1A0A1E
(26,10,30)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B0AA5

#6B0AA5
(107,10,165)
#7820AD
(120,32,173)
#8536B5
(133,54,181)
#924CBD
(146,76,189)
#9F62C5
(159,98,197)
#AC78CD
(172,120,205)
#B98ED5
(185,142,213)
#C6A4DD
(198,164,221)
#D3BAE5
(211,186,229)
#E0D0ED
(224,208,237)
#EDE6F5
(237,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0AA5 color. Also use rgb(107,10,165) instead hex code.

Text Font Color

.myTextColor { color: #6B0AA5; }

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

This text font color is #6B0AA5.


Background Color

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

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

This div background color is #6B0AA5.


Border color

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

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

This div border color is #6B0AA5.


Opacity

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

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

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

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

This text has shadow with #6B0AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0AA5 on black background.


Color preview on white background

This text has color #6B0AA5 on white background.



Black color preview on #6B0AA5 background

This text has black color on #6B0AA5 background.


White color preview on #6B0AA5 background

This text has white color on #6B0AA5 background.