COLOR #6829DE

HEX: #6829DE
RGB: (104,41,222)

Color info

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

RGB color model

#6829DE color RGB value is (104,41,222).

  • red value is 104;
  • green value is 41;
  • blue value is 222.
RGB:
(104,41,222)
(41%,16%,87%)

RGB channels and saturation

R 104 of 255 = 41%
G 41 of 255 = 16%
B 222 of 255 = 87%

104
41
222

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

Portions of RGB colors in percentages

R + G + B =
104 + 41 + 222 = 367 (100%)
R 104 of 367 ~ 28.34%
G 41 of 367 ~ 11.17%
B 222 of 367 ~ 60.49%

%28.34
%11.17
%60.49

CMYK color model

#6829DE color CMYK value is (53,82,0,13).

  • cyan value is 53.15%
  • magenta value is 81.53%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(53,82,0,13)
C53M82Y0K13 
(53%,82%,0%,13%)
(0.53/0.82/0.00/0.13)	

CMYK percentages

%53.15
%81.53
%0
%12.94

Codes

Color #6829DE in popluar color models

6829DE
RGB10441222
HSL261°73.28%51.57%
HSB/HSV261°81.53%87.06%
CMYK53.15%81.53%0.00%
12.94%

Color #6829DE in popluar number systems.

HEX6829DE
Decimal10441222
Binary110100010100111011110
Octal15051336

Shades and tints

Shades of #6829DE

#6829DE
(104,41,222)
#5F26CA
(95,38,202)
#5623B6
(86,35,182)
#4D20A2
(77,32,162)
#441D8E
(68,29,142)
#3B1A7A
(59,26,122)
#321766
(50,23,102)
#291452
(41,20,82)
#20113E
(32,17,62)
#170E2A
(23,14,42)
#0E0B16
(14,11,22)
#000000
(0,0,0)

Tints of #6829DE

#6829DE
(104,41,222)
#753CE1
(117,60,225)
#824FE4
(130,79,228)
#8F62E7
(143,98,231)
#9C75EA
(156,117,234)
#A988ED
(169,136,237)
#B69BF0
(182,155,240)
#C3AEF3
(195,174,243)
#D0C1F6
(208,193,246)
#DDD4F9
(221,212,249)
#EAE7FC
(234,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6829DE color. Also use rgb(104,41,222) instead hex code.

Text Font Color

.myTextColor { color: #6829DE; }

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

This text font color is #6829DE.


Background Color

.myBgColor { background-color: #6829DE; }

<div style="background-color:#6829DE">Inner text</div>

This div background color is #6829DE.


Border color

.myBorderColor { border: 1px solid #6829DE; }

<div style="border:3px solid #6829DE">Div</div>

This div border color is #6829DE.


Opacity

.myOpacity80 { color: #6829DE; opacity: 0.8; }

<p style="color:#6829DE;opacity:0.8;">80%</p>

Text with #6829DE 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 #6829DE;}

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

This text has shadow with #6829DE color.

.textShadow {text-shadow: 3px 3px 1px #6829DE, 3px 3px 1px red;}

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

This text has shadow with #6829DE primary color and red secondary color.


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

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

This text has shadow with #6829DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6829DE on black background.


Color preview on white background

This text has color #6829DE on white background.



Black color preview on #6829DE background

This text has black color on #6829DE background.


White color preview on #6829DE background

This text has white color on #6829DE background.