COLOR #6D68AA

HEX: #6D68AA
RGB: (109,104,170)

Color info

#6D68AA contains mainly blue color. Web safe color of #6D68AA is #666699 (or #669).

RGB color model

#6D68AA color RGB value is (109,104,170).

  • red value is 109;
  • green value is 104;
  • blue value is 170.
RGB:
(109,104,170)
(43%,41%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 170 of 255 = 67%

109
104
170

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

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 170 = 383 (100%)
R 109 of 383 ~ 28.46%
G 104 of 383 ~ 27.15%
B 170 of 383 ~ 44.39%

%28.46
%27.15
%44.39

CMYK color model

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

  • cyan value is 35.88%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,39,0,33)
C36M39Y0K33 
(36%,39%,0%,33%)
(0.36/0.39/0.00/0.33)	

CMYK percentages

%35.88
%38.82
%0
%33.33

Codes

Color #6D68AA in popluar color models

6D68AA
RGB109104170
HSL245°27.97%53.73%
HSB/HSV245°38.82%66.67%
CMYK35.88%38.82%0.00%
33.33%

Color #6D68AA in popluar number systems.

HEX6D68AA
Decimal109104170
Binary1101101110100010101010
Octal155150252

Shades and tints

Shades of #6D68AA

#6D68AA
(109,104,170)
#645F9B
(100,95,155)
#5B568C
(91,86,140)
#524D7D
(82,77,125)
#49446E
(73,68,110)
#403B5F
(64,59,95)
#373250
(55,50,80)
#2E2941
(46,41,65)
#252032
(37,32,50)
#1C1723
(28,23,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #6D68AA

#6D68AA
(109,104,170)
#7A75B1
(122,117,177)
#8782B8
(135,130,184)
#948FBF
(148,143,191)
#A19CC6
(161,156,198)
#AEA9CD
(174,169,205)
#BBB6D4
(187,182,212)
#C8C3DB
(200,195,219)
#D5D0E2
(213,208,226)
#E2DDE9
(226,221,233)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D68AA color. Also use rgb(109,104,170) instead hex code.

Text Font Color

.myTextColor { color: #6D68AA; }

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

This text font color is #6D68AA.


Background Color

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

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

This div background color is #6D68AA.


Border color

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

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

This div border color is #6D68AA.


Opacity

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

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

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

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

This text has shadow with #6D68AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D68AA on black background.


Color preview on white background

This text has color #6D68AA on white background.



Black color preview on #6D68AA background

This text has black color on #6D68AA background.


White color preview on #6D68AA background

This text has white color on #6D68AA background.