COLOR #6976D2

HEX: #6976D2 RGB: (105,118,210)

Color info

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

RGB color model

#6976D2 color RGB value is (105,118,210).

RGB: (105,118,210) (41%, 46%, 82%)

RGB channels and saturation

R 105 of 255 = 41%
G 118 of 255 = 46%
B 210 of 255 = 82%

105
118
210

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

Portions of RGB colors in percentages

R + G + B = 105 + 118 + 210 = 433 (100%)
R 105 of 433 ~ 24.25%
G 118 of 433 ~ 27.25%
B 210 of 433 ~ 48.5'%

%24.25
%27.25
%48.5

CMYK color model

#6976D2 color CMYK value is (50,44,0,18).

  • cyan value is 50.00%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (50,44,0,18)
C50M44Y0K18 (50%, 44%, 0%, 18%)
(0.50 / 0.44 / 0.00 / 0.18)

CMYK percentages

%50
%43.81
%0
%17.65

Codes

Color #6976D2 in popluar color models

69 76 D2
RGB 105 118 210
HSL 233° 53.85% 61.76%
HSB/HSV 233° 50.00% 82.35%
CMYK 50.00% 43.81% 0.00%
17.65%

Color #6976D2 in popluar number systems.

HEX 69 76 D2
Decimal 105 118 210
Binary 1101001 1110110 11010010
Octal 151 166 322

Shades and tints

Shades of #6976D2

#6976D2
(105,118,210)
#606CBF
(96,108,191)
#5762AC
(87,98,172)
#4E5899
(78,88,153)
#454E86
(69,78,134)
#3C4473
(60,68,115)
#333A60
(51,58,96)
#2A304D
(42,48,77)
#21263A
(33,38,58)
#181C27
(24,28,39)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #6976D2

#6976D2
(105,118,210)
#7682D6
(118,130,214)
#838EDA
(131,142,218)
#909ADE
(144,154,222)
#9DA6E2
(157,166,226)
#AAB2E6
(170,178,230)
#B7BEEA
(183,190,234)
#C4CAEE
(196,202,238)
#D1D6F2
(209,214,242)
#DEE2F6
(222,226,246)
#EBEEFA
(235,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6976D2; }

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

This text font color is #6976D2.

Background Color

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

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

This div background color is #6976D2.

Border color

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

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

This div border color is #6976D2.

Opacity

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

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

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

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

This text has shadow with #6976D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6976D2.

Preview

Color preview on black background

This text has color #6976D2 on black background.


Color preview on white background

This text has color #6976D2 on white background.


Black color preview on #6976D2 background

This text has black color on #6976D2 background.


White color preview on #6976D2 background

This text has white color on #6976D2 background.


Related colors

Complementary color

Complementary color for #hex is #96892D.


I love getcolorcode.com

Triadic colors

1 #D26976 and #76D269 with #6976D2 are triadic colors.

2 #D27669 and #7669D2 with #6976D2 are triadic colors.