COLOR #6991B3

HEX: #6991B3 RGB: (105,145,179)

Color info

#6991B3 contains mainly green and blue colors. Web safe color of #6991B3 is #669999 (or #699).

RGB color model

#6991B3 color RGB value is (105,145,179).

RGB: (105,145,179) (41%, 57%, 70%)

RGB channels and saturation

R 105 of 255 = 41%
G 145 of 255 = 57%
B 179 of 255 = 70%

105
145
179

R + G + B ~ 56%. #6991B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 145 + 179 = 429 (100%)
R 105 of 429 ~ 24.48%
G 145 of 429 ~ 33.8%
B 179 of 429 ~ 41.72'%

%24.48
%33.8
%41.72

CMYK color model

#6991B3 color CMYK value is (41,19,0,30).

  • cyan value is 41.34%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (41,19,0,30)
C41M19Y0K30 (41%, 19%, 0%, 30%)
(0.41 / 0.19 / 0.00 / 0.30)

CMYK percentages

%41.34
%18.99
%0
%29.8

Codes

Color #6991B3 in popluar color models

69 91 B3
RGB 105 145 179
HSL 208° 32.74% 55.69%
HSB/HSV 208° 41.34% 70.20%
CMYK 41.34% 18.99% 0.00%
29.80%

Color #6991B3 in popluar number systems.

HEX 69 91 B3
Decimal 105 145 179
Binary 1101001 10010001 10110011
Octal 151 221 263

Shades and tints

Shades of #6991B3

#6991B3
(105,145,179)
#6084A3
(96,132,163)
#577793
(87,119,147)
#4E6A83
(78,106,131)
#455D73
(69,93,115)
#3C5063
(60,80,99)
#334353
(51,67,83)
#2A3643
(42,54,67)
#212933
(33,41,51)
#181C23
(24,28,35)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #6991B3

#6991B3
(105,145,179)
#769BB9
(118,155,185)
#83A5BF
(131,165,191)
#90AFC5
(144,175,197)
#9DB9CB
(157,185,203)
#AAC3D1
(170,195,209)
#B7CDD7
(183,205,215)
#C4D7DD
(196,215,221)
#D1E1E3
(209,225,227)
#DEEBE9
(222,235,233)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6991B3 color. Also use rgb(105,145,179) instead hex code.

Text Font Color

.myTextColor { color: #6991B3; }

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

This text font color is #6991B3.

Background Color

.myBgColor { background-color: #6991B3; }

<div style="background-color:#6991B3">Inner text</div>

This div background color is #6991B3.

Border color

.myBorderColor { border: 1px solid #6991B3; }

<div style="border:3px solid #6991B3">Div</div>

This div border color is #6991B3.

Opacity

.myOpacity80 { color: #6991B3; opacity: 0.8; }

<p style="color:#6991B3;opacity:0.8;">80%</p>

Text with #6991B3 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 #6991B3;}

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

This text has shadow with #6991B3 color.


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

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

This text has shadow with #6991B3 primary color and red secondary color.


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

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

This text has shadow with #6991B3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6991B3.

Preview

Color preview on black background

This text has color #6991B3 on black background.


Color preview on white background

This text has color #6991B3 on white background.


Black color preview on #6991B3 background

This text has black color on #6991B3 background.


White color preview on #6991B3 background

This text has white color on #6991B3 background.


Related colors

Complementary color

Complementary color for #hex is #966E4C.


I love getcolorcode.com

Triadic colors

1 #B36991 and #91B369 with #6991B3 are triadic colors.

2 #B39169 and #9169B3 with #6991B3 are triadic colors.