COLOR #6978D5

HEX: #6978D5
RGB: (105,120,213)

Color info

#6978D5 contains mainly blue color. Web safe color of #6978D5 is #6666CC (or #66C).

RGB color model

#6978D5 color RGB value is (105,120,213).

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

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 213 of 255 = 84%

105
120
213

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

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 213 = 438 (100%)
R 105 of 438 ~ 23.97%
G 120 of 438 ~ 27.4%
B 213 of 438 ~ 48.63%

%23.97
%27.4
%48.63

CMYK color model

#6978D5 color CMYK value is (51,44,0,16).

  • cyan value is 50.70%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(51,44,0,16)
C51M44Y0K16 
(51%,44%,0%,16%)
(0.51/0.44/0.00/0.16)	

CMYK percentages

%50.7
%43.66
%0
%16.47

Codes

Color #6978D5 in popluar color models

6978D5
RGB105120213
HSL232°56.25%62.35%
HSB/HSV232°50.70%83.53%
CMYK50.70%43.66%0.00%
16.47%

Color #6978D5 in popluar number systems.

HEX6978D5
Decimal105120213
Binary1101001111100011010101
Octal151170325

Shades and tints

Shades of #6978D5

#6978D5
(105,120,213)
#606EC2
(96,110,194)
#5764AF
(87,100,175)
#4E5A9C
(78,90,156)
#455089
(69,80,137)
#3C4676
(60,70,118)
#333C63
(51,60,99)
#2A3250
(42,50,80)
#21283D
(33,40,61)
#181E2A
(24,30,42)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #6978D5

#6978D5
(105,120,213)
#7684D8
(118,132,216)
#8390DB
(131,144,219)
#909CDE
(144,156,222)
#9DA8E1
(157,168,225)
#AAB4E4
(170,180,228)
#B7C0E7
(183,192,231)
#C4CCEA
(196,204,234)
#D1D8ED
(209,216,237)
#DEE4F0
(222,228,240)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6978D5; }

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

This text font color is #6978D5.


Background Color

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

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

This div background color is #6978D5.


Border color

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

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

This div border color is #6978D5.


Opacity

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

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

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

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

This text has shadow with #6978D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6978D5 on black background.


Color preview on white background

This text has color #6978D5 on white background.



Black color preview on #6978D5 background

This text has black color on #6978D5 background.


White color preview on #6978D5 background

This text has white color on #6978D5 background.