COLOR #6831D2

HEX: #6831D2
RGB: (104,49,210)

Color info

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

RGB color model

#6831D2 color RGB value is (104,49,210).

  • red value is 104;
  • green value is 49;
  • blue value is 210.
RGB:
(104,49,210)
(41%,19%,82%)

RGB channels and saturation

R 104 of 255 = 41%
G 49 of 255 = 19%
B 210 of 255 = 82%

104
49
210

R + G + B ~ 47%. #6831D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 49 + 210 = 363 (100%)
R 104 of 363 ~ 28.65%
G 49 of 363 ~ 13.5%
B 210 of 363 ~ 57.85%

%28.65
%13.5
%57.85

CMYK color model

#6831D2 color CMYK value is (50,77,0,18).

  • cyan value is 50.48%
  • magenta value is 76.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(50,77,0,18)
C50M77Y0K18 
(50%,77%,0%,18%)
(0.50/0.77/0.00/0.18)	

CMYK percentages

%50.48
%76.67
%0
%17.65

Codes

Color #6831D2 in popluar color models

6831D2
RGB10449210
HSL260°64.14%50.78%
HSB/HSV260°76.67%82.35%
CMYK50.48%76.67%0.00%
17.65%

Color #6831D2 in popluar number systems.

HEX6831D2
Decimal10449210
Binary110100011000111010010
Octal15061322

Shades and tints

Shades of #6831D2

#6831D2
(104,49,210)
#5F2DBF
(95,45,191)
#5629AC
(86,41,172)
#4D2599
(77,37,153)
#442186
(68,33,134)
#3B1D73
(59,29,115)
#321960
(50,25,96)
#29154D
(41,21,77)
#20113A
(32,17,58)
#170D27
(23,13,39)
#0E0914
(14,9,20)
#000000
(0,0,0)

Tints of #6831D2

#6831D2
(104,49,210)
#7543D6
(117,67,214)
#8255DA
(130,85,218)
#8F67DE
(143,103,222)
#9C79E2
(156,121,226)
#A98BE6
(169,139,230)
#B69DEA
(182,157,234)
#C3AFEE
(195,175,238)
#D0C1F2
(208,193,242)
#DDD3F6
(221,211,246)
#EAE5FA
(234,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6831D2 color. Also use rgb(104,49,210) instead hex code.

Text Font Color

.myTextColor { color: #6831D2; }

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

This text font color is #6831D2.


Background Color

.myBgColor { background-color: #6831D2; }

<div style="background-color:#6831D2">Inner text</div>

This div background color is #6831D2.


Border color

.myBorderColor { border: 1px solid #6831D2; }

<div style="border:3px solid #6831D2">Div</div>

This div border color is #6831D2.


Opacity

.myOpacity80 { color: #6831D2; opacity: 0.8; }

<p style="color:#6831D2;opacity:0.8;">80%</p>

Text with #6831D2 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 #6831D2;}

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

This text has shadow with #6831D2 color.

.textShadow {text-shadow: 3px 3px 1px #6831D2, 3px 3px 1px red;}

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

This text has shadow with #6831D2 primary color and red secondary color.


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

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

This text has shadow with #6831D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6831D2 on black background.


Color preview on white background

This text has color #6831D2 on white background.



Black color preview on #6831D2 background

This text has black color on #6831D2 background.


White color preview on #6831D2 background

This text has white color on #6831D2 background.