COLOR #6980AA

HEX: #6980AA
RGB: (105,128,170)

Color info

#6980AA contains mainly green and blue colors. Web safe color of #6980AA is #666699 (or #669).

RGB color model

#6980AA color RGB value is (105,128,170).

  • red value is 105;
  • green value is 128;
  • blue value is 170.
RGB:
(105,128,170)
(41%,50%,67%)

RGB channels and saturation

R 105 of 255 = 41%
G 128 of 255 = 50%
B 170 of 255 = 67%

105
128
170

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

Portions of RGB colors in percentages

R + G + B =
105 + 128 + 170 = 403 (100%)
R 105 of 403 ~ 26.05%
G 128 of 403 ~ 31.76%
B 170 of 403 ~ 42.18%

%26.05
%31.76
%42.18

CMYK color model

#6980AA color CMYK value is (38,25,0,33).

  • cyan value is 38.24%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(38,25,0,33)
C38M25Y0K33 
(38%,25%,0%,33%)
(0.38/0.25/0.00/0.33)	

CMYK percentages

%38.24
%24.71
%0
%33.33

Codes

Color #6980AA in popluar color models

6980AA
RGB105128170
HSL219°27.66%53.92%
HSB/HSV219°38.24%66.67%
CMYK38.24%24.71%0.00%
33.33%

Color #6980AA in popluar number systems.

HEX6980AA
Decimal105128170
Binary11010011000000010101010
Octal151200252

Shades and tints

Shades of #6980AA

#6980AA
(105,128,170)
#60759B
(96,117,155)
#576A8C
(87,106,140)
#4E5F7D
(78,95,125)
#45546E
(69,84,110)
#3C495F
(60,73,95)
#333E50
(51,62,80)
#2A3341
(42,51,65)
#212832
(33,40,50)
#181D23
(24,29,35)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #6980AA

#6980AA
(105,128,170)
#768BB1
(118,139,177)
#8396B8
(131,150,184)
#90A1BF
(144,161,191)
#9DACC6
(157,172,198)
#AAB7CD
(170,183,205)
#B7C2D4
(183,194,212)
#C4CDDB
(196,205,219)
#D1D8E2
(209,216,226)
#DEE3E9
(222,227,233)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6980AA; }

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

This text font color is #6980AA.


Background Color

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

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

This div background color is #6980AA.


Border color

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

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

This div border color is #6980AA.


Opacity

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

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

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

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

This text has shadow with #6980AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6980AA on black background.


Color preview on white background

This text has color #6980AA on white background.



Black color preview on #6980AA background

This text has black color on #6980AA background.


White color preview on #6980AA background

This text has white color on #6980AA background.