COLOR #6976B0

HEX: #6976B0
RGB: (105,118,176)

Color info

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

RGB color model

#6976B0 color RGB value is (105,118,176).

  • red value is 105;
  • green value is 118;
  • blue value is 176.
RGB:
(105,118,176)
(41%,46%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 118 of 255 = 46%
B 176 of 255 = 69%

105
118
176

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

Portions of RGB colors in percentages

R + G + B =
105 + 118 + 176 = 399 (100%)
R 105 of 399 ~ 26.32%
G 118 of 399 ~ 29.57%
B 176 of 399 ~ 44.11%

%26.32
%29.57
%44.11

CMYK color model

#6976B0 color CMYK value is (40,33,0,31).

  • cyan value is 40.34%
  • magenta value is 32.95%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(40,33,0,31)
C40M33Y0K31 
(40%,33%,0%,31%)
(0.40/0.33/0.00/0.31)	

CMYK percentages

%40.34
%32.95
%0
%30.98

Codes

Color #6976B0 in popluar color models

6976B0
RGB105118176
HSL229°31.00%55.10%
HSB/HSV229°40.34%69.02%
CMYK40.34%32.95%0.00%
30.98%

Color #6976B0 in popluar number systems.

HEX6976B0
Decimal105118176
Binary1101001111011010110000
Octal151166260

Shades and tints

Shades of #6976B0

#6976B0
(105,118,176)
#606CA0
(96,108,160)
#576290
(87,98,144)
#4E5880
(78,88,128)
#454E70
(69,78,112)
#3C4460
(60,68,96)
#333A50
(51,58,80)
#2A3040
(42,48,64)
#212630
(33,38,48)
#181C20
(24,28,32)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #6976B0

#6976B0
(105,118,176)
#7682B7
(118,130,183)
#838EBE
(131,142,190)
#909AC5
(144,154,197)
#9DA6CC
(157,166,204)
#AAB2D3
(170,178,211)
#B7BEDA
(183,190,218)
#C4CAE1
(196,202,225)
#D1D6E8
(209,214,232)
#DEE2EF
(222,226,239)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6976B0; }

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

This text font color is #6976B0.


Background Color

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

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

This div background color is #6976B0.


Border color

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

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

This div border color is #6976B0.


Opacity

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

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

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

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

This text has shadow with #6976B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6976B0 on black background.


Color preview on white background

This text has color #6976B0 on white background.



Black color preview on #6976B0 background

This text has black color on #6976B0 background.


White color preview on #6976B0 background

This text has white color on #6976B0 background.