COLOR #6830D6

HEX: #6830D6
RGB: (104,48,214)

Color info

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

RGB color model

#6830D6 color RGB value is (104,48,214).

  • red value is 104;
  • green value is 48;
  • blue value is 214.
RGB:
(104,48,214)
(41%,19%,84%)

RGB channels and saturation

R 104 of 255 = 41%
G 48 of 255 = 19%
B 214 of 255 = 84%

104
48
214

R + G + B ~ 48%. #6830D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 48 + 214 = 366 (100%)
R 104 of 366 ~ 28.42%
G 48 of 366 ~ 13.11%
B 214 of 366 ~ 58.47%

%28.42
%13.11
%58.47

CMYK color model

#6830D6 color CMYK value is (51,78,0,16).

  • cyan value is 51.40%
  • magenta value is 77.57%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(51,78,0,16)
C51M78Y0K16 
(51%,78%,0%,16%)
(0.51/0.78/0.00/0.16)	

CMYK percentages

%51.4
%77.57
%0
%16.08

Codes

Color #6830D6 in popluar color models

6830D6
RGB10448214
HSL260°66.94%51.37%
HSB/HSV260°77.57%83.92%
CMYK51.40%77.57%0.00%
16.08%

Color #6830D6 in popluar number systems.

HEX6830D6
Decimal10448214
Binary110100011000011010110
Octal15060326

Shades and tints

Shades of #6830D6

#6830D6
(104,48,214)
#5F2CC3
(95,44,195)
#5628B0
(86,40,176)
#4D249D
(77,36,157)
#44208A
(68,32,138)
#3B1C77
(59,28,119)
#321864
(50,24,100)
#291451
(41,20,81)
#20103E
(32,16,62)
#170C2B
(23,12,43)
#0E0818
(14,8,24)
#000000
(0,0,0)

Tints of #6830D6

#6830D6
(104,48,214)
#7542D9
(117,66,217)
#8254DC
(130,84,220)
#8F66DF
(143,102,223)
#9C78E2
(156,120,226)
#A98AE5
(169,138,229)
#B69CE8
(182,156,232)
#C3AEEB
(195,174,235)
#D0C0EE
(208,192,238)
#DDD2F1
(221,210,241)
#EAE4F4
(234,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6830D6 color. Also use rgb(104,48,214) instead hex code.

Text Font Color

.myTextColor { color: #6830D6; }

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

This text font color is #6830D6.


Background Color

.myBgColor { background-color: #6830D6; }

<div style="background-color:#6830D6">Inner text</div>

This div background color is #6830D6.


Border color

.myBorderColor { border: 1px solid #6830D6; }

<div style="border:3px solid #6830D6">Div</div>

This div border color is #6830D6.


Opacity

.myOpacity80 { color: #6830D6; opacity: 0.8; }

<p style="color:#6830D6;opacity:0.8;">80%</p>

Text with #6830D6 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 #6830D6;}

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

This text has shadow with #6830D6 color.

.textShadow {text-shadow: 3px 3px 1px #6830D6, 3px 3px 1px red;}

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

This text has shadow with #6830D6 primary color and red secondary color.


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

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

This text has shadow with #6830D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6830D6 on black background.


Color preview on white background

This text has color #6830D6 on white background.



Black color preview on #6830D6 background

This text has black color on #6830D6 background.


White color preview on #6830D6 background

This text has white color on #6830D6 background.