COLOR #6786E1

HEX: #6786E1
RGB: (103,134,225)

Color info

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

RGB color model

#6786E1 color RGB value is (103,134,225).

  • red value is 103;
  • green value is 134;
  • blue value is 225.
RGB:
(103,134,225)
(40%,53%,88%)

RGB channels and saturation

R 103 of 255 = 40%
G 134 of 255 = 53%
B 225 of 255 = 88%

103
134
225

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

Portions of RGB colors in percentages

R + G + B =
103 + 134 + 225 = 462 (100%)
R 103 of 462 ~ 22.29%
G 134 of 462 ~ 29%
B 225 of 462 ~ 48.7%

%22.29
%29
%48.7

CMYK color model

#6786E1 color CMYK value is (54,40,0,12).

  • cyan value is 54.22%
  • magenta value is 40.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(54,40,0,12)
C54M40Y0K12 
(54%,40%,0%,12%)
(0.54/0.40/0.00/0.12)	

CMYK percentages

%54.22
%40.44
%0
%11.76

Codes

Color #6786E1 in popluar color models

6786E1
RGB103134225
HSL225°67.03%64.31%
HSB/HSV225°54.22%88.24%
CMYK54.22%40.44%0.00%
11.76%

Color #6786E1 in popluar number systems.

HEX6786E1
Decimal103134225
Binary11001111000011011100001
Octal147206341

Shades and tints

Shades of #6786E1

#6786E1
(103,134,225)
#5E7ACD
(94,122,205)
#556EB9
(85,110,185)
#4C62A5
(76,98,165)
#435691
(67,86,145)
#3A4A7D
(58,74,125)
#313E69
(49,62,105)
#283255
(40,50,85)
#1F2641
(31,38,65)
#161A2D
(22,26,45)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #6786E1

#6786E1
(103,134,225)
#7491E3
(116,145,227)
#819CE5
(129,156,229)
#8EA7E7
(142,167,231)
#9BB2E9
(155,178,233)
#A8BDEB
(168,189,235)
#B5C8ED
(181,200,237)
#C2D3EF
(194,211,239)
#CFDEF1
(207,222,241)
#DCE9F3
(220,233,243)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6786E1 color. Also use rgb(103,134,225) instead hex code.

Text Font Color

.myTextColor { color: #6786E1; }

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

This text font color is #6786E1.


Background Color

.myBgColor { background-color: #6786E1; }

<div style="background-color:#6786E1">Inner text</div>

This div background color is #6786E1.


Border color

.myBorderColor { border: 1px solid #6786E1; }

<div style="border:3px solid #6786E1">Div</div>

This div border color is #6786E1.


Opacity

.myOpacity80 { color: #6786E1; opacity: 0.8; }

<p style="color:#6786E1;opacity:0.8;">80%</p>

Text with #6786E1 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 #6786E1;}

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

This text has shadow with #6786E1 color.

.textShadow {text-shadow: 3px 3px 1px #6786E1, 3px 3px 1px red;}

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

This text has shadow with #6786E1 primary color and red secondary color.


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

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

This text has shadow with #6786E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6786E1 on black background.


Color preview on white background

This text has color #6786E1 on white background.



Black color preview on #6786E1 background

This text has black color on #6786E1 background.


White color preview on #6786E1 background

This text has white color on #6786E1 background.