COLOR #6832D7

HEX: #6832D7
RGB: (104,50,215)

Color info

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

RGB color model

#6832D7 color RGB value is (104,50,215).

  • red value is 104;
  • green value is 50;
  • blue value is 215.
RGB:
(104,50,215)
(41%,20%,84%)

RGB channels and saturation

R 104 of 255 = 41%
G 50 of 255 = 20%
B 215 of 255 = 84%

104
50
215

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

Portions of RGB colors in percentages

R + G + B =
104 + 50 + 215 = 369 (100%)
R 104 of 369 ~ 28.18%
G 50 of 369 ~ 13.55%
B 215 of 369 ~ 58.27%

%28.18
%13.55
%58.27

CMYK color model

#6832D7 color CMYK value is (52,77,0,16).

  • cyan value is 51.63%
  • magenta value is 76.74%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(52,77,0,16)
C52M77Y0K16 
(52%,77%,0%,16%)
(0.52/0.77/0.00/0.16)	

CMYK percentages

%51.63
%76.74
%0
%15.69

Codes

Color #6832D7 in popluar color models

6832D7
RGB10450215
HSL260°67.35%51.96%
HSB/HSV260°76.74%84.31%
CMYK51.63%76.74%0.00%
15.69%

Color #6832D7 in popluar number systems.

HEX6832D7
Decimal10450215
Binary110100011001011010111
Octal15062327

Shades and tints

Shades of #6832D7

#6832D7
(104,50,215)
#5F2EC4
(95,46,196)
#562AB1
(86,42,177)
#4D269E
(77,38,158)
#44228B
(68,34,139)
#3B1E78
(59,30,120)
#321A65
(50,26,101)
#291652
(41,22,82)
#20123F
(32,18,63)
#170E2C
(23,14,44)
#0E0A19
(14,10,25)
#000000
(0,0,0)

Tints of #6832D7

#6832D7
(104,50,215)
#7544DA
(117,68,218)
#8256DD
(130,86,221)
#8F68E0
(143,104,224)
#9C7AE3
(156,122,227)
#A98CE6
(169,140,230)
#B69EE9
(182,158,233)
#C3B0EC
(195,176,236)
#D0C2EF
(208,194,239)
#DDD4F2
(221,212,242)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6832D7 color. Also use rgb(104,50,215) instead hex code.

Text Font Color

.myTextColor { color: #6832D7; }

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

This text font color is #6832D7.


Background Color

.myBgColor { background-color: #6832D7; }

<div style="background-color:#6832D7">Inner text</div>

This div background color is #6832D7.


Border color

.myBorderColor { border: 1px solid #6832D7; }

<div style="border:3px solid #6832D7">Div</div>

This div border color is #6832D7.


Opacity

.myOpacity80 { color: #6832D7; opacity: 0.8; }

<p style="color:#6832D7;opacity:0.8;">80%</p>

Text with #6832D7 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 #6832D7;}

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

This text has shadow with #6832D7 color.

.textShadow {text-shadow: 3px 3px 1px #6832D7, 3px 3px 1px red;}

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

This text has shadow with #6832D7 primary color and red secondary color.


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

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

This text has shadow with #6832D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6832D7 on black background.


Color preview on white background

This text has color #6832D7 on white background.



Black color preview on #6832D7 background

This text has black color on #6832D7 background.


White color preview on #6832D7 background

This text has white color on #6832D7 background.