COLOR #6D60A2

HEX: #6D60A2
RGB: (109,96,162)

Color info

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

RGB color model

#6D60A2 color RGB value is (109,96,162).

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

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 162 of 255 = 64%

109
96
162

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

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 162 = 367 (100%)
R 109 of 367 ~ 29.7%
G 96 of 367 ~ 26.16%
B 162 of 367 ~ 44.14%

%29.7
%26.16
%44.14

CMYK color model

#6D60A2 color CMYK value is (33,41,0,36).

  • cyan value is 32.72%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,41,0,36)
C33M41Y0K36 
(33%,41%,0%,36%)
(0.33/0.41/0.00/0.36)	

CMYK percentages

%32.72
%40.74
%0
%36.47

Codes

Color #6D60A2 in popluar color models

6D60A2
RGB10996162
HSL252°26.19%50.59%
HSB/HSV252°40.74%63.53%
CMYK32.72%40.74%0.00%
36.47%

Color #6D60A2 in popluar number systems.

HEX6D60A2
Decimal10996162
Binary1101101110000010100010
Octal155140242

Shades and tints

Shades of #6D60A2

#6D60A2
(109,96,162)
#645894
(100,88,148)
#5B5086
(91,80,134)
#524878
(82,72,120)
#49406A
(73,64,106)
#40385C
(64,56,92)
#37304E
(55,48,78)
#2E2840
(46,40,64)
#252032
(37,32,50)
#1C1824
(28,24,36)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #6D60A2

#6D60A2
(109,96,162)
#7A6EAA
(122,110,170)
#877CB2
(135,124,178)
#948ABA
(148,138,186)
#A198C2
(161,152,194)
#AEA6CA
(174,166,202)
#BBB4D2
(187,180,210)
#C8C2DA
(200,194,218)
#D5D0E2
(213,208,226)
#E2DEEA
(226,222,234)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D60A2; }

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

This text font color is #6D60A2.


Background Color

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

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

This div background color is #6D60A2.


Border color

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

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

This div border color is #6D60A2.


Opacity

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

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

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

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

This text has shadow with #6D60A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D60A2 on black background.


Color preview on white background

This text has color #6D60A2 on white background.



Black color preview on #6D60A2 background

This text has black color on #6D60A2 background.


White color preview on #6D60A2 background

This text has white color on #6D60A2 background.