COLOR #6A48A2

HEX: #6A48A2
RGB: (106,72,162)

Color info

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

RGB color model

#6A48A2 color RGB value is (106,72,162).

  • red value is 106;
  • green value is 72;
  • blue value is 162.
RGB:
(106,72,162)
(42%,28%,64%)

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 162 of 255 = 64%

106
72
162

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

Portions of RGB colors in percentages

R + G + B =
106 + 72 + 162 = 340 (100%)
R 106 of 340 ~ 31.18%
G 72 of 340 ~ 21.18%
B 162 of 340 ~ 47.65%

%31.18
%21.18
%47.65

CMYK color model

#6A48A2 color CMYK value is (35,56,0,36).

  • cyan value is 34.57%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(35,56,0,36)
C35M56Y0K36 
(35%,56%,0%,36%)
(0.35/0.56/0.00/0.36)	

CMYK percentages

%34.57
%55.56
%0
%36.47

Codes

Color #6A48A2 in popluar color models

6A48A2
RGB10672162
HSL263°38.46%45.88%
HSB/HSV263°55.56%63.53%
CMYK34.57%55.56%0.00%
36.47%

Color #6A48A2 in popluar number systems.

HEX6A48A2
Decimal10672162
Binary1101010100100010100010
Octal152110242

Shades and tints

Shades of #6A48A2

#6A48A2
(106,72,162)
#614294
(97,66,148)
#583C86
(88,60,134)
#4F3678
(79,54,120)
#46306A
(70,48,106)
#3D2A5C
(61,42,92)
#34244E
(52,36,78)
#2B1E40
(43,30,64)
#221832
(34,24,50)
#191224
(25,18,36)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #6A48A2

#6A48A2
(106,72,162)
#7758AA
(119,88,170)
#8468B2
(132,104,178)
#9178BA
(145,120,186)
#9E88C2
(158,136,194)
#AB98CA
(171,152,202)
#B8A8D2
(184,168,210)
#C5B8DA
(197,184,218)
#D2C8E2
(210,200,226)
#DFD8EA
(223,216,234)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A48A2 color. Also use rgb(106,72,162) instead hex code.

Text Font Color

.myTextColor { color: #6A48A2; }

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

This text font color is #6A48A2.


Background Color

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

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

This div background color is #6A48A2.


Border color

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

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

This div border color is #6A48A2.


Opacity

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

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

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

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

This text has shadow with #6A48A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A48A2 on black background.


Color preview on white background

This text has color #6A48A2 on white background.



Black color preview on #6A48A2 background

This text has black color on #6A48A2 background.


White color preview on #6A48A2 background

This text has white color on #6A48A2 background.