COLOR #6D4BD0

HEX: #6D4BD0
RGB: (109,75,208)

Color info

#6D4BD0 contains mainly blue color. Web safe color of #6D4BD0 is #6633CC (or #63C).

RGB color model

#6D4BD0 color RGB value is (109,75,208).

  • red value is 109;
  • green value is 75;
  • blue value is 208.
RGB:
(109,75,208)
(43%,29%,82%)

RGB channels and saturation

R 109 of 255 = 43%
G 75 of 255 = 29%
B 208 of 255 = 82%

109
75
208

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

Portions of RGB colors in percentages

R + G + B =
109 + 75 + 208 = 392 (100%)
R 109 of 392 ~ 27.81%
G 75 of 392 ~ 19.13%
B 208 of 392 ~ 53.06%

%27.81
%19.13
%53.06

CMYK color model

#6D4BD0 color CMYK value is (48,64,0,18).

  • cyan value is 47.60%
  • magenta value is 63.94%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(48,64,0,18)
C48M64Y0K18 
(48%,64%,0%,18%)
(0.48/0.64/0.00/0.18)	

CMYK percentages

%47.6
%63.94
%0
%18.43

Codes

Color #6D4BD0 in popluar color models

6D4BD0
RGB10975208
HSL255°58.59%55.49%
HSB/HSV255°63.94%81.57%
CMYK47.60%63.94%0.00%
18.43%

Color #6D4BD0 in popluar number systems.

HEX6D4BD0
Decimal10975208
Binary1101101100101111010000
Octal155113320

Shades and tints

Shades of #6D4BD0

#6D4BD0
(109,75,208)
#6445BE
(100,69,190)
#5B3FAC
(91,63,172)
#52399A
(82,57,154)
#493388
(73,51,136)
#402D76
(64,45,118)
#372764
(55,39,100)
#2E2152
(46,33,82)
#251B40
(37,27,64)
#1C152E
(28,21,46)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #6D4BD0

#6D4BD0
(109,75,208)
#7A5BD4
(122,91,212)
#876BD8
(135,107,216)
#947BDC
(148,123,220)
#A18BE0
(161,139,224)
#AE9BE4
(174,155,228)
#BBABE8
(187,171,232)
#C8BBEC
(200,187,236)
#D5CBF0
(213,203,240)
#E2DBF4
(226,219,244)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4BD0; }

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

This text font color is #6D4BD0.


Background Color

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

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

This div background color is #6D4BD0.


Border color

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

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

This div border color is #6D4BD0.


Opacity

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

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

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

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

This text has shadow with #6D4BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4BD0 on black background.


Color preview on white background

This text has color #6D4BD0 on white background.



Black color preview on #6D4BD0 background

This text has black color on #6D4BD0 background.


White color preview on #6D4BD0 background

This text has white color on #6D4BD0 background.