COLOR #6D67BD

HEX: #6D67BD RGB: (109,103,189)

Color info

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

RGB color model

#6D67BD color RGB value is (109,103,189).

RGB: (109,103,189) (43%, 40%, 74%)

RGB channels and saturation

R 109 of 255 = 43%
G 103 of 255 = 40%
B 189 of 255 = 74%

109
103
189

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

Portions of RGB colors in percentages

R + G + B = 109 + 103 + 189 = 401 (100%)
R 109 of 401 ~ 27.18%
G 103 of 401 ~ 25.69%
B 189 of 401 ~ 47.13'%

%27.18
%25.69
%47.13

CMYK color model

#6D67BD color CMYK value is (42,46,0,26).

  • cyan value is 42.33%
  • magenta value is 45.50%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (42,46,0,26)
C42M46Y0K26 (42%, 46%, 0%, 26%)
(0.42 / 0.46 / 0.00 / 0.26)

CMYK percentages

%42.33
%45.5
%0
%25.88

Codes

Color #6D67BD in popluar color models

6D 67 BD
RGB 109 103 189
HSL 244° 39.45% 57.25%
HSB/HSV 244° 45.50% 74.12%
CMYK 42.33% 45.50% 0.00%
25.88%

Color #6D67BD in popluar number systems.

HEX 6D 67 BD
Decimal 109 103 189
Binary 1101101 1100111 10111101
Octal 155 147 275

Shades and tints

Shades of #6D67BD

#6D67BD
(109,103,189)
#645EAC
(100,94,172)
#5B559B
(91,85,155)
#524C8A
(82,76,138)
#494379
(73,67,121)
#403A68
(64,58,104)
#373157
(55,49,87)
#2E2846
(46,40,70)
#251F35
(37,31,53)
#1C1624
(28,22,36)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #6D67BD

#6D67BD
(109,103,189)
#7A74C3
(122,116,195)
#8781C9
(135,129,201)
#948ECF
(148,142,207)
#A19BD5
(161,155,213)
#AEA8DB
(174,168,219)
#BBB5E1
(187,181,225)
#C8C2E7
(200,194,231)
#D5CFED
(213,207,237)
#E2DCF3
(226,220,243)
#EFE9F9
(239,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D67BD; }

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

This text font color is #6D67BD.

Background Color

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

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

This div background color is #6D67BD.

Border color

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

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

This div border color is #6D67BD.

Opacity

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

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

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

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

This text has shadow with #6D67BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D67BD.

Preview

Color preview on black background

This text has color #6D67BD on black background.


Color preview on white background

This text has color #6D67BD on white background.


Black color preview on #6D67BD background

This text has black color on #6D67BD background.


White color preview on #6D67BD background

This text has white color on #6D67BD background.


Related colors

Complementary color

Complementary color for #hex is #929842.


I love getcolorcode.com

Triadic colors

1 #BD6D67 and #67BD6D with #6D67BD are triadic colors.

2 #BD676D and #676DBD with #6D67BD are triadic colors.