COLOR #6B51DA

HEX: #6B51DA
RGB: (107,81,218)

Color info

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

RGB color model

#6B51DA color RGB value is (107,81,218).

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

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 218 of 255 = 85%

107
81
218

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

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 218 = 406 (100%)
R 107 of 406 ~ 26.35%
G 81 of 406 ~ 19.95%
B 218 of 406 ~ 53.69%

%26.35
%19.95
%53.69

CMYK color model

#6B51DA color CMYK value is (51,63,0,15).

  • cyan value is 50.92%
  • magenta value is 62.84%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(51,63,0,15)
C51M63Y0K15 
(51%,63%,0%,15%)
(0.51/0.63/0.00/0.15)	

CMYK percentages

%50.92
%62.84
%0
%14.51

Codes

Color #6B51DA in popluar color models

6B51DA
RGB10781218
HSL251°64.93%58.63%
HSB/HSV251°62.84%85.49%
CMYK50.92%62.84%0.00%
14.51%

Color #6B51DA in popluar number systems.

HEX6B51DA
Decimal10781218
Binary1101011101000111011010
Octal153121332

Shades and tints

Shades of #6B51DA

#6B51DA
(107,81,218)
#624AC7
(98,74,199)
#5943B4
(89,67,180)
#503CA1
(80,60,161)
#47358E
(71,53,142)
#3E2E7B
(62,46,123)
#352768
(53,39,104)
#2C2055
(44,32,85)
#231942
(35,25,66)
#1A122F
(26,18,47)
#110B1C
(17,11,28)
#000000
(0,0,0)

Tints of #6B51DA

#6B51DA
(107,81,218)
#7860DD
(120,96,221)
#856FE0
(133,111,224)
#927EE3
(146,126,227)
#9F8DE6
(159,141,230)
#AC9CE9
(172,156,233)
#B9ABEC
(185,171,236)
#C6BAEF
(198,186,239)
#D3C9F2
(211,201,242)
#E0D8F5
(224,216,245)
#EDE7F8
(237,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B51DA; }

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

This text font color is #6B51DA.


Background Color

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

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

This div background color is #6B51DA.


Border color

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

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

This div border color is #6B51DA.


Opacity

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

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

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

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

This text has shadow with #6B51DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B51DA on black background.


Color preview on white background

This text has color #6B51DA on white background.



Black color preview on #6B51DA background

This text has black color on #6B51DA background.


White color preview on #6B51DA background

This text has white color on #6B51DA background.