COLOR #6D69AB

HEX: #6D69AB
RGB: (109,105,171)

Color info

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

RGB color model

#6D69AB color RGB value is (109,105,171).

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

RGB channels and saturation

R 109 of 255 = 43%
G 105 of 255 = 41%
B 171 of 255 = 67%

109
105
171

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

Portions of RGB colors in percentages

R + G + B =
109 + 105 + 171 = 385 (100%)
R 109 of 385 ~ 28.31%
G 105 of 385 ~ 27.27%
B 171 of 385 ~ 44.42%

%28.31
%27.27
%44.42

CMYK color model

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

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

CMYK percentages

%36.26
%38.6
%0
%32.94

Codes

Color #6D69AB in popluar color models

6D69AB
RGB109105171
HSL244°28.21%54.12%
HSB/HSV244°38.60%67.06%
CMYK36.26%38.60%0.00%
32.94%

Color #6D69AB in popluar number systems.

HEX6D69AB
Decimal109105171
Binary1101101110100110101011
Octal155151253

Shades and tints

Shades of #6D69AB

#6D69AB
(109,105,171)
#64609C
(100,96,156)
#5B578D
(91,87,141)
#524E7E
(82,78,126)
#49456F
(73,69,111)
#403C60
(64,60,96)
#373351
(55,51,81)
#2E2A42
(46,42,66)
#252133
(37,33,51)
#1C1824
(28,24,36)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #6D69AB

#6D69AB
(109,105,171)
#7A76B2
(122,118,178)
#8783B9
(135,131,185)
#9490C0
(148,144,192)
#A19DC7
(161,157,199)
#AEAACE
(174,170,206)
#BBB7D5
(187,183,213)
#C8C4DC
(200,196,220)
#D5D1E3
(213,209,227)
#E2DEEA
(226,222,234)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D69AB color. Also use rgb(109,105,171) instead hex code.

Text Font Color

.myTextColor { color: #6D69AB; }

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

This text font color is #6D69AB.


Background Color

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

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

This div background color is #6D69AB.


Border color

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

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

This div border color is #6D69AB.


Opacity

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

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

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

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

This text has shadow with #6D69AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D69AB on black background.


Color preview on white background

This text has color #6D69AB on white background.



Black color preview on #6D69AB background

This text has black color on #6D69AB background.


White color preview on #6D69AB background

This text has white color on #6D69AB background.