COLOR #684DD0

HEX: #684DD0 RGB: (104,77,208)

Color info

#684DD0 contains mainly blue color. Web safe color of #684DD0 is #6633CC (or #63C).

RGB color model

#684DD0 color RGB value is (104,77,208).

RGB: (104,77,208) (41%, 30%, 82%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 208 of 255 = 82%

104
77
208

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

Portions of RGB colors in percentages

R + G + B = 104 + 77 + 208 = 389 (100%)
R 104 of 389 ~ 26.74%
G 77 of 389 ~ 19.79%
B 208 of 389 ~ 53.47'%

%26.74
%19.79
%53.47

CMYK color model

#684DD0 color CMYK value is (50,63,0,18).

  • cyan value is 50.00%
  • magenta value is 62.98%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (50,63,0,18)
C50M63Y0K18 (50%, 63%, 0%, 18%)
(0.50 / 0.63 / 0.00 / 0.18)

CMYK percentages

%50
%62.98
%0
%18.43

Codes

Color #684DD0 in popluar color models

68 4D D0
RGB 104 77 208
HSL 252° 58.22% 55.88%
HSB/HSV 252° 62.98% 81.57%
CMYK 50.00% 62.98% 0.00%
18.43%

Color #684DD0 in popluar number systems.

HEX 68 4D D0
Decimal 104 77 208
Binary 1101000 1001101 11010000
Octal 150 115 320

Shades and tints

Shades of #684DD0

#684DD0
(104,77,208)
#5F46BE
(95,70,190)
#563FAC
(86,63,172)
#4D389A
(77,56,154)
#443188
(68,49,136)
#3B2A76
(59,42,118)
#322364
(50,35,100)
#291C52
(41,28,82)
#201540
(32,21,64)
#170E2E
(23,14,46)
#0E071C
(14,7,28)
#000000
(0,0,0)

Tints of #684DD0

#684DD0
(104,77,208)
#755DD4
(117,93,212)
#826DD8
(130,109,216)
#8F7DDC
(143,125,220)
#9C8DE0
(156,141,224)
#A99DE4
(169,157,228)
#B6ADE8
(182,173,232)
#C3BDEC
(195,189,236)
#D0CDF0
(208,205,240)
#DDDDF4
(221,221,244)
#EAEDF8
(234,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684DD0; }

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

This text font color is #684DD0.

Background Color

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

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

This div background color is #684DD0.

Border color

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

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

This div border color is #684DD0.

Opacity

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

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

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

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

This text has shadow with #684DD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684DD0.

Preview

Color preview on black background

This text has color #684DD0 on black background.


Color preview on white background

This text has color #684DD0 on white background.


Black color preview on #684DD0 background

This text has black color on #684DD0 background.


White color preview on #684DD0 background

This text has white color on #684DD0 background.


Related colors

Complementary color

Complementary color for #hex is #97B22F.


I love getcolorcode.com

Triadic colors

1 #D0684D and #4DD068 with #684DD0 are triadic colors.

2 #D04D68 and #4D68D0 with #684DD0 are triadic colors.