COLOR #6D6DC8

HEX: #6D6DC8
RGB: (109,109,200)

Color info

#6D6DC8 contains mainly blue color. Web safe color of #6D6DC8 is #6666CC (or #66C).

RGB color model

#6D6DC8 color RGB value is (109,109,200).

  • red value is 109;
  • green value is 109;
  • blue value is 200.
RGB:
(109,109,200)
(43%,43%,78%)

RGB channels and saturation

R 109 of 255 = 43%
G 109 of 255 = 43%
B 200 of 255 = 78%

109
109
200

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

Portions of RGB colors in percentages

R + G + B =
109 + 109 + 200 = 418 (100%)
R 109 of 418 ~ 26.08%
G 109 of 418 ~ 26.08%
B 200 of 418 ~ 47.85%

%26.08
%26.08
%47.85

CMYK color model

#6D6DC8 color CMYK value is (46,46,0,22).

  • cyan value is 45.50%
  • magenta value is 45.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(46,46,0,22)
C46M46Y0K22 
(46%,46%,0%,22%)
(0.46/0.46/0.00/0.22)	

CMYK percentages

%45.5
%45.5
%0
%21.57

Codes

Color #6D6DC8 in popluar color models

6D6DC8
RGB109109200
HSL240°45.27%60.59%
HSB/HSV240°45.50%78.43%
CMYK45.50%45.50%0.00%
21.57%

Color #6D6DC8 in popluar number systems.

HEX6D6DC8
Decimal109109200
Binary1101101110110111001000
Octal155155310

Shades and tints

Shades of #6D6DC8

#6D6DC8
(109,109,200)
#6464B6
(100,100,182)
#5B5BA4
(91,91,164)
#525292
(82,82,146)
#494980
(73,73,128)
#40406E
(64,64,110)
#37375C
(55,55,92)
#2E2E4A
(46,46,74)
#252538
(37,37,56)
#1C1C26
(28,28,38)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #6D6DC8

#6D6DC8
(109,109,200)
#7A7ACD
(122,122,205)
#8787D2
(135,135,210)
#9494D7
(148,148,215)
#A1A1DC
(161,161,220)
#AEAEE1
(174,174,225)
#BBBBE6
(187,187,230)
#C8C8EB
(200,200,235)
#D5D5F0
(213,213,240)
#E2E2F5
(226,226,245)
#EFEFFA
(239,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6DC8; }

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

This text font color is #6D6DC8.


Background Color

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

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

This div background color is #6D6DC8.


Border color

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

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

This div border color is #6D6DC8.


Opacity

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

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

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

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

This text has shadow with #6D6DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6DC8 on black background.


Color preview on white background

This text has color #6D6DC8 on white background.



Black color preview on #6D6DC8 background

This text has black color on #6D6DC8 background.


White color preview on #6D6DC8 background

This text has white color on #6D6DC8 background.