COLOR #6791BB

HEX: #6791BB
RGB: (103,145,187)

Color info

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

RGB color model

#6791BB color RGB value is (103,145,187).

  • red value is 103;
  • green value is 145;
  • blue value is 187.
RGB:
(103,145,187)
(40%,57%,73%)

RGB channels and saturation

R 103 of 255 = 40%
G 145 of 255 = 57%
B 187 of 255 = 73%

103
145
187

R + G + B ~ 57%. #6791BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 145 + 187 = 435 (100%)
R 103 of 435 ~ 23.68%
G 145 of 435 ~ 33.33%
B 187 of 435 ~ 42.99%

%23.68
%33.33
%42.99

CMYK color model

#6791BB color CMYK value is (45,22,0,27).

  • cyan value is 44.92%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(45,22,0,27)
C45M22Y0K27 
(45%,22%,0%,27%)
(0.45/0.22/0.00/0.27)	

CMYK percentages

%44.92
%22.46
%0
%26.67

Codes

Color #6791BB in popluar color models

6791BB
RGB103145187
HSL210°38.18%56.86%
HSB/HSV210°44.92%73.33%
CMYK44.92%22.46%0.00%
26.67%

Color #6791BB in popluar number systems.

HEX6791BB
Decimal103145187
Binary11001111001000110111011
Octal147221273

Shades and tints

Shades of #6791BB

#6791BB
(103,145,187)
#5E84AA
(94,132,170)
#557799
(85,119,153)
#4C6A88
(76,106,136)
#435D77
(67,93,119)
#3A5066
(58,80,102)
#314355
(49,67,85)
#283644
(40,54,68)
#1F2933
(31,41,51)
#161C22
(22,28,34)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #6791BB

#6791BB
(103,145,187)
#749BC1
(116,155,193)
#81A5C7
(129,165,199)
#8EAFCD
(142,175,205)
#9BB9D3
(155,185,211)
#A8C3D9
(168,195,217)
#B5CDDF
(181,205,223)
#C2D7E5
(194,215,229)
#CFE1EB
(207,225,235)
#DCEBF1
(220,235,241)
#E9F5F7
(233,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6791BB color. Also use rgb(103,145,187) instead hex code.

Text Font Color

.myTextColor { color: #6791BB; }

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

This text font color is #6791BB.


Background Color

.myBgColor { background-color: #6791BB; }

<div style="background-color:#6791BB">Inner text</div>

This div background color is #6791BB.


Border color

.myBorderColor { border: 1px solid #6791BB; }

<div style="border:3px solid #6791BB">Div</div>

This div border color is #6791BB.


Opacity

.myOpacity80 { color: #6791BB; opacity: 0.8; }

<p style="color:#6791BB;opacity:0.8;">80%</p>

Text with #6791BB 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 #6791BB;}

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

This text has shadow with #6791BB color.

.textShadow {text-shadow: 3px 3px 1px #6791BB, 3px 3px 1px red;}

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

This text has shadow with #6791BB primary color and red secondary color.


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

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

This text has shadow with #6791BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6791BB on black background.


Color preview on white background

This text has color #6791BB on white background.



Black color preview on #6791BB background

This text has black color on #6791BB background.


White color preview on #6791BB background

This text has white color on #6791BB background.