COLOR #6A60A2

HEX: #6A60A2
RGB: (106,96,162)

Color info

#6A60A2 contains mainly red and blue colors. Web safe color of #6A60A2 is #666699 (or #669).

RGB color model

#6A60A2 color RGB value is (106,96,162).

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

RGB channels and saturation

R 106 of 255 = 42%
G 96 of 255 = 38%
B 162 of 255 = 64%

106
96
162

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

Portions of RGB colors in percentages

R + G + B =
106 + 96 + 162 = 364 (100%)
R 106 of 364 ~ 29.12%
G 96 of 364 ~ 26.37%
B 162 of 364 ~ 44.51%

%29.12
%26.37
%44.51

CMYK color model

#6A60A2 color CMYK value is (35,41,0,36).

  • cyan value is 34.57%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(35,41,0,36)
C35M41Y0K36 
(35%,41%,0%,36%)
(0.35/0.41/0.00/0.36)	

CMYK percentages

%34.57
%40.74
%0
%36.47

Codes

Color #6A60A2 in popluar color models

6A60A2
RGB10696162
HSL249°26.19%50.59%
HSB/HSV249°40.74%63.53%
CMYK34.57%40.74%0.00%
36.47%

Color #6A60A2 in popluar number systems.

HEX6A60A2
Decimal10696162
Binary1101010110000010100010
Octal152140242

Shades and tints

Shades of #6A60A2

#6A60A2
(106,96,162)
#615894
(97,88,148)
#585086
(88,80,134)
#4F4878
(79,72,120)
#46406A
(70,64,106)
#3D385C
(61,56,92)
#34304E
(52,48,78)
#2B2840
(43,40,64)
#222032
(34,32,50)
#191824
(25,24,36)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #6A60A2

#6A60A2
(106,96,162)
#776EAA
(119,110,170)
#847CB2
(132,124,178)
#918ABA
(145,138,186)
#9E98C2
(158,152,194)
#ABA6CA
(171,166,202)
#B8B4D2
(184,180,210)
#C5C2DA
(197,194,218)
#D2D0E2
(210,208,226)
#DFDEEA
(223,222,234)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A60A2; }

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

This text font color is #6A60A2.


Background Color

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

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

This div background color is #6A60A2.


Border color

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

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

This div border color is #6A60A2.


Opacity

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

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

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

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

This text has shadow with #6A60A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A60A2 on black background.


Color preview on white background

This text has color #6A60A2 on white background.



Black color preview on #6A60A2 background

This text has black color on #6A60A2 background.


White color preview on #6A60A2 background

This text has white color on #6A60A2 background.