COLOR #684AC8

HEX: #684AC8
RGB: (104,74,200)

Color info

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

RGB color model

#684AC8 color RGB value is (104,74,200).

  • red value is 104;
  • green value is 74;
  • blue value is 200.
RGB:
(104,74,200)
(41%,29%,78%)

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 200 of 255 = 78%

104
74
200

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

Portions of RGB colors in percentages

R + G + B =
104 + 74 + 200 = 378 (100%)
R 104 of 378 ~ 27.51%
G 74 of 378 ~ 19.58%
B 200 of 378 ~ 52.91%

%27.51
%19.58
%52.91

CMYK color model

#684AC8 color CMYK value is (48,63,0,22).

  • cyan value is 48.00%
  • magenta value is 63.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(48,63,0,22)
C48M63Y0K22 
(48%,63%,0%,22%)
(0.48/0.63/0.00/0.22)	

CMYK percentages

%48
%63
%0
%21.57

Codes

Color #684AC8 in popluar color models

684AC8
RGB10474200
HSL254°53.39%53.73%
HSB/HSV254°63.00%78.43%
CMYK48.00%63.00%0.00%
21.57%

Color #684AC8 in popluar number systems.

HEX684AC8
Decimal10474200
Binary1101000100101011001000
Octal150112310

Shades and tints

Shades of #684AC8

#684AC8
(104,74,200)
#5F44B6
(95,68,182)
#563EA4
(86,62,164)
#4D3892
(77,56,146)
#443280
(68,50,128)
#3B2C6E
(59,44,110)
#32265C
(50,38,92)
#29204A
(41,32,74)
#201A38
(32,26,56)
#171426
(23,20,38)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #684AC8

#684AC8
(104,74,200)
#755ACD
(117,90,205)
#826AD2
(130,106,210)
#8F7AD7
(143,122,215)
#9C8ADC
(156,138,220)
#A99AE1
(169,154,225)
#B6AAE6
(182,170,230)
#C3BAEB
(195,186,235)
#D0CAF0
(208,202,240)
#DDDAF5
(221,218,245)
#EAEAFA
(234,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684AC8 color. Also use rgb(104,74,200) instead hex code.

Text Font Color

.myTextColor { color: #684AC8; }

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

This text font color is #684AC8.


Background Color

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

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

This div background color is #684AC8.


Border color

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

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

This div border color is #684AC8.


Opacity

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

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

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

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

This text has shadow with #684AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684AC8 on black background.


Color preview on white background

This text has color #684AC8 on white background.



Black color preview on #684AC8 background

This text has black color on #684AC8 background.


White color preview on #684AC8 background

This text has white color on #684AC8 background.