COLOR #684AC1

HEX: #684AC1
RGB: (104,74,193)

Color info

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

RGB color model

#684AC1 color RGB value is (104,74,193).

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

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 193 of 255 = 76%

104
74
193

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

Portions of RGB colors in percentages

R + G + B =
104 + 74 + 193 = 371 (100%)
R 104 of 371 ~ 28.03%
G 74 of 371 ~ 19.95%
B 193 of 371 ~ 52.02%

%28.03
%19.95
%52.02

CMYK color model

#684AC1 color CMYK value is (46,62,0,24).

  • cyan value is 46.11%
  • magenta value is 61.66%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(46,62,0,24)
C46M62Y0K24 
(46%,62%,0%,24%)
(0.46/0.62/0.00/0.24)	

CMYK percentages

%46.11
%61.66
%0
%24.31

Codes

Color #684AC1 in popluar color models

684AC1
RGB10474193
HSL255°48.97%52.35%
HSB/HSV255°61.66%75.69%
CMYK46.11%61.66%0.00%
24.31%

Color #684AC1 in popluar number systems.

HEX684AC1
Decimal10474193
Binary1101000100101011000001
Octal150112301

Shades and tints

Shades of #684AC1

#684AC1
(104,74,193)
#5F44B0
(95,68,176)
#563E9F
(86,62,159)
#4D388E
(77,56,142)
#44327D
(68,50,125)
#3B2C6C
(59,44,108)
#32265B
(50,38,91)
#29204A
(41,32,74)
#201A39
(32,26,57)
#171428
(23,20,40)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #684AC1

#684AC1
(104,74,193)
#755AC6
(117,90,198)
#826ACB
(130,106,203)
#8F7AD0
(143,122,208)
#9C8AD5
(156,138,213)
#A99ADA
(169,154,218)
#B6AADF
(182,170,223)
#C3BAE4
(195,186,228)
#D0CAE9
(208,202,233)
#DDDAEE
(221,218,238)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684AC1; }

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

This text font color is #684AC1.


Background Color

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

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

This div background color is #684AC1.


Border color

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

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

This div border color is #684AC1.


Opacity

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

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

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

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

This text has shadow with #684AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684AC1 on black background.


Color preview on white background

This text has color #684AC1 on white background.



Black color preview on #684AC1 background

This text has black color on #684AC1 background.


White color preview on #684AC1 background

This text has white color on #684AC1 background.