COLOR #6982AA

HEX: #6982AA RGB: (105,130,170)

Color info

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

RGB color model

#6982AA color RGB value is (105,130,170).

RGB: (105,130,170) (41%, 51%, 67%)

RGB channels and saturation

R 105 of 255 = 41%
G 130 of 255 = 51%
B 170 of 255 = 67%

105
130
170

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

Portions of RGB colors in percentages

R + G + B = 105 + 130 + 170 = 405 (100%)
R 105 of 405 ~ 25.93%
G 130 of 405 ~ 32.1%
B 170 of 405 ~ 41.98'%

%25.93
%32.1
%41.98

CMYK color model

#6982AA color CMYK value is (38,24,0,33).

  • cyan value is 38.24%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (38,24,0,33)
C38M24Y0K33 (38%, 24%, 0%, 33%)
(0.38 / 0.24 / 0.00 / 0.33)

CMYK percentages

%38.24
%23.53
%0
%33.33

Codes

Color #6982AA in popluar color models

69 82 AA
RGB 105 130 170
HSL 217° 27.66% 53.92%
HSB/HSV 217° 38.24% 66.67%
CMYK 38.24% 23.53% 0.00%
33.33%

Color #6982AA in popluar number systems.

HEX 69 82 AA
Decimal 105 130 170
Binary 1101001 10000010 10101010
Octal 151 202 252

Shades and tints

Shades of #6982AA

#6982AA
(105,130,170)
#60779B
(96,119,155)
#576C8C
(87,108,140)
#4E617D
(78,97,125)
#45566E
(69,86,110)
#3C4B5F
(60,75,95)
#334050
(51,64,80)
#2A3541
(42,53,65)
#212A32
(33,42,50)
#181F23
(24,31,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #6982AA

#6982AA
(105,130,170)
#768DB1
(118,141,177)
#8398B8
(131,152,184)
#90A3BF
(144,163,191)
#9DAEC6
(157,174,198)
#AAB9CD
(170,185,205)
#B7C4D4
(183,196,212)
#C4CFDB
(196,207,219)
#D1DAE2
(209,218,226)
#DEE5E9
(222,229,233)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6982AA; }

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

This text font color is #6982AA.

Background Color

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

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

This div background color is #6982AA.

Border color

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

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

This div border color is #6982AA.

Opacity

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

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

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

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

This text has shadow with #6982AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6982AA.

Preview

Color preview on black background

This text has color #6982AA on black background.


Color preview on white background

This text has color #6982AA on white background.


Black color preview on #6982AA background

This text has black color on #6982AA background.


White color preview on #6982AA background

This text has white color on #6982AA background.


Related colors

Complementary color

Complementary color for #hex is #967D55.


I love getcolorcode.com

Triadic colors

1 #AA6982 and #82AA69 with #6982AA are triadic colors.

2 #AA8269 and #8269AA with #6982AA are triadic colors.