COLOR #6D6EBF

HEX: #6D6EBF
RGB: (109,110,191)

Color info

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

RGB color model

#6D6EBF color RGB value is (109,110,191).

  • red value is 109;
  • green value is 110;
  • blue value is 191.
RGB:
(109,110,191)
(43%,43%,75%)

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 191 of 255 = 75%

109
110
191

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

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 191 = 410 (100%)
R 109 of 410 ~ 26.59%
G 110 of 410 ~ 26.83%
B 191 of 410 ~ 46.59%

%26.59
%26.83
%46.59

CMYK color model

#6D6EBF color CMYK value is (43,42,0,25).

  • cyan value is 42.93%
  • magenta value is 42.41%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(43,42,0,25)
C43M42Y0K25 
(43%,42%,0%,25%)
(0.43/0.42/0.00/0.25)	

CMYK percentages

%42.93
%42.41
%0
%25.1

Codes

Color #6D6EBF in popluar color models

6D6EBF
RGB109110191
HSL239°39.05%58.82%
HSB/HSV239°42.93%74.90%
CMYK42.93%42.41%0.00%
25.10%

Color #6D6EBF in popluar number systems.

HEX6D6EBF
Decimal109110191
Binary1101101110111010111111
Octal155156277

Shades and tints

Shades of #6D6EBF

#6D6EBF
(109,110,191)
#6464AE
(100,100,174)
#5B5A9D
(91,90,157)
#52508C
(82,80,140)
#49467B
(73,70,123)
#403C6A
(64,60,106)
#373259
(55,50,89)
#2E2848
(46,40,72)
#251E37
(37,30,55)
#1C1426
(28,20,38)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #6D6EBF

#6D6EBF
(109,110,191)
#7A7BC4
(122,123,196)
#8788C9
(135,136,201)
#9495CE
(148,149,206)
#A1A2D3
(161,162,211)
#AEAFD8
(174,175,216)
#BBBCDD
(187,188,221)
#C8C9E2
(200,201,226)
#D5D6E7
(213,214,231)
#E2E3EC
(226,227,236)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6EBF; }

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

This text font color is #6D6EBF.


Background Color

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

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

This div background color is #6D6EBF.


Border color

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

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

This div border color is #6D6EBF.


Opacity

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

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

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

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

This text has shadow with #6D6EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6EBF on black background.


Color preview on white background

This text has color #6D6EBF on white background.



Black color preview on #6D6EBF background

This text has black color on #6D6EBF background.


White color preview on #6D6EBF background

This text has white color on #6D6EBF background.