COLOR #684DA8

HEX: #684DA8
RGB: (104,77,168)

Color info

#684DA8 contains mainly blue color. Web safe color of #684DA8 is #663399 (or #639).

RGB color model

#684DA8 color RGB value is (104,77,168).

  • red value is 104;
  • green value is 77;
  • blue value is 168.
RGB:
(104,77,168)
(41%,30%,66%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 168 of 255 = 66%

104
77
168

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

Portions of RGB colors in percentages

R + G + B =
104 + 77 + 168 = 349 (100%)
R 104 of 349 ~ 29.8%
G 77 of 349 ~ 22.06%
B 168 of 349 ~ 48.14%

%29.8
%22.06
%48.14

CMYK color model

#684DA8 color CMYK value is (38,54,0,34).

  • cyan value is 38.10%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(38,54,0,34)
C38M54Y0K34 
(38%,54%,0%,34%)
(0.38/0.54/0.00/0.34)	

CMYK percentages

%38.1
%54.17
%0
%34.12

Codes

Color #684DA8 in popluar color models

684DA8
RGB10477168
HSL258°37.14%48.04%
HSB/HSV258°54.17%65.88%
CMYK38.10%54.17%0.00%
34.12%

Color #684DA8 in popluar number systems.

HEX684DA8
Decimal10477168
Binary1101000100110110101000
Octal150115250

Shades and tints

Shades of #684DA8

#684DA8
(104,77,168)
#5F4699
(95,70,153)
#563F8A
(86,63,138)
#4D387B
(77,56,123)
#44316C
(68,49,108)
#3B2A5D
(59,42,93)
#32234E
(50,35,78)
#291C3F
(41,28,63)
#201530
(32,21,48)
#170E21
(23,14,33)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #684DA8

#684DA8
(104,77,168)
#755DAF
(117,93,175)
#826DB6
(130,109,182)
#8F7DBD
(143,125,189)
#9C8DC4
(156,141,196)
#A99DCB
(169,157,203)
#B6ADD2
(182,173,210)
#C3BDD9
(195,189,217)
#D0CDE0
(208,205,224)
#DDDDE7
(221,221,231)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684DA8 color. Also use rgb(104,77,168) instead hex code.

Text Font Color

.myTextColor { color: #684DA8; }

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

This text font color is #684DA8.


Background Color

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

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

This div background color is #684DA8.


Border color

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

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

This div border color is #684DA8.


Opacity

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

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

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

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

This text has shadow with #684DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684DA8 on black background.


Color preview on white background

This text has color #684DA8 on white background.



Black color preview on #684DA8 background

This text has black color on #684DA8 background.


White color preview on #684DA8 background

This text has white color on #684DA8 background.