COLOR #6979A3

HEX: #6979A3
RGB: (105,121,163)

Color info

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

RGB color model

#6979A3 color RGB value is (105,121,163).

  • red value is 105;
  • green value is 121;
  • blue value is 163.
RGB:
(105,121,163)
(41%,47%,64%)

RGB channels and saturation

R 105 of 255 = 41%
G 121 of 255 = 47%
B 163 of 255 = 64%

105
121
163

R + G + B ~ 51%. #6979A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 121 + 163 = 389 (100%)
R 105 of 389 ~ 26.99%
G 121 of 389 ~ 31.11%
B 163 of 389 ~ 41.9%

%26.99
%31.11
%41.9

CMYK color model

#6979A3 color CMYK value is (36,26,0,36).

  • cyan value is 35.58%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(36,26,0,36)
C36M26Y0K36 
(36%,26%,0%,36%)
(0.36/0.26/0.00/0.36)	

CMYK percentages

%35.58
%25.77
%0
%36.08

Codes

Color #6979A3 in popluar color models

6979A3
RGB105121163
HSL223°23.97%52.55%
HSB/HSV223°35.58%63.92%
CMYK35.58%25.77%0.00%
36.08%

Color #6979A3 in popluar number systems.

HEX6979A3
Decimal105121163
Binary1101001111100110100011
Octal151171243

Shades and tints

Shades of #6979A3

#6979A3
(105,121,163)
#606E95
(96,110,149)
#576387
(87,99,135)
#4E5879
(78,88,121)
#454D6B
(69,77,107)
#3C425D
(60,66,93)
#33374F
(51,55,79)
#2A2C41
(42,44,65)
#212133
(33,33,51)
#181625
(24,22,37)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #6979A3

#6979A3
(105,121,163)
#7685AB
(118,133,171)
#8391B3
(131,145,179)
#909DBB
(144,157,187)
#9DA9C3
(157,169,195)
#AAB5CB
(170,181,203)
#B7C1D3
(183,193,211)
#C4CDDB
(196,205,219)
#D1D9E3
(209,217,227)
#DEE5EB
(222,229,235)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6979A3 color. Also use rgb(105,121,163) instead hex code.

Text Font Color

.myTextColor { color: #6979A3; }

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

This text font color is #6979A3.


Background Color

.myBgColor { background-color: #6979A3; }

<div style="background-color:#6979A3">Inner text</div>

This div background color is #6979A3.


Border color

.myBorderColor { border: 1px solid #6979A3; }

<div style="border:3px solid #6979A3">Div</div>

This div border color is #6979A3.


Opacity

.myOpacity80 { color: #6979A3; opacity: 0.8; }

<p style="color:#6979A3;opacity:0.8;">80%</p>

Text with #6979A3 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 #6979A3;}

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

This text has shadow with #6979A3 color.

.textShadow {text-shadow: 3px 3px 1px #6979A3, 3px 3px 1px red;}

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

This text has shadow with #6979A3 primary color and red secondary color.


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

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

This text has shadow with #6979A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6979A3 on black background.


Color preview on white background

This text has color #6979A3 on white background.



Black color preview on #6979A3 background

This text has black color on #6979A3 background.


White color preview on #6979A3 background

This text has white color on #6979A3 background.