COLOR #6936E1

HEX: #6936E1
RGB: (105,54,225)

Color info

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

RGB color model

#6936E1 color RGB value is (105,54,225).

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

RGB channels and saturation

R 105 of 255 = 41%
G 54 of 255 = 21%
B 225 of 255 = 88%

105
54
225

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

Portions of RGB colors in percentages

R + G + B =
105 + 54 + 225 = 384 (100%)
R 105 of 384 ~ 27.34%
G 54 of 384 ~ 14.06%
B 225 of 384 ~ 58.59%

%27.34
%14.06
%58.59

CMYK color model

#6936E1 color CMYK value is (53,76,0,12).

  • cyan value is 53.33%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(53,76,0,12)
C53M76Y0K12 
(53%,76%,0%,12%)
(0.53/0.76/0.00/0.12)	

CMYK percentages

%53.33
%76
%0
%11.76

Codes

Color #6936E1 in popluar color models

6936E1
RGB10554225
HSL258°74.03%54.71%
HSB/HSV258°76.00%88.24%
CMYK53.33%76.00%0.00%
11.76%

Color #6936E1 in popluar number systems.

HEX6936E1
Decimal10554225
Binary110100111011011100001
Octal15166341

Shades and tints

Shades of #6936E1

#6936E1
(105,54,225)
#6032CD
(96,50,205)
#572EB9
(87,46,185)
#4E2AA5
(78,42,165)
#452691
(69,38,145)
#3C227D
(60,34,125)
#331E69
(51,30,105)
#2A1A55
(42,26,85)
#211641
(33,22,65)
#18122D
(24,18,45)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #6936E1

#6936E1
(105,54,225)
#7648E3
(118,72,227)
#835AE5
(131,90,229)
#906CE7
(144,108,231)
#9D7EE9
(157,126,233)
#AA90EB
(170,144,235)
#B7A2ED
(183,162,237)
#C4B4EF
(196,180,239)
#D1C6F1
(209,198,241)
#DED8F3
(222,216,243)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6936E1; }

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

This text font color is #6936E1.


Background Color

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

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

This div background color is #6936E1.


Border color

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

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

This div border color is #6936E1.


Opacity

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

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

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

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

This text has shadow with #6936E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6936E1 on black background.


Color preview on white background

This text has color #6936E1 on white background.



Black color preview on #6936E1 background

This text has black color on #6936E1 background.


White color preview on #6936E1 background

This text has white color on #6936E1 background.