COLOR #682BAA

HEX: #682BAA
RGB: (104,43,170)

Color info

#682BAA contains mainly blue color. Web safe color of #682BAA is #663399 (or #639).

RGB color model

#682BAA color RGB value is (104,43,170).

  • red value is 104;
  • green value is 43;
  • blue value is 170.
RGB:
(104,43,170)
(41%,17%,67%)

RGB channels and saturation

R 104 of 255 = 41%
G 43 of 255 = 17%
B 170 of 255 = 67%

104
43
170

R + G + B ~ 42%. #682BAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 43 + 170 = 317 (100%)
R 104 of 317 ~ 32.81%
G 43 of 317 ~ 13.56%
B 170 of 317 ~ 53.63%

%32.81
%13.56
%53.63

CMYK color model

#682BAA color CMYK value is (39,75,0,33).

  • cyan value is 38.82%
  • magenta value is 74.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(39,75,0,33)
C39M75Y0K33 
(39%,75%,0%,33%)
(0.39/0.75/0.00/0.33)	

CMYK percentages

%38.82
%74.71
%0
%33.33

Codes

Color #682BAA in popluar color models

682BAA
RGB10443170
HSL269°59.62%41.76%
HSB/HSV269°74.71%66.67%
CMYK38.82%74.71%0.00%
33.33%

Color #682BAA in popluar number systems.

HEX682BAA
Decimal10443170
Binary110100010101110101010
Octal15053252

Shades and tints

Shades of #682BAA

#682BAA
(104,43,170)
#5F289B
(95,40,155)
#56258C
(86,37,140)
#4D227D
(77,34,125)
#441F6E
(68,31,110)
#3B1C5F
(59,28,95)
#321950
(50,25,80)
#291641
(41,22,65)
#201332
(32,19,50)
#171023
(23,16,35)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #682BAA

#682BAA
(104,43,170)
#753EB1
(117,62,177)
#8251B8
(130,81,184)
#8F64BF
(143,100,191)
#9C77C6
(156,119,198)
#A98ACD
(169,138,205)
#B69DD4
(182,157,212)
#C3B0DB
(195,176,219)
#D0C3E2
(208,195,226)
#DDD6E9
(221,214,233)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682BAA color. Also use rgb(104,43,170) instead hex code.

Text Font Color

.myTextColor { color: #682BAA; }

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

This text font color is #682BAA.


Background Color

.myBgColor { background-color: #682BAA; }

<div style="background-color:#682BAA">Inner text</div>

This div background color is #682BAA.


Border color

.myBorderColor { border: 1px solid #682BAA; }

<div style="border:3px solid #682BAA">Div</div>

This div border color is #682BAA.


Opacity

.myOpacity80 { color: #682BAA; opacity: 0.8; }

<p style="color:#682BAA;opacity:0.8;">80%</p>

Text with #682BAA 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 #682BAA;}

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

This text has shadow with #682BAA color.

.textShadow {text-shadow: 3px 3px 1px #682BAA, 3px 3px 1px red;}

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

This text has shadow with #682BAA primary color and red secondary color.


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

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

This text has shadow with #682BAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682BAA on black background.


Color preview on white background

This text has color #682BAA on white background.



Black color preview on #682BAA background

This text has black color on #682BAA background.


White color preview on #682BAA background

This text has white color on #682BAA background.