COLOR #6979A0

HEX: #6979A0 RGB: (105,121,160)

Color info

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

RGB color model

#6979A0 color RGB value is (105,121,160).

RGB: (105,121,160) (41%, 47%, 63%)

RGB channels and saturation

R 105 of 255 = 41%
G 121 of 255 = 47%
B 160 of 255 = 63%

105
121
160

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

Portions of RGB colors in percentages

R + G + B = 105 + 121 + 160 = 386 (100%)
R 105 of 386 ~ 27.2%
G 121 of 386 ~ 31.35%
B 160 of 386 ~ 41.45'%

%27.2
%31.35
%41.45

CMYK color model

#6979A0 color CMYK value is (34,24,0,37).

  • cyan value is 34.38%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (34,24,0,37)
C34M24Y0K37 (34%, 24%, 0%, 37%)
(0.34 / 0.24 / 0.00 / 0.37)

CMYK percentages

%34.38
%24.38
%0
%37.25

Codes

Color #6979A0 in popluar color models

69 79 A0
RGB 105 121 160
HSL 223° 22.45% 51.96%
HSB/HSV 223° 34.38% 62.75%
CMYK 34.38% 24.38% 0.00%
37.25%

Color #6979A0 in popluar number systems.

HEX 69 79 A0
Decimal 105 121 160
Binary 1101001 1111001 10100000
Octal 151 171 240

Shades and tints

Shades of #6979A0

#6979A0
(105,121,160)
#606E92
(96,110,146)
#576384
(87,99,132)
#4E5876
(78,88,118)
#454D68
(69,77,104)
#3C425A
(60,66,90)
#33374C
(51,55,76)
#2A2C3E
(42,44,62)
#212130
(33,33,48)
#181622
(24,22,34)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #6979A0

#6979A0
(105,121,160)
#7685A8
(118,133,168)
#8391B0
(131,145,176)
#909DB8
(144,157,184)
#9DA9C0
(157,169,192)
#AAB5C8
(170,181,200)
#B7C1D0
(183,193,208)
#C4CDD8
(196,205,216)
#D1D9E0
(209,217,224)
#DEE5E8
(222,229,232)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6979A0; }

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

This text font color is #6979A0.

Background Color

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

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

This div background color is #6979A0.

Border color

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

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

This div border color is #6979A0.

Opacity

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

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

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

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

This text has shadow with #6979A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6979A0.

Preview

Color preview on black background

This text has color #6979A0 on black background.


Color preview on white background

This text has color #6979A0 on white background.


Black color preview on #6979A0 background

This text has black color on #6979A0 background.


White color preview on #6979A0 background

This text has white color on #6979A0 background.


Related colors

Complementary color

Complementary color for #hex is #96865F.


I love getcolorcode.com

Triadic colors

1 #A06979 and #79A069 with #6979A0 are triadic colors.

2 #A07969 and #7969A0 with #6979A0 are triadic colors.