COLOR #6831B2

HEX: #6831B2
RGB: (104,49,178)

Color info

#6831B2 contains mainly blue color. Web safe color of #6831B2 is #663399 (or #639).

RGB color model

#6831B2 color RGB value is (104,49,178).

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

RGB channels and saturation

R 104 of 255 = 41%
G 49 of 255 = 19%
B 178 of 255 = 70%

104
49
178

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

Portions of RGB colors in percentages

R + G + B =
104 + 49 + 178 = 331 (100%)
R 104 of 331 ~ 31.42%
G 49 of 331 ~ 14.8%
B 178 of 331 ~ 53.78%

%31.42
%14.8
%53.78

CMYK color model

#6831B2 color CMYK value is (42,72,0,30).

  • cyan value is 41.57%
  • magenta value is 72.47%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(42,72,0,30)
C42M72Y0K30 
(42%,72%,0%,30%)
(0.42/0.72/0.00/0.30)	

CMYK percentages

%41.57
%72.47
%0
%30.2

Codes

Color #6831B2 in popluar color models

6831B2
RGB10449178
HSL266°56.83%44.51%
HSB/HSV266°72.47%69.80%
CMYK41.57%72.47%0.00%
30.20%

Color #6831B2 in popluar number systems.

HEX6831B2
Decimal10449178
Binary110100011000110110010
Octal15061262

Shades and tints

Shades of #6831B2

#6831B2
(104,49,178)
#5F2DA2
(95,45,162)
#562992
(86,41,146)
#4D2582
(77,37,130)
#442172
(68,33,114)
#3B1D62
(59,29,98)
#321952
(50,25,82)
#291542
(41,21,66)
#201132
(32,17,50)
#170D22
(23,13,34)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #6831B2

#6831B2
(104,49,178)
#7543B9
(117,67,185)
#8255C0
(130,85,192)
#8F67C7
(143,103,199)
#9C79CE
(156,121,206)
#A98BD5
(169,139,213)
#B69DDC
(182,157,220)
#C3AFE3
(195,175,227)
#D0C1EA
(208,193,234)
#DDD3F1
(221,211,241)
#EAE5F8
(234,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6831B2; }

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

This text font color is #6831B2.


Background Color

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

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

This div background color is #6831B2.


Border color

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

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

This div border color is #6831B2.


Opacity

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

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

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

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

This text has shadow with #6831B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6831B2 on black background.


Color preview on white background

This text has color #6831B2 on white background.



Black color preview on #6831B2 background

This text has black color on #6831B2 background.


White color preview on #6831B2 background

This text has white color on #6831B2 background.