COLOR #6978A8

HEX: #6978A8
RGB: (105,120,168)

Color info

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

RGB color model

#6978A8 color RGB value is (105,120,168).

  • red value is 105;
  • green value is 120;
  • blue value is 168.
RGB:
(105,120,168)
(41%,47%,66%)

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 168 of 255 = 66%

105
120
168

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

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 168 = 393 (100%)
R 105 of 393 ~ 26.72%
G 120 of 393 ~ 30.53%
B 168 of 393 ~ 42.75%

%26.72
%30.53
%42.75

CMYK color model

#6978A8 color CMYK value is (38,29,0,34).

  • cyan value is 37.50%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(38,29,0,34)
C38M29Y0K34 
(38%,29%,0%,34%)
(0.38/0.29/0.00/0.34)	

CMYK percentages

%37.5
%28.57
%0
%34.12

Codes

Color #6978A8 in popluar color models

6978A8
RGB105120168
HSL226°26.58%53.53%
HSB/HSV226°37.50%65.88%
CMYK37.50%28.57%0.00%
34.12%

Color #6978A8 in popluar number systems.

HEX6978A8
Decimal105120168
Binary1101001111100010101000
Octal151170250

Shades and tints

Shades of #6978A8

#6978A8
(105,120,168)
#606E99
(96,110,153)
#57648A
(87,100,138)
#4E5A7B
(78,90,123)
#45506C
(69,80,108)
#3C465D
(60,70,93)
#333C4E
(51,60,78)
#2A323F
(42,50,63)
#212830
(33,40,48)
#181E21
(24,30,33)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #6978A8

#6978A8
(105,120,168)
#7684AF
(118,132,175)
#8390B6
(131,144,182)
#909CBD
(144,156,189)
#9DA8C4
(157,168,196)
#AAB4CB
(170,180,203)
#B7C0D2
(183,192,210)
#C4CCD9
(196,204,217)
#D1D8E0
(209,216,224)
#DEE4E7
(222,228,231)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6978A8; }

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

This text font color is #6978A8.


Background Color

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

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

This div background color is #6978A8.


Border color

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

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

This div border color is #6978A8.


Opacity

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

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

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

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

This text has shadow with #6978A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6978A8 on black background.


Color preview on white background

This text has color #6978A8 on white background.



Black color preview on #6978A8 background

This text has black color on #6978A8 background.


White color preview on #6978A8 background

This text has white color on #6978A8 background.