COLOR #6A45A5

HEX: #6A45A5
RGB: (106,69,165)

Color info

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

RGB color model

#6A45A5 color RGB value is (106,69,165).

  • red value is 106;
  • green value is 69;
  • blue value is 165.
RGB:
(106,69,165)
(42%,27%,65%)

RGB channels and saturation

R 106 of 255 = 42%
G 69 of 255 = 27%
B 165 of 255 = 65%

106
69
165

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

Portions of RGB colors in percentages

R + G + B =
106 + 69 + 165 = 340 (100%)
R 106 of 340 ~ 31.18%
G 69 of 340 ~ 20.29%
B 165 of 340 ~ 48.53%

%31.18
%20.29
%48.53

CMYK color model

#6A45A5 color CMYK value is (36,58,0,35).

  • cyan value is 35.76%
  • magenta value is 58.18%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(36,58,0,35)
C36M58Y0K35 
(36%,58%,0%,35%)
(0.36/0.58/0.00/0.35)	

CMYK percentages

%35.76
%58.18
%0
%35.29

Codes

Color #6A45A5 in popluar color models

6A45A5
RGB10669165
HSL263°41.03%45.88%
HSB/HSV263°58.18%64.71%
CMYK35.76%58.18%0.00%
35.29%

Color #6A45A5 in popluar number systems.

HEX6A45A5
Decimal10669165
Binary1101010100010110100101
Octal152105245

Shades and tints

Shades of #6A45A5

#6A45A5
(106,69,165)
#613F96
(97,63,150)
#583987
(88,57,135)
#4F3378
(79,51,120)
#462D69
(70,45,105)
#3D275A
(61,39,90)
#34214B
(52,33,75)
#2B1B3C
(43,27,60)
#22152D
(34,21,45)
#190F1E
(25,15,30)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #6A45A5

#6A45A5
(106,69,165)
#7755AD
(119,85,173)
#8465B5
(132,101,181)
#9175BD
(145,117,189)
#9E85C5
(158,133,197)
#AB95CD
(171,149,205)
#B8A5D5
(184,165,213)
#C5B5DD
(197,181,221)
#D2C5E5
(210,197,229)
#DFD5ED
(223,213,237)
#ECE5F5
(236,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A45A5 color. Also use rgb(106,69,165) instead hex code.

Text Font Color

.myTextColor { color: #6A45A5; }

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

This text font color is #6A45A5.


Background Color

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

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

This div background color is #6A45A5.


Border color

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

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

This div border color is #6A45A5.


Opacity

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

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

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

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

This text has shadow with #6A45A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A45A5 on black background.


Color preview on white background

This text has color #6A45A5 on white background.



Black color preview on #6A45A5 background

This text has black color on #6A45A5 background.


White color preview on #6A45A5 background

This text has white color on #6A45A5 background.