COLOR #6986B1

HEX: #6986B1
RGB: (105,134,177)

Color info

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

RGB color model

#6986B1 color RGB value is (105,134,177).

  • red value is 105;
  • green value is 134;
  • blue value is 177.
RGB:
(105,134,177)
(41%,53%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 134 of 255 = 53%
B 177 of 255 = 69%

105
134
177

R + G + B ~ 54%. #6986B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 134 + 177 = 416 (100%)
R 105 of 416 ~ 25.24%
G 134 of 416 ~ 32.21%
B 177 of 416 ~ 42.55%

%25.24
%32.21
%42.55

CMYK color model

#6986B1 color CMYK value is (41,24,0,31).

  • cyan value is 40.68%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(41,24,0,31)
C41M24Y0K31 
(41%,24%,0%,31%)
(0.41/0.24/0.00/0.31)	

CMYK percentages

%40.68
%24.29
%0
%30.59

Codes

Color #6986B1 in popluar color models

6986B1
RGB105134177
HSL216°31.58%55.29%
HSB/HSV216°40.68%69.41%
CMYK40.68%24.29%0.00%
30.59%

Color #6986B1 in popluar number systems.

HEX6986B1
Decimal105134177
Binary11010011000011010110001
Octal151206261

Shades and tints

Shades of #6986B1

#6986B1
(105,134,177)
#607AA1
(96,122,161)
#576E91
(87,110,145)
#4E6281
(78,98,129)
#455671
(69,86,113)
#3C4A61
(60,74,97)
#333E51
(51,62,81)
#2A3241
(42,50,65)
#212631
(33,38,49)
#181A21
(24,26,33)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #6986B1

#6986B1
(105,134,177)
#7691B8
(118,145,184)
#839CBF
(131,156,191)
#90A7C6
(144,167,198)
#9DB2CD
(157,178,205)
#AABDD4
(170,189,212)
#B7C8DB
(183,200,219)
#C4D3E2
(196,211,226)
#D1DEE9
(209,222,233)
#DEE9F0
(222,233,240)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6986B1 color. Also use rgb(105,134,177) instead hex code.

Text Font Color

.myTextColor { color: #6986B1; }

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

This text font color is #6986B1.


Background Color

.myBgColor { background-color: #6986B1; }

<div style="background-color:#6986B1">Inner text</div>

This div background color is #6986B1.


Border color

.myBorderColor { border: 1px solid #6986B1; }

<div style="border:3px solid #6986B1">Div</div>

This div border color is #6986B1.


Opacity

.myOpacity80 { color: #6986B1; opacity: 0.8; }

<p style="color:#6986B1;opacity:0.8;">80%</p>

Text with #6986B1 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 #6986B1;}

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

This text has shadow with #6986B1 color.

.textShadow {text-shadow: 3px 3px 1px #6986B1, 3px 3px 1px red;}

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

This text has shadow with #6986B1 primary color and red secondary color.


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

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

This text has shadow with #6986B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6986B1 on black background.


Color preview on white background

This text has color #6986B1 on white background.



Black color preview on #6986B1 background

This text has black color on #6986B1 background.


White color preview on #6986B1 background

This text has white color on #6986B1 background.