COLOR #6820B4

HEX: #6820B4
RGB: (104,32,180)

Color info

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

RGB color model

#6820B4 color RGB value is (104,32,180).

  • red value is 104;
  • green value is 32;
  • blue value is 180.
RGB:
(104,32,180)
(41%,13%,71%)

RGB channels and saturation

R 104 of 255 = 41%
G 32 of 255 = 13%
B 180 of 255 = 71%

104
32
180

R + G + B ~ 42%. #6820B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 32 + 180 = 316 (100%)
R 104 of 316 ~ 32.91%
G 32 of 316 ~ 10.13%
B 180 of 316 ~ 56.96%

%32.91
%10.13
%56.96

CMYK color model

#6820B4 color CMYK value is (42,82,0,29).

  • cyan value is 42.22%
  • magenta value is 82.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(42,82,0,29)
C42M82Y0K29 
(42%,82%,0%,29%)
(0.42/0.82/0.00/0.29)	

CMYK percentages

%42.22
%82.22
%0
%29.41

Codes

Color #6820B4 in popluar color models

6820B4
RGB10432180
HSL269°69.81%41.57%
HSB/HSV269°82.22%70.59%
CMYK42.22%82.22%0.00%
29.41%

Color #6820B4 in popluar number systems.

HEX6820B4
Decimal10432180
Binary110100010000010110100
Octal15040264

Shades and tints

Shades of #6820B4

#6820B4
(104,32,180)
#5F1EA4
(95,30,164)
#561C94
(86,28,148)
#4D1A84
(77,26,132)
#441874
(68,24,116)
#3B1664
(59,22,100)
#321454
(50,20,84)
#291244
(41,18,68)
#201034
(32,16,52)
#170E24
(23,14,36)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #6820B4

#6820B4
(104,32,180)
#7534BA
(117,52,186)
#8248C0
(130,72,192)
#8F5CC6
(143,92,198)
#9C70CC
(156,112,204)
#A984D2
(169,132,210)
#B698D8
(182,152,216)
#C3ACDE
(195,172,222)
#D0C0E4
(208,192,228)
#DDD4EA
(221,212,234)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6820B4 color. Also use rgb(104,32,180) instead hex code.

Text Font Color

.myTextColor { color: #6820B4; }

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

This text font color is #6820B4.


Background Color

.myBgColor { background-color: #6820B4; }

<div style="background-color:#6820B4">Inner text</div>

This div background color is #6820B4.


Border color

.myBorderColor { border: 1px solid #6820B4; }

<div style="border:3px solid #6820B4">Div</div>

This div border color is #6820B4.


Opacity

.myOpacity80 { color: #6820B4; opacity: 0.8; }

<p style="color:#6820B4;opacity:0.8;">80%</p>

Text with #6820B4 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 #6820B4;}

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

This text has shadow with #6820B4 color.

.textShadow {text-shadow: 3px 3px 1px #6820B4, 3px 3px 1px red;}

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

This text has shadow with #6820B4 primary color and red secondary color.


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

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

This text has shadow with #6820B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6820B4 on black background.


Color preview on white background

This text has color #6820B4 on white background.



Black color preview on #6820B4 background

This text has black color on #6820B4 background.


White color preview on #6820B4 background

This text has white color on #6820B4 background.