COLOR #6850A3

HEX: #6850A3 RGB: (104,80,163)

Color info

#6850A3 contains mainly red and blue colors. Web safe color of #6850A3 is #666699 (or #669).

RGB color model

#6850A3 color RGB value is (104,80,163).

RGB: (104,80,163) (41%, 31%, 64%)

RGB channels and saturation

R 104 of 255 = 41%
G 80 of 255 = 31%
B 163 of 255 = 64%

104
80
163

R + G + B ~ 45%. #6850A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 80 + 163 = 347 (100%)
R 104 of 347 ~ 29.97%
G 80 of 347 ~ 23.05%
B 163 of 347 ~ 46.97'%

%29.97
%23.05
%46.97

CMYK color model

#6850A3 color CMYK value is (36,51,0,36).

  • cyan value is 36.20%
  • magenta value is 50.92%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (36,51,0,36)
C36M51Y0K36 (36%, 51%, 0%, 36%)
(0.36 / 0.51 / 0.00 / 0.36)

CMYK percentages

%36.2
%50.92
%0
%36.08

Codes

Color #6850A3 in popluar color models

68 50 A3
RGB 104 80 163
HSL 257° 34.16% 47.65%
HSB/HSV 257° 50.92% 63.92%
CMYK 36.20% 50.92% 0.00%
36.08%

Color #6850A3 in popluar number systems.

HEX 68 50 A3
Decimal 104 80 163
Binary 1101000 1010000 10100011
Octal 150 120 243

Shades and tints

Shades of #6850A3

#6850A3
(104,80,163)
#5F4995
(95,73,149)
#564287
(86,66,135)
#4D3B79
(77,59,121)
#44346B
(68,52,107)
#3B2D5D
(59,45,93)
#32264F
(50,38,79)
#291F41
(41,31,65)
#201833
(32,24,51)
#171125
(23,17,37)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #6850A3

#6850A3
(104,80,163)
#755FAB
(117,95,171)
#826EB3
(130,110,179)
#8F7DBB
(143,125,187)
#9C8CC3
(156,140,195)
#A99BCB
(169,155,203)
#B6AAD3
(182,170,211)
#C3B9DB
(195,185,219)
#D0C8E3
(208,200,227)
#DDD7EB
(221,215,235)
#EAE6F3
(234,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6850A3 color. Also use rgb(104,80,163) instead hex code.

Text Font Color

.myTextColor { color: #6850A3; }

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

This text font color is #6850A3.

Background Color

.myBgColor { background-color: #6850A3; }

<div style="background-color:#6850A3">Inner text</div>

This div background color is #6850A3.

Border color

.myBorderColor { border: 1px solid #6850A3; }

<div style="border:3px solid #6850A3">Div</div>

This div border color is #6850A3.

Opacity

.myOpacity80 { color: #6850A3; opacity: 0.8; }

<p style="color:#6850A3;opacity:0.8;">80%</p>

Text with #6850A3 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 #6850A3;}

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

This text has shadow with #6850A3 color.


.textShadow {text-shadow: 3px 3px 1px #6850A3', 3px 3px 1px red;}

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

This text has shadow with #6850A3 primary color and red secondary color.


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

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

This text has shadow with #6850A3 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6850A3; -webkit-box-shadow: 1px 1px 3px 2px #6850A3; box-shadow:1px 1px 3px 2px #6850A3;">
Div content here
</div>

This div box has shadow with color #6850A3.

Preview

Color preview on black background

This text has color #6850A3 on black background.


Color preview on white background

This text has color #6850A3 on white background.


Black color preview on #6850A3 background

This text has black color on #6850A3 background.


White color preview on #6850A3 background

This text has white color on #6850A3 background.


Related colors

Complementary color

Complementary color for #hex is #97AF5C.


I love getcolorcode.com

Triadic colors

1 #A36850 and #50A368 with #6850A3 are triadic colors.

2 #A35068 and #5068A3 with #6850A3 are triadic colors.