COLOR #6982BC

HEX: #6982BC
RGB: (105,130,188)

Color info

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

RGB color model

#6982BC color RGB value is (105,130,188).

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

RGB channels and saturation

R 105 of 255 = 41%
G 130 of 255 = 51%
B 188 of 255 = 74%

105
130
188

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

Portions of RGB colors in percentages

R + G + B =
105 + 130 + 188 = 423 (100%)
R 105 of 423 ~ 24.82%
G 130 of 423 ~ 30.73%
B 188 of 423 ~ 44.44%

%24.82
%30.73
%44.44

CMYK color model

#6982BC color CMYK value is (44,31,0,26).

  • cyan value is 44.15%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(44,31,0,26)
C44M31Y0K26 
(44%,31%,0%,26%)
(0.44/0.31/0.00/0.26)	

CMYK percentages

%44.15
%30.85
%0
%26.27

Codes

Color #6982BC in popluar color models

6982BC
RGB105130188
HSL222°38.25%57.45%
HSB/HSV222°44.15%73.73%
CMYK44.15%30.85%0.00%
26.27%

Color #6982BC in popluar number systems.

HEX6982BC
Decimal105130188
Binary11010011000001010111100
Octal151202274

Shades and tints

Shades of #6982BC

#6982BC
(105,130,188)
#6077AB
(96,119,171)
#576C9A
(87,108,154)
#4E6189
(78,97,137)
#455678
(69,86,120)
#3C4B67
(60,75,103)
#334056
(51,64,86)
#2A3545
(42,53,69)
#212A34
(33,42,52)
#181F23
(24,31,35)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #6982BC

#6982BC
(105,130,188)
#768DC2
(118,141,194)
#8398C8
(131,152,200)
#90A3CE
(144,163,206)
#9DAED4
(157,174,212)
#AAB9DA
(170,185,218)
#B7C4E0
(183,196,224)
#C4CFE6
(196,207,230)
#D1DAEC
(209,218,236)
#DEE5F2
(222,229,242)
#EBF0F8
(235,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6982BC; }

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

This text font color is #6982BC.


Background Color

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

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

This div background color is #6982BC.


Border color

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

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

This div border color is #6982BC.


Opacity

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

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

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

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

This text has shadow with #6982BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6982BC on black background.


Color preview on white background

This text has color #6982BC on white background.



Black color preview on #6982BC background

This text has black color on #6982BC background.


White color preview on #6982BC background

This text has white color on #6982BC background.