COLOR #6977D2

HEX: #6977D2
RGB: (105,119,210)

Color info

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

RGB color model

#6977D2 color RGB value is (105,119,210).

  • red value is 105;
  • green value is 119;
  • blue value is 210.
RGB:
(105,119,210)
(41%,47%,82%)

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 210 of 255 = 82%

105
119
210

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

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 210 = 434 (100%)
R 105 of 434 ~ 24.19%
G 119 of 434 ~ 27.42%
B 210 of 434 ~ 48.39%

%24.19
%27.42
%48.39

CMYK color model

#6977D2 color CMYK value is (50,43,0,18).

  • cyan value is 50.00%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(50,43,0,18)
C50M43Y0K18 
(50%,43%,0%,18%)
(0.50/0.43/0.00/0.18)	

CMYK percentages

%50
%43.33
%0
%17.65

Codes

Color #6977D2 in popluar color models

6977D2
RGB105119210
HSL232°53.85%61.76%
HSB/HSV232°50.00%82.35%
CMYK50.00%43.33%0.00%
17.65%

Color #6977D2 in popluar number systems.

HEX6977D2
Decimal105119210
Binary1101001111011111010010
Octal151167322

Shades and tints

Shades of #6977D2

#6977D2
(105,119,210)
#606DBF
(96,109,191)
#5763AC
(87,99,172)
#4E5999
(78,89,153)
#454F86
(69,79,134)
#3C4573
(60,69,115)
#333B60
(51,59,96)
#2A314D
(42,49,77)
#21273A
(33,39,58)
#181D27
(24,29,39)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #6977D2

#6977D2
(105,119,210)
#7683D6
(118,131,214)
#838FDA
(131,143,218)
#909BDE
(144,155,222)
#9DA7E2
(157,167,226)
#AAB3E6
(170,179,230)
#B7BFEA
(183,191,234)
#C4CBEE
(196,203,238)
#D1D7F2
(209,215,242)
#DEE3F6
(222,227,246)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6977D2 color. Also use rgb(105,119,210) instead hex code.

Text Font Color

.myTextColor { color: #6977D2; }

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

This text font color is #6977D2.


Background Color

.myBgColor { background-color: #6977D2; }

<div style="background-color:#6977D2">Inner text</div>

This div background color is #6977D2.


Border color

.myBorderColor { border: 1px solid #6977D2; }

<div style="border:3px solid #6977D2">Div</div>

This div border color is #6977D2.


Opacity

.myOpacity80 { color: #6977D2; opacity: 0.8; }

<p style="color:#6977D2;opacity:0.8;">80%</p>

Text with #6977D2 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 #6977D2;}

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

This text has shadow with #6977D2 color.

.textShadow {text-shadow: 3px 3px 1px #6977D2, 3px 3px 1px red;}

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

This text has shadow with #6977D2 primary color and red secondary color.


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

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

This text has shadow with #6977D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6977D2 on black background.


Color preview on white background

This text has color #6977D2 on white background.



Black color preview on #6977D2 background

This text has black color on #6977D2 background.


White color preview on #6977D2 background

This text has white color on #6977D2 background.