COLOR #6D51D1

HEX: #6D51D1
RGB: (109,81,209)

Color info

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

RGB color model

#6D51D1 color RGB value is (109,81,209).

  • red value is 109;
  • green value is 81;
  • blue value is 209.
RGB:
(109,81,209)
(43%,32%,82%)

RGB channels and saturation

R 109 of 255 = 43%
G 81 of 255 = 32%
B 209 of 255 = 82%

109
81
209

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

Portions of RGB colors in percentages

R + G + B =
109 + 81 + 209 = 399 (100%)
R 109 of 399 ~ 27.32%
G 81 of 399 ~ 20.3%
B 209 of 399 ~ 52.38%

%27.32
%20.3
%52.38

CMYK color model

#6D51D1 color CMYK value is (48,61,0,18).

  • cyan value is 47.85%
  • magenta value is 61.24%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(48,61,0,18)
C48M61Y0K18 
(48%,61%,0%,18%)
(0.48/0.61/0.00/0.18)	

CMYK percentages

%47.85
%61.24
%0
%18.04

Codes

Color #6D51D1 in popluar color models

6D51D1
RGB10981209
HSL253°58.18%56.86%
HSB/HSV253°61.24%81.96%
CMYK47.85%61.24%0.00%
18.04%

Color #6D51D1 in popluar number systems.

HEX6D51D1
Decimal10981209
Binary1101101101000111010001
Octal155121321

Shades and tints

Shades of #6D51D1

#6D51D1
(109,81,209)
#644ABE
(100,74,190)
#5B43AB
(91,67,171)
#523C98
(82,60,152)
#493585
(73,53,133)
#402E72
(64,46,114)
#37275F
(55,39,95)
#2E204C
(46,32,76)
#251939
(37,25,57)
#1C1226
(28,18,38)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #6D51D1

#6D51D1
(109,81,209)
#7A60D5
(122,96,213)
#876FD9
(135,111,217)
#947EDD
(148,126,221)
#A18DE1
(161,141,225)
#AE9CE5
(174,156,229)
#BBABE9
(187,171,233)
#C8BAED
(200,186,237)
#D5C9F1
(213,201,241)
#E2D8F5
(226,216,245)
#EFE7F9
(239,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D51D1; }

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

This text font color is #6D51D1.


Background Color

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

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

This div background color is #6D51D1.


Border color

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

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

This div border color is #6D51D1.


Opacity

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

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

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

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

This text has shadow with #6D51D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D51D1 on black background.


Color preview on white background

This text has color #6D51D1 on white background.



Black color preview on #6D51D1 background

This text has black color on #6D51D1 background.


White color preview on #6D51D1 background

This text has white color on #6D51D1 background.