COLOR #6796C1

HEX: #6796C1
RGB: (103,150,193)

Color info

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

RGB color model

#6796C1 color RGB value is (103,150,193).

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

RGB channels and saturation

R 103 of 255 = 40%
G 150 of 255 = 59%
B 193 of 255 = 76%

103
150
193

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

Portions of RGB colors in percentages

R + G + B =
103 + 150 + 193 = 446 (100%)
R 103 of 446 ~ 23.09%
G 150 of 446 ~ 33.63%
B 193 of 446 ~ 43.27%

%23.09
%33.63
%43.27

CMYK color model

#6796C1 color CMYK value is (47,22,0,24).

  • cyan value is 46.63%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(47,22,0,24)
C47M22Y0K24 
(47%,22%,0%,24%)
(0.47/0.22/0.00/0.24)	

CMYK percentages

%46.63
%22.28
%0
%24.31

Codes

Color #6796C1 in popluar color models

6796C1
RGB103150193
HSL209°42.06%58.04%
HSB/HSV209°46.63%75.69%
CMYK46.63%22.28%0.00%
24.31%

Color #6796C1 in popluar number systems.

HEX6796C1
Decimal103150193
Binary11001111001011011000001
Octal147226301

Shades and tints

Shades of #6796C1

#6796C1
(103,150,193)
#5E89B0
(94,137,176)
#557C9F
(85,124,159)
#4C6F8E
(76,111,142)
#43627D
(67,98,125)
#3A556C
(58,85,108)
#31485B
(49,72,91)
#283B4A
(40,59,74)
#1F2E39
(31,46,57)
#162128
(22,33,40)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #6796C1

#6796C1
(103,150,193)
#749FC6
(116,159,198)
#81A8CB
(129,168,203)
#8EB1D0
(142,177,208)
#9BBAD5
(155,186,213)
#A8C3DA
(168,195,218)
#B5CCDF
(181,204,223)
#C2D5E4
(194,213,228)
#CFDEE9
(207,222,233)
#DCE7EE
(220,231,238)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6796C1; }

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

This text font color is #6796C1.


Background Color

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

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

This div background color is #6796C1.


Border color

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

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

This div border color is #6796C1.


Opacity

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

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

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

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

This text has shadow with #6796C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6796C1 on black background.


Color preview on white background

This text has color #6796C1 on white background.



Black color preview on #6796C1 background

This text has black color on #6796C1 background.


White color preview on #6796C1 background

This text has white color on #6796C1 background.