COLOR #6982B3

HEX: #6982B3 RGB: (105,130,179)

Color info

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

RGB color model

#6982B3 color RGB value is (105,130,179).

RGB: (105,130,179) (41%, 51%, 70%)

RGB channels and saturation

R 105 of 255 = 41%
G 130 of 255 = 51%
B 179 of 255 = 70%

105
130
179

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

Portions of RGB colors in percentages

R + G + B = 105 + 130 + 179 = 414 (100%)
R 105 of 414 ~ 25.36%
G 130 of 414 ~ 31.4%
B 179 of 414 ~ 43.24'%

%25.36
%31.4
%43.24

CMYK color model

#6982B3 color CMYK value is (41,27,0,30).

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

CMYK: (41,27,0,30)
C41M27Y0K30 (41%, 27%, 0%, 30%)
(0.41 / 0.27 / 0.00 / 0.30)

CMYK percentages

%41.34
%27.37
%0
%29.8

Codes

Color #6982B3 in popluar color models

69 82 B3
RGB 105 130 179
HSL 220° 32.74% 55.69%
HSB/HSV 220° 41.34% 70.20%
CMYK 41.34% 27.37% 0.00%
29.80%

Color #6982B3 in popluar number systems.

HEX 69 82 B3
Decimal 105 130 179
Binary 1101001 10000010 10110011
Octal 151 202 263

Shades and tints

Shades of #6982B3

#6982B3
(105,130,179)
#6077A3
(96,119,163)
#576C93
(87,108,147)
#4E6183
(78,97,131)
#455673
(69,86,115)
#3C4B63
(60,75,99)
#334053
(51,64,83)
#2A3543
(42,53,67)
#212A33
(33,42,51)
#181F23
(24,31,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #6982B3

#6982B3
(105,130,179)
#768DB9
(118,141,185)
#8398BF
(131,152,191)
#90A3C5
(144,163,197)
#9DAECB
(157,174,203)
#AAB9D1
(170,185,209)
#B7C4D7
(183,196,215)
#C4CFDD
(196,207,221)
#D1DAE3
(209,218,227)
#DEE5E9
(222,229,233)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6982B3; }

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

This text font color is #6982B3.

Background Color

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

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

This div background color is #6982B3.

Border color

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

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

This div border color is #6982B3.

Opacity

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

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

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

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

This text has shadow with #6982B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6982B3.

Preview

Color preview on black background

This text has color #6982B3 on black background.


Color preview on white background

This text has color #6982B3 on white background.


Black color preview on #6982B3 background

This text has black color on #6982B3 background.


White color preview on #6982B3 background

This text has white color on #6982B3 background.


Related colors

Complementary color

Complementary color for #hex is #967D4C.


I love getcolorcode.com

Triadic colors

1 #B36982 and #82B369 with #6982B3 are triadic colors.

2 #B38269 and #8269B3 with #6982B3 are triadic colors.