COLOR #6D67A2

HEX: #6D67A2
RGB: (109,103,162)

Color info

#6D67A2 contains red, green and blue colors in about the same proportion. Web safe color of #6D67A2 is #666699 (or #669).

RGB color model

#6D67A2 color RGB value is (109,103,162).

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

RGB channels and saturation

R 109 of 255 = 43%
G 103 of 255 = 40%
B 162 of 255 = 64%

109
103
162

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

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 162 = 374 (100%)
R 109 of 374 ~ 29.14%
G 103 of 374 ~ 27.54%
B 162 of 374 ~ 43.32%

%29.14
%27.54
%43.32

CMYK color model

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

  • cyan value is 32.72%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,36,0,36)
C33M36Y0K36 
(33%,36%,0%,36%)
(0.33/0.36/0.00/0.36)	

CMYK percentages

%32.72
%36.42
%0
%36.47

Codes

Color #6D67A2 in popluar color models

6D67A2
RGB109103162
HSL246°24.08%51.96%
HSB/HSV246°36.42%63.53%
CMYK32.72%36.42%0.00%
36.47%

Color #6D67A2 in popluar number systems.

HEX6D67A2
Decimal109103162
Binary1101101110011110100010
Octal155147242

Shades and tints

Shades of #6D67A2

#6D67A2
(109,103,162)
#645E94
(100,94,148)
#5B5586
(91,85,134)
#524C78
(82,76,120)
#49436A
(73,67,106)
#403A5C
(64,58,92)
#37314E
(55,49,78)
#2E2840
(46,40,64)
#251F32
(37,31,50)
#1C1624
(28,22,36)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #6D67A2

#6D67A2
(109,103,162)
#7A74AA
(122,116,170)
#8781B2
(135,129,178)
#948EBA
(148,142,186)
#A19BC2
(161,155,194)
#AEA8CA
(174,168,202)
#BBB5D2
(187,181,210)
#C8C2DA
(200,194,218)
#D5CFE2
(213,207,226)
#E2DCEA
(226,220,234)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D67A2; }

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

This text font color is #6D67A2.


Background Color

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

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

This div background color is #6D67A2.


Border color

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

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

This div border color is #6D67A2.


Opacity

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

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

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

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

This text has shadow with #6D67A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D67A2 on black background.


Color preview on white background

This text has color #6D67A2 on white background.



Black color preview on #6D67A2 background

This text has black color on #6D67A2 background.


White color preview on #6D67A2 background

This text has white color on #6D67A2 background.