COLOR #6B51E1

HEX: #6B51E1
RGB: (107,81,225)

Color info

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

RGB color model

#6B51E1 color RGB value is (107,81,225).

  • red value is 107;
  • green value is 81;
  • blue value is 225.
RGB:
(107,81,225)
(42%,32%,88%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 225 of 255 = 88%

107
81
225

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

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 225 = 413 (100%)
R 107 of 413 ~ 25.91%
G 81 of 413 ~ 19.61%
B 225 of 413 ~ 54.48%

%25.91
%19.61
%54.48

CMYK color model

#6B51E1 color CMYK value is (52,64,0,12).

  • cyan value is 52.44%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(52,64,0,12)
C52M64Y0K12 
(52%,64%,0%,12%)
(0.52/0.64/0.00/0.12)	

CMYK percentages

%52.44
%64
%0
%11.76

Codes

Color #6B51E1 in popluar color models

6B51E1
RGB10781225
HSL251°70.59%60.00%
HSB/HSV251°64.00%88.24%
CMYK52.44%64.00%0.00%
11.76%

Color #6B51E1 in popluar number systems.

HEX6B51E1
Decimal10781225
Binary1101011101000111100001
Octal153121341

Shades and tints

Shades of #6B51E1

#6B51E1
(107,81,225)
#624ACD
(98,74,205)
#5943B9
(89,67,185)
#503CA5
(80,60,165)
#473591
(71,53,145)
#3E2E7D
(62,46,125)
#352769
(53,39,105)
#2C2055
(44,32,85)
#231941
(35,25,65)
#1A122D
(26,18,45)
#110B19
(17,11,25)
#000000
(0,0,0)

Tints of #6B51E1

#6B51E1
(107,81,225)
#7860E3
(120,96,227)
#856FE5
(133,111,229)
#927EE7
(146,126,231)
#9F8DE9
(159,141,233)
#AC9CEB
(172,156,235)
#B9ABED
(185,171,237)
#C6BAEF
(198,186,239)
#D3C9F1
(211,201,241)
#E0D8F3
(224,216,243)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B51E1 color. Also use rgb(107,81,225) instead hex code.

Text Font Color

.myTextColor { color: #6B51E1; }

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

This text font color is #6B51E1.


Background Color

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

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

This div background color is #6B51E1.


Border color

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

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

This div border color is #6B51E1.


Opacity

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

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

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

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

This text has shadow with #6B51E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B51E1 on black background.


Color preview on white background

This text has color #6B51E1 on white background.



Black color preview on #6B51E1 background

This text has black color on #6B51E1 background.


White color preview on #6B51E1 background

This text has white color on #6B51E1 background.