COLOR #6986B5

HEX: #6986B5
RGB: (105,134,181)

Color info

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

RGB color model

#6986B5 color RGB value is (105,134,181).

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

RGB channels and saturation

R 105 of 255 = 41%
G 134 of 255 = 53%
B 181 of 255 = 71%

105
134
181

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

Portions of RGB colors in percentages

R + G + B =
105 + 134 + 181 = 420 (100%)
R 105 of 420 ~ 25%
G 134 of 420 ~ 31.9%
B 181 of 420 ~ 43.1%

%25
%31.9
%43.1

CMYK color model

#6986B5 color CMYK value is (42,26,0,29).

  • cyan value is 41.99%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(42,26,0,29)
C42M26Y0K29 
(42%,26%,0%,29%)
(0.42/0.26/0.00/0.29)	

CMYK percentages

%41.99
%25.97
%0
%29.02

Codes

Color #6986B5 in popluar color models

6986B5
RGB105134181
HSL217°33.93%56.08%
HSB/HSV217°41.99%70.98%
CMYK41.99%25.97%0.00%
29.02%

Color #6986B5 in popluar number systems.

HEX6986B5
Decimal105134181
Binary11010011000011010110101
Octal151206265

Shades and tints

Shades of #6986B5

#6986B5
(105,134,181)
#607AA5
(96,122,165)
#576E95
(87,110,149)
#4E6285
(78,98,133)
#455675
(69,86,117)
#3C4A65
(60,74,101)
#333E55
(51,62,85)
#2A3245
(42,50,69)
#212635
(33,38,53)
#181A25
(24,26,37)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #6986B5

#6986B5
(105,134,181)
#7691BB
(118,145,187)
#839CC1
(131,156,193)
#90A7C7
(144,167,199)
#9DB2CD
(157,178,205)
#AABDD3
(170,189,211)
#B7C8D9
(183,200,217)
#C4D3DF
(196,211,223)
#D1DEE5
(209,222,229)
#DEE9EB
(222,233,235)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6986B5; }

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

This text font color is #6986B5.


Background Color

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

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

This div background color is #6986B5.


Border color

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

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

This div border color is #6986B5.


Opacity

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

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

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

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

This text has shadow with #6986B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6986B5 on black background.


Color preview on white background

This text has color #6986B5 on white background.



Black color preview on #6986B5 background

This text has black color on #6986B5 background.


White color preview on #6986B5 background

This text has white color on #6986B5 background.