COLOR #6D6CA8

HEX: #6D6CA8
RGB: (109,108,168)

Color info

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

RGB color model

#6D6CA8 color RGB value is (109,108,168).

  • red value is 109;
  • green value is 108;
  • blue value is 168.
RGB:
(109,108,168)
(43%,42%,66%)

RGB channels and saturation

R 109 of 255 = 43%
G 108 of 255 = 42%
B 168 of 255 = 66%

109
108
168

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

Portions of RGB colors in percentages

R + G + B =
109 + 108 + 168 = 385 (100%)
R 109 of 385 ~ 28.31%
G 108 of 385 ~ 28.05%
B 168 of 385 ~ 43.64%

%28.31
%28.05
%43.64

CMYK color model

#6D6CA8 color CMYK value is (35,36,0,34).

  • cyan value is 35.12%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(35,36,0,34)
C35M36Y0K34 
(35%,36%,0%,34%)
(0.35/0.36/0.00/0.34)	

CMYK percentages

%35.12
%35.71
%0
%34.12

Codes

Color #6D6CA8 in popluar color models

6D6CA8
RGB109108168
HSL241°25.64%54.12%
HSB/HSV241°35.71%65.88%
CMYK35.12%35.71%0.00%
34.12%

Color #6D6CA8 in popluar number systems.

HEX6D6CA8
Decimal109108168
Binary1101101110110010101000
Octal155154250

Shades and tints

Shades of #6D6CA8

#6D6CA8
(109,108,168)
#646399
(100,99,153)
#5B5A8A
(91,90,138)
#52517B
(82,81,123)
#49486C
(73,72,108)
#403F5D
(64,63,93)
#37364E
(55,54,78)
#2E2D3F
(46,45,63)
#252430
(37,36,48)
#1C1B21
(28,27,33)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #6D6CA8

#6D6CA8
(109,108,168)
#7A79AF
(122,121,175)
#8786B6
(135,134,182)
#9493BD
(148,147,189)
#A1A0C4
(161,160,196)
#AEADCB
(174,173,203)
#BBBAD2
(187,186,210)
#C8C7D9
(200,199,217)
#D5D4E0
(213,212,224)
#E2E1E7
(226,225,231)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6CA8 color. Also use rgb(109,108,168) instead hex code.

Text Font Color

.myTextColor { color: #6D6CA8; }

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

This text font color is #6D6CA8.


Background Color

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

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

This div background color is #6D6CA8.


Border color

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

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

This div border color is #6D6CA8.


Opacity

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

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

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

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

This text has shadow with #6D6CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6CA8 on black background.


Color preview on white background

This text has color #6D6CA8 on white background.



Black color preview on #6D6CA8 background

This text has black color on #6D6CA8 background.


White color preview on #6D6CA8 background

This text has white color on #6D6CA8 background.