COLOR #684DA7

HEX: #684DA7
RGB: (104,77,167)

Color info

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

RGB color model

#684DA7 color RGB value is (104,77,167).

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

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 167 of 255 = 65%

104
77
167

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

Portions of RGB colors in percentages

R + G + B =
104 + 77 + 167 = 348 (100%)
R 104 of 348 ~ 29.89%
G 77 of 348 ~ 22.13%
B 167 of 348 ~ 47.99%

%29.89
%22.13
%47.99

CMYK color model

#684DA7 color CMYK value is (38,54,0,35).

  • cyan value is 37.72%
  • magenta value is 53.89%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(38,54,0,35)
C38M54Y0K35 
(38%,54%,0%,35%)
(0.38/0.54/0.00/0.35)	

CMYK percentages

%37.72
%53.89
%0
%34.51

Codes

Color #684DA7 in popluar color models

684DA7
RGB10477167
HSL258°36.89%47.84%
HSB/HSV258°53.89%65.49%
CMYK37.72%53.89%0.00%
34.51%

Color #684DA7 in popluar number systems.

HEX684DA7
Decimal10477167
Binary1101000100110110100111
Octal150115247

Shades and tints

Shades of #684DA7

#684DA7
(104,77,167)
#5F4698
(95,70,152)
#563F89
(86,63,137)
#4D387A
(77,56,122)
#44316B
(68,49,107)
#3B2A5C
(59,42,92)
#32234D
(50,35,77)
#291C3E
(41,28,62)
#20152F
(32,21,47)
#170E20
(23,14,32)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #684DA7

#684DA7
(104,77,167)
#755DAF
(117,93,175)
#826DB7
(130,109,183)
#8F7DBF
(143,125,191)
#9C8DC7
(156,141,199)
#A99DCF
(169,157,207)
#B6ADD7
(182,173,215)
#C3BDDF
(195,189,223)
#D0CDE7
(208,205,231)
#DDDDEF
(221,221,239)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684DA7; }

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

This text font color is #684DA7.


Background Color

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

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

This div background color is #684DA7.


Border color

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

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

This div border color is #684DA7.


Opacity

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

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

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

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

This text has shadow with #684DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684DA7 on black background.


Color preview on white background

This text has color #684DA7 on white background.



Black color preview on #684DA7 background

This text has black color on #684DA7 background.


White color preview on #684DA7 background

This text has white color on #684DA7 background.