COLOR #6796D1

HEX: #6796D1
RGB: (103,150,209)

Color info

#6796D1 contains mainly green and blue colors. Web safe color of #6796D1 is #6699CC (or #69C).

RGB color model

#6796D1 color RGB value is (103,150,209).

  • red value is 103;
  • green value is 150;
  • blue value is 209.
RGB:
(103,150,209)
(40%,59%,82%)

RGB channels and saturation

R 103 of 255 = 40%
G 150 of 255 = 59%
B 209 of 255 = 82%

103
150
209

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

Portions of RGB colors in percentages

R + G + B =
103 + 150 + 209 = 462 (100%)
R 103 of 462 ~ 22.29%
G 150 of 462 ~ 32.47%
B 209 of 462 ~ 45.24%

%22.29
%32.47
%45.24

CMYK color model

#6796D1 color CMYK value is (51,28,0,18).

  • cyan value is 50.72%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(51,28,0,18)
C51M28Y0K18 
(51%,28%,0%,18%)
(0.51/0.28/0.00/0.18)	

CMYK percentages

%50.72
%28.23
%0
%18.04

Codes

Color #6796D1 in popluar color models

6796D1
RGB103150209
HSL213°53.54%61.18%
HSB/HSV213°50.72%81.96%
CMYK50.72%28.23%0.00%
18.04%

Color #6796D1 in popluar number systems.

HEX6796D1
Decimal103150209
Binary11001111001011011010001
Octal147226321

Shades and tints

Shades of #6796D1

#6796D1
(103,150,209)
#5E89BE
(94,137,190)
#557CAB
(85,124,171)
#4C6F98
(76,111,152)
#436285
(67,98,133)
#3A5572
(58,85,114)
#31485F
(49,72,95)
#283B4C
(40,59,76)
#1F2E39
(31,46,57)
#162126
(22,33,38)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #6796D1

#6796D1
(103,150,209)
#749FD5
(116,159,213)
#81A8D9
(129,168,217)
#8EB1DD
(142,177,221)
#9BBAE1
(155,186,225)
#A8C3E5
(168,195,229)
#B5CCE9
(181,204,233)
#C2D5ED
(194,213,237)
#CFDEF1
(207,222,241)
#DCE7F5
(220,231,245)
#E9F0F9
(233,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6796D1 color. Also use rgb(103,150,209) instead hex code.

Text Font Color

.myTextColor { color: #6796D1; }

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

This text font color is #6796D1.


Background Color

.myBgColor { background-color: #6796D1; }

<div style="background-color:#6796D1">Inner text</div>

This div background color is #6796D1.


Border color

.myBorderColor { border: 1px solid #6796D1; }

<div style="border:3px solid #6796D1">Div</div>

This div border color is #6796D1.


Opacity

.myOpacity80 { color: #6796D1; opacity: 0.8; }

<p style="color:#6796D1;opacity:0.8;">80%</p>

Text with #6796D1 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 #6796D1;}

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

This text has shadow with #6796D1 color.

.textShadow {text-shadow: 3px 3px 1px #6796D1, 3px 3px 1px red;}

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

This text has shadow with #6796D1 primary color and red secondary color.


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

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

This text has shadow with #6796D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6796D1 on black background.


Color preview on white background

This text has color #6796D1 on white background.



Black color preview on #6796D1 background

This text has black color on #6796D1 background.


White color preview on #6796D1 background

This text has white color on #6796D1 background.