COLOR #6782E7

HEX: #6782E7
RGB: (103,130,231)

Color info

#6782E7 contains mainly blue color. Web safe color of #6782E7 is #6699FF (or #69F).

RGB color model

#6782E7 color RGB value is (103,130,231).

  • red value is 103;
  • green value is 130;
  • blue value is 231.
RGB:
(103,130,231)
(40%,51%,91%)

RGB channels and saturation

R 103 of 255 = 40%
G 130 of 255 = 51%
B 231 of 255 = 91%

103
130
231

R + G + B ~ 61%. #6782E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 130 + 231 = 464 (100%)
R 103 of 464 ~ 22.2%
G 130 of 464 ~ 28.02%
B 231 of 464 ~ 49.78%

%22.2
%28.02
%49.78

CMYK color model

#6782E7 color CMYK value is (55,44,0,9).

  • cyan value is 55.41%
  • magenta value is 43.72%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(55,44,0,9)
C55M44Y0K9 
(55%,44%,0%,9%)
(0.55/0.44/0.00/0.09)	

CMYK percentages

%55.41
%43.72
%0
%9.41

Codes

Color #6782E7 in popluar color models

6782E7
RGB103130231
HSL227°72.73%65.49%
HSB/HSV227°55.41%90.59%
CMYK55.41%43.72%0.00%
9.41%

Color #6782E7 in popluar number systems.

HEX6782E7
Decimal103130231
Binary11001111000001011100111
Octal147202347

Shades and tints

Shades of #6782E7

#6782E7
(103,130,231)
#5E77D2
(94,119,210)
#556CBD
(85,108,189)
#4C61A8
(76,97,168)
#435693
(67,86,147)
#3A4B7E
(58,75,126)
#314069
(49,64,105)
#283554
(40,53,84)
#1F2A3F
(31,42,63)
#161F2A
(22,31,42)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #6782E7

#6782E7
(103,130,231)
#748DE9
(116,141,233)
#8198EB
(129,152,235)
#8EA3ED
(142,163,237)
#9BAEEF
(155,174,239)
#A8B9F1
(168,185,241)
#B5C4F3
(181,196,243)
#C2CFF5
(194,207,245)
#CFDAF7
(207,218,247)
#DCE5F9
(220,229,249)
#E9F0FB
(233,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6782E7 color. Also use rgb(103,130,231) instead hex code.

Text Font Color

.myTextColor { color: #6782E7; }

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

This text font color is #6782E7.


Background Color

.myBgColor { background-color: #6782E7; }

<div style="background-color:#6782E7">Inner text</div>

This div background color is #6782E7.


Border color

.myBorderColor { border: 1px solid #6782E7; }

<div style="border:3px solid #6782E7">Div</div>

This div border color is #6782E7.


Opacity

.myOpacity80 { color: #6782E7; opacity: 0.8; }

<p style="color:#6782E7;opacity:0.8;">80%</p>

Text with #6782E7 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 #6782E7;}

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

This text has shadow with #6782E7 color.

.textShadow {text-shadow: 3px 3px 1px #6782E7, 3px 3px 1px red;}

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

This text has shadow with #6782E7 primary color and red secondary color.


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

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

This text has shadow with #6782E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6782E7 on black background.


Color preview on white background

This text has color #6782E7 on white background.



Black color preview on #6782E7 background

This text has black color on #6782E7 background.


White color preview on #6782E7 background

This text has white color on #6782E7 background.