COLOR #6684E4

HEX: #6684E4
RGB: (102,132,228)

Color info

#6684E4 contains mainly blue color. Web safe color of #6684E4 is #6699CC (or #69C).

RGB color model

#6684E4 color RGB value is (102,132,228).

  • red value is 102;
  • green value is 132;
  • blue value is 228.
RGB:
(102,132,228)
(40%,52%,89%)

RGB channels and saturation

R 102 of 255 = 40%
G 132 of 255 = 52%
B 228 of 255 = 89%

102
132
228

R + G + B ~ 60%. #6684E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 132 + 228 = 462 (100%)
R 102 of 462 ~ 22.08%
G 132 of 462 ~ 28.57%
B 228 of 462 ~ 49.35%

%22.08
%28.57
%49.35

CMYK color model

#6684E4 color CMYK value is (55,42,0,11).

  • cyan value is 55.26%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(55,42,0,11)
C55M42Y0K11 
(55%,42%,0%,11%)
(0.55/0.42/0.00/0.11)	

CMYK percentages

%55.26
%42.11
%0
%10.59

Codes

Color #6684E4 in popluar color models

6684E4
RGB102132228
HSL226°70.00%64.71%
HSB/HSV226°55.26%89.41%
CMYK55.26%42.11%0.00%
10.59%

Color #6684E4 in popluar number systems.

HEX6684E4
Decimal102132228
Binary11001101000010011100100
Octal146204344

Shades and tints

Shades of #6684E4

#6684E4
(102,132,228)
#5D78D0
(93,120,208)
#546CBC
(84,108,188)
#4B60A8
(75,96,168)
#425494
(66,84,148)
#394880
(57,72,128)
#303C6C
(48,60,108)
#273058
(39,48,88)
#1E2444
(30,36,68)
#151830
(21,24,48)
#0C0C1C
(12,12,28)
#000000
(0,0,0)

Tints of #6684E4

#6684E4
(102,132,228)
#738FE6
(115,143,230)
#809AE8
(128,154,232)
#8DA5EA
(141,165,234)
#9AB0EC
(154,176,236)
#A7BBEE
(167,187,238)
#B4C6F0
(180,198,240)
#C1D1F2
(193,209,242)
#CEDCF4
(206,220,244)
#DBE7F6
(219,231,246)
#E8F2F8
(232,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6684E4 color. Also use rgb(102,132,228) instead hex code.

Text Font Color

.myTextColor { color: #6684E4; }

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

This text font color is #6684E4.


Background Color

.myBgColor { background-color: #6684E4; }

<div style="background-color:#6684E4">Inner text</div>

This div background color is #6684E4.


Border color

.myBorderColor { border: 1px solid #6684E4; }

<div style="border:3px solid #6684E4">Div</div>

This div border color is #6684E4.


Opacity

.myOpacity80 { color: #6684E4; opacity: 0.8; }

<p style="color:#6684E4;opacity:0.8;">80%</p>

Text with #6684E4 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 #6684E4;}

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

This text has shadow with #6684E4 color.

.textShadow {text-shadow: 3px 3px 1px #6684E4, 3px 3px 1px red;}

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

This text has shadow with #6684E4 primary color and red secondary color.


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

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

This text has shadow with #6684E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6684E4 on black background.


Color preview on white background

This text has color #6684E4 on white background.



Black color preview on #6684E4 background

This text has black color on #6684E4 background.


White color preview on #6684E4 background

This text has white color on #6684E4 background.