COLOR #6839BD

HEX: #6839BD
RGB: (104,57,189)

Color info

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

RGB color model

#6839BD color RGB value is (104,57,189).

  • red value is 104;
  • green value is 57;
  • blue value is 189.
RGB:
(104,57,189)
(41%,22%,74%)

RGB channels and saturation

R 104 of 255 = 41%
G 57 of 255 = 22%
B 189 of 255 = 74%

104
57
189

R + G + B ~ 46%. #6839BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 57 + 189 = 350 (100%)
R 104 of 350 ~ 29.71%
G 57 of 350 ~ 16.29%
B 189 of 350 ~ 54%

%29.71
%16.29
%54

CMYK color model

#6839BD color CMYK value is (45,70,0,26).

  • cyan value is 44.97%
  • magenta value is 69.84%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(45,70,0,26)
C45M70Y0K26 
(45%,70%,0%,26%)
(0.45/0.70/0.00/0.26)	

CMYK percentages

%44.97
%69.84
%0
%25.88

Codes

Color #6839BD in popluar color models

6839BD
RGB10457189
HSL261°53.66%48.24%
HSB/HSV261°69.84%74.12%
CMYK44.97%69.84%0.00%
25.88%

Color #6839BD in popluar number systems.

HEX6839BD
Decimal10457189
Binary110100011100110111101
Octal15071275

Shades and tints

Shades of #6839BD

#6839BD
(104,57,189)
#5F34AC
(95,52,172)
#562F9B
(86,47,155)
#4D2A8A
(77,42,138)
#442579
(68,37,121)
#3B2068
(59,32,104)
#321B57
(50,27,87)
#291646
(41,22,70)
#201135
(32,17,53)
#170C24
(23,12,36)
#0E0713
(14,7,19)
#000000
(0,0,0)

Tints of #6839BD

#6839BD
(104,57,189)
#754BC3
(117,75,195)
#825DC9
(130,93,201)
#8F6FCF
(143,111,207)
#9C81D5
(156,129,213)
#A993DB
(169,147,219)
#B6A5E1
(182,165,225)
#C3B7E7
(195,183,231)
#D0C9ED
(208,201,237)
#DDDBF3
(221,219,243)
#EAEDF9
(234,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6839BD color. Also use rgb(104,57,189) instead hex code.

Text Font Color

.myTextColor { color: #6839BD; }

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

This text font color is #6839BD.


Background Color

.myBgColor { background-color: #6839BD; }

<div style="background-color:#6839BD">Inner text</div>

This div background color is #6839BD.


Border color

.myBorderColor { border: 1px solid #6839BD; }

<div style="border:3px solid #6839BD">Div</div>

This div border color is #6839BD.


Opacity

.myOpacity80 { color: #6839BD; opacity: 0.8; }

<p style="color:#6839BD;opacity:0.8;">80%</p>

Text with #6839BD 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 #6839BD;}

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

This text has shadow with #6839BD color.

.textShadow {text-shadow: 3px 3px 1px #6839BD, 3px 3px 1px red;}

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

This text has shadow with #6839BD primary color and red secondary color.


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

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

This text has shadow with #6839BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6839BD on black background.


Color preview on white background

This text has color #6839BD on white background.



Black color preview on #6839BD background

This text has black color on #6839BD background.


White color preview on #6839BD background

This text has white color on #6839BD background.