COLOR #6791CB

HEX: #6791CB RGB: (103,145,203)

Color info

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

RGB color model

#6791CB color RGB value is (103,145,203).

RGB: (103,145,203) (40%, 57%, 80%)

RGB channels and saturation

R 103 of 255 = 40%
G 145 of 255 = 57%
B 203 of 255 = 80%

103
145
203

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

Portions of RGB colors in percentages

R + G + B = 103 + 145 + 203 = 451 (100%)
R 103 of 451 ~ 22.84%
G 145 of 451 ~ 32.15%
B 203 of 451 ~ 45.01'%

%22.84
%32.15
%45.01

CMYK color model

#6791CB color CMYK value is (49,29,0,20).

  • cyan value is 49.26%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (49,29,0,20)
C49M29Y0K20 (49%, 29%, 0%, 20%)
(0.49 / 0.29 / 0.00 / 0.20)

CMYK percentages

%49.26
%28.57
%0
%20.39

Codes

Color #6791CB in popluar color models

67 91 CB
RGB 103 145 203
HSL 215° 49.02% 60.00%
HSB/HSV 215° 49.26% 79.61%
CMYK 49.26% 28.57% 0.00%
20.39%

Color #6791CB in popluar number systems.

HEX 67 91 CB
Decimal 103 145 203
Binary 1100111 10010001 11001011
Octal 147 221 313

Shades and tints

Shades of #6791CB

#6791CB
(103,145,203)
#5E84B9
(94,132,185)
#5577A7
(85,119,167)
#4C6A95
(76,106,149)
#435D83
(67,93,131)
#3A5071
(58,80,113)
#31435F
(49,67,95)
#28364D
(40,54,77)
#1F293B
(31,41,59)
#161C29
(22,28,41)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #6791CB

#6791CB
(103,145,203)
#749BCF
(116,155,207)
#81A5D3
(129,165,211)
#8EAFD7
(142,175,215)
#9BB9DB
(155,185,219)
#A8C3DF
(168,195,223)
#B5CDE3
(181,205,227)
#C2D7E7
(194,215,231)
#CFE1EB
(207,225,235)
#DCEBEF
(220,235,239)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6791CB; }

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

This text font color is #6791CB.

Background Color

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

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

This div background color is #6791CB.

Border color

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

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

This div border color is #6791CB.

Opacity

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

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

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

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

This text has shadow with #6791CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6791CB.

Preview

Color preview on black background

This text has color #6791CB on black background.


Color preview on white background

This text has color #6791CB on white background.


Black color preview on #6791CB background

This text has black color on #6791CB background.


White color preview on #6791CB background

This text has white color on #6791CB background.


Related colors

Complementary color

Complementary color for #hex is #986E34.


I love getcolorcode.com

Triadic colors

1 #CB6791 and #91CB67 with #6791CB are triadic colors.

2 #CB9167 and #9167CB with #6791CB are triadic colors.