COLOR #6978AC

HEX: #6978AC RGB: (105,120,172)

Color info

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

RGB color model

#6978AC color RGB value is (105,120,172).

RGB: (105,120,172) (41%, 47%, 67%)

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 172 of 255 = 67%

105
120
172

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

Portions of RGB colors in percentages

R + G + B = 105 + 120 + 172 = 397 (100%)
R 105 of 397 ~ 26.45%
G 120 of 397 ~ 30.23%
B 172 of 397 ~ 43.32'%

%26.45
%30.23
%43.32

CMYK color model

#6978AC color CMYK value is (39,30,0,33).

  • cyan value is 38.95%
  • magenta value is 30.23%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (39,30,0,33)
C39M30Y0K33 (39%, 30%, 0%, 33%)
(0.39 / 0.30 / 0.00 / 0.33)

CMYK percentages

%38.95
%30.23
%0
%32.55

Codes

Color #6978AC in popluar color models

69 78 AC
RGB 105 120 172
HSL 227° 28.76% 54.31%
HSB/HSV 227° 38.95% 67.45%
CMYK 38.95% 30.23% 0.00%
32.55%

Color #6978AC in popluar number systems.

HEX 69 78 AC
Decimal 105 120 172
Binary 1101001 1111000 10101100
Octal 151 170 254

Shades and tints

Shades of #6978AC

#6978AC
(105,120,172)
#606E9D
(96,110,157)
#57648E
(87,100,142)
#4E5A7F
(78,90,127)
#455070
(69,80,112)
#3C4661
(60,70,97)
#333C52
(51,60,82)
#2A3243
(42,50,67)
#212834
(33,40,52)
#181E25
(24,30,37)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #6978AC

#6978AC
(105,120,172)
#7684B3
(118,132,179)
#8390BA
(131,144,186)
#909CC1
(144,156,193)
#9DA8C8
(157,168,200)
#AAB4CF
(170,180,207)
#B7C0D6
(183,192,214)
#C4CCDD
(196,204,221)
#D1D8E4
(209,216,228)
#DEE4EB
(222,228,235)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6978AC color. Also use rgb(105,120,172) instead hex code.

Text Font Color

.myTextColor { color: #6978AC; }

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

This text font color is #6978AC.

Background Color

.myBgColor { background-color: #6978AC; }

<div style="background-color:#6978AC">Inner text</div>

This div background color is #6978AC.

Border color

.myBorderColor { border: 1px solid #6978AC; }

<div style="border:3px solid #6978AC">Div</div>

This div border color is #6978AC.

Opacity

.myOpacity80 { color: #6978AC; opacity: 0.8; }

<p style="color:#6978AC;opacity:0.8;">80%</p>

Text with #6978AC 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 #6978AC;}

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

This text has shadow with #6978AC color.


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

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

This text has shadow with #6978AC primary color and red secondary color.


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

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

This text has shadow with #6978AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6978AC.

Preview

Color preview on black background

This text has color #6978AC on black background.


Color preview on white background

This text has color #6978AC on white background.


Black color preview on #6978AC background

This text has black color on #6978AC background.


White color preview on #6978AC background

This text has white color on #6978AC background.


Related colors

Complementary color

Complementary color for #hex is #968753.


I love getcolorcode.com

Triadic colors

1 #AC6978 and #78AC69 with #6978AC are triadic colors.

2 #AC7869 and #7869AC with #6978AC are triadic colors.