COLOR #6986BC

HEX: #6986BC
RGB: (105,134,188)

Color info

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

RGB color model

#6986BC color RGB value is (105,134,188).

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

RGB channels and saturation

R 105 of 255 = 41%
G 134 of 255 = 53%
B 188 of 255 = 74%

105
134
188

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

Portions of RGB colors in percentages

R + G + B =
105 + 134 + 188 = 427 (100%)
R 105 of 427 ~ 24.59%
G 134 of 427 ~ 31.38%
B 188 of 427 ~ 44.03%

%24.59
%31.38
%44.03

CMYK color model

#6986BC color CMYK value is (44,29,0,26).

  • cyan value is 44.15%
  • magenta value is 28.72%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(44,29,0,26)
C44M29Y0K26 
(44%,29%,0%,26%)
(0.44/0.29/0.00/0.26)	

CMYK percentages

%44.15
%28.72
%0
%26.27

Codes

Color #6986BC in popluar color models

6986BC
RGB105134188
HSL219°38.25%57.45%
HSB/HSV219°44.15%73.73%
CMYK44.15%28.72%0.00%
26.27%

Color #6986BC in popluar number systems.

HEX6986BC
Decimal105134188
Binary11010011000011010111100
Octal151206274

Shades and tints

Shades of #6986BC

#6986BC
(105,134,188)
#607AAB
(96,122,171)
#576E9A
(87,110,154)
#4E6289
(78,98,137)
#455678
(69,86,120)
#3C4A67
(60,74,103)
#333E56
(51,62,86)
#2A3245
(42,50,69)
#212634
(33,38,52)
#181A23
(24,26,35)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #6986BC

#6986BC
(105,134,188)
#7691C2
(118,145,194)
#839CC8
(131,156,200)
#90A7CE
(144,167,206)
#9DB2D4
(157,178,212)
#AABDDA
(170,189,218)
#B7C8E0
(183,200,224)
#C4D3E6
(196,211,230)
#D1DEEC
(209,222,236)
#DEE9F2
(222,233,242)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6986BC; }

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

This text font color is #6986BC.


Background Color

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

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

This div background color is #6986BC.


Border color

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

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

This div border color is #6986BC.


Opacity

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

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

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

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

This text has shadow with #6986BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6986BC on black background.


Color preview on white background

This text has color #6986BC on white background.



Black color preview on #6986BC background

This text has black color on #6986BC background.


White color preview on #6986BC background

This text has white color on #6986BC background.