COLOR #6980A2

HEX: #6980A2
RGB: (105,128,162)

Color info

#6980A2 contains red, green and blue colors in about the same proportion. Web safe color of #6980A2 is #666699 (or #669).

RGB color model

#6980A2 color RGB value is (105,128,162).

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

RGB channels and saturation

R 105 of 255 = 41%
G 128 of 255 = 50%
B 162 of 255 = 64%

105
128
162

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

Portions of RGB colors in percentages

R + G + B =
105 + 128 + 162 = 395 (100%)
R 105 of 395 ~ 26.58%
G 128 of 395 ~ 32.41%
B 162 of 395 ~ 41.01%

%26.58
%32.41
%41.01

CMYK color model

#6980A2 color CMYK value is (35,21,0,36).

  • cyan value is 35.19%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(35,21,0,36)
C35M21Y0K36 
(35%,21%,0%,36%)
(0.35/0.21/0.00/0.36)	

CMYK percentages

%35.19
%20.99
%0
%36.47

Codes

Color #6980A2 in popluar color models

6980A2
RGB105128162
HSL216°23.46%52.35%
HSB/HSV216°35.19%63.53%
CMYK35.19%20.99%0.00%
36.47%

Color #6980A2 in popluar number systems.

HEX6980A2
Decimal105128162
Binary11010011000000010100010
Octal151200242

Shades and tints

Shades of #6980A2

#6980A2
(105,128,162)
#607594
(96,117,148)
#576A86
(87,106,134)
#4E5F78
(78,95,120)
#45546A
(69,84,106)
#3C495C
(60,73,92)
#333E4E
(51,62,78)
#2A3340
(42,51,64)
#212832
(33,40,50)
#181D24
(24,29,36)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #6980A2

#6980A2
(105,128,162)
#768BAA
(118,139,170)
#8396B2
(131,150,178)
#90A1BA
(144,161,186)
#9DACC2
(157,172,194)
#AAB7CA
(170,183,202)
#B7C2D2
(183,194,210)
#C4CDDA
(196,205,218)
#D1D8E2
(209,216,226)
#DEE3EA
(222,227,234)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6980A2; }

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

This text font color is #6980A2.


Background Color

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

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

This div background color is #6980A2.


Border color

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

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

This div border color is #6980A2.


Opacity

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

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

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

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

This text has shadow with #6980A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6980A2 on black background.


Color preview on white background

This text has color #6980A2 on white background.



Black color preview on #6980A2 background

This text has black color on #6980A2 background.


White color preview on #6980A2 background

This text has white color on #6980A2 background.