COLOR #684BA3

HEX: #684BA3 RGB: (104,75,163)

Color info

#684BA3 contains mainly red and blue colors. Web safe color of #684BA3 is #663399 (or #639).

RGB color model

#684BA3 color RGB value is (104,75,163).

RGB: (104,75,163) (41%, 29%, 64%)

RGB channels and saturation

R 104 of 255 = 41%
G 75 of 255 = 29%
B 163 of 255 = 64%

104
75
163

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

Portions of RGB colors in percentages

R + G + B = 104 + 75 + 163 = 342 (100%)
R 104 of 342 ~ 30.41%
G 75 of 342 ~ 21.93%
B 163 of 342 ~ 47.66'%

%30.41
%21.93
%47.66

CMYK color model

#684BA3 color CMYK value is (36,54,0,36).

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

CMYK: (36,54,0,36)
C36M54Y0K36 (36%, 54%, 0%, 36%)
(0.36 / 0.54 / 0.00 / 0.36)

CMYK percentages

%36.2
%53.99
%0
%36.08

Codes

Color #684BA3 in popluar color models

68 4B A3
RGB 104 75 163
HSL 260° 36.97% 46.67%
HSB/HSV 260° 53.99% 63.92%
CMYK 36.20% 53.99% 0.00%
36.08%

Color #684BA3 in popluar number systems.

HEX 68 4B A3
Decimal 104 75 163
Binary 1101000 1001011 10100011
Octal 150 113 243

Shades and tints

Shades of #684BA3

#684BA3
(104,75,163)
#5F4595
(95,69,149)
#563F87
(86,63,135)
#4D3979
(77,57,121)
#44336B
(68,51,107)
#3B2D5D
(59,45,93)
#32274F
(50,39,79)
#292141
(41,33,65)
#201B33
(32,27,51)
#171525
(23,21,37)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #684BA3

#684BA3
(104,75,163)
#755BAB
(117,91,171)
#826BB3
(130,107,179)
#8F7BBB
(143,123,187)
#9C8BC3
(156,139,195)
#A99BCB
(169,155,203)
#B6ABD3
(182,171,211)
#C3BBDB
(195,187,219)
#D0CBE3
(208,203,227)
#DDDBEB
(221,219,235)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684BA3 color. Also use rgb(104,75,163) instead hex code.

Text Font Color

.myTextColor { color: #684BA3; }

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

This text font color is #684BA3.

Background Color

.myBgColor { background-color: #684BA3; }

<div style="background-color:#684BA3">Inner text</div>

This div background color is #684BA3.

Border color

.myBorderColor { border: 1px solid #684BA3; }

<div style="border:3px solid #684BA3">Div</div>

This div border color is #684BA3.

Opacity

.myOpacity80 { color: #684BA3; opacity: 0.8; }

<p style="color:#684BA3;opacity:0.8;">80%</p>

Text with #684BA3 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 #684BA3;}

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

This text has shadow with #684BA3 color.


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

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

This text has shadow with #684BA3 primary color and red secondary color.


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

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

This text has shadow with #684BA3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #684BA3.

Preview

Color preview on black background

This text has color #684BA3 on black background.


Color preview on white background

This text has color #684BA3 on white background.


Black color preview on #684BA3 background

This text has black color on #684BA3 background.


White color preview on #684BA3 background

This text has white color on #684BA3 background.


Related colors

Complementary color

Complementary color for #hex is #97B45C.


I love getcolorcode.com

Triadic colors

1 #A3684B and #4BA368 with #684BA3 are triadic colors.

2 #A34B68 and #4B68A3 with #684BA3 are triadic colors.