COLOR #6941E1

HEX: #6941E1
RGB: (105,65,225)

Color info

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

RGB color model

#6941E1 color RGB value is (105,65,225).

  • red value is 105;
  • green value is 65;
  • blue value is 225.
RGB:
(105,65,225)
(41%,25%,88%)

RGB channels and saturation

R 105 of 255 = 41%
G 65 of 255 = 25%
B 225 of 255 = 88%

105
65
225

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

Portions of RGB colors in percentages

R + G + B =
105 + 65 + 225 = 395 (100%)
R 105 of 395 ~ 26.58%
G 65 of 395 ~ 16.46%
B 225 of 395 ~ 56.96%

%26.58
%16.46
%56.96

CMYK color model

#6941E1 color CMYK value is (53,71,0,12).

  • cyan value is 53.33%
  • magenta value is 71.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(53,71,0,12)
C53M71Y0K12 
(53%,71%,0%,12%)
(0.53/0.71/0.00/0.12)	

CMYK percentages

%53.33
%71.11
%0
%11.76

Codes

Color #6941E1 in popluar color models

6941E1
RGB10565225
HSL255°72.73%56.86%
HSB/HSV255°71.11%88.24%
CMYK53.33%71.11%0.00%
11.76%

Color #6941E1 in popluar number systems.

HEX6941E1
Decimal10565225
Binary1101001100000111100001
Octal151101341

Shades and tints

Shades of #6941E1

#6941E1
(105,65,225)
#603CCD
(96,60,205)
#5737B9
(87,55,185)
#4E32A5
(78,50,165)
#452D91
(69,45,145)
#3C287D
(60,40,125)
#332369
(51,35,105)
#2A1E55
(42,30,85)
#211941
(33,25,65)
#18142D
(24,20,45)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #6941E1

#6941E1
(105,65,225)
#7652E3
(118,82,227)
#8363E5
(131,99,229)
#9074E7
(144,116,231)
#9D85E9
(157,133,233)
#AA96EB
(170,150,235)
#B7A7ED
(183,167,237)
#C4B8EF
(196,184,239)
#D1C9F1
(209,201,241)
#DEDAF3
(222,218,243)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6941E1 color. Also use rgb(105,65,225) instead hex code.

Text Font Color

.myTextColor { color: #6941E1; }

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

This text font color is #6941E1.


Background Color

.myBgColor { background-color: #6941E1; }

<div style="background-color:#6941E1">Inner text</div>

This div background color is #6941E1.


Border color

.myBorderColor { border: 1px solid #6941E1; }

<div style="border:3px solid #6941E1">Div</div>

This div border color is #6941E1.


Opacity

.myOpacity80 { color: #6941E1; opacity: 0.8; }

<p style="color:#6941E1;opacity:0.8;">80%</p>

Text with #6941E1 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 #6941E1;}

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

This text has shadow with #6941E1 color.

.textShadow {text-shadow: 3px 3px 1px #6941E1, 3px 3px 1px red;}

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

This text has shadow with #6941E1 primary color and red secondary color.


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

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

This text has shadow with #6941E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6941E1 on black background.


Color preview on white background

This text has color #6941E1 on white background.



Black color preview on #6941E1 background

This text has black color on #6941E1 background.


White color preview on #6941E1 background

This text has white color on #6941E1 background.