COLOR #6976A5

HEX: #6976A5
RGB: (105,118,165)

Color info

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

RGB color model

#6976A5 color RGB value is (105,118,165).

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

RGB channels and saturation

R 105 of 255 = 41%
G 118 of 255 = 46%
B 165 of 255 = 65%

105
118
165

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

Portions of RGB colors in percentages

R + G + B =
105 + 118 + 165 = 388 (100%)
R 105 of 388 ~ 27.06%
G 118 of 388 ~ 30.41%
B 165 of 388 ~ 42.53%

%27.06
%30.41
%42.53

CMYK color model

#6976A5 color CMYK value is (36,28,0,35).

  • cyan value is 36.36%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(36,28,0,35)
C36M28Y0K35 
(36%,28%,0%,35%)
(0.36/0.28/0.00/0.35)	

CMYK percentages

%36.36
%28.48
%0
%35.29

Codes

Color #6976A5 in popluar color models

6976A5
RGB105118165
HSL227°25.00%52.94%
HSB/HSV227°36.36%64.71%
CMYK36.36%28.48%0.00%
35.29%

Color #6976A5 in popluar number systems.

HEX6976A5
Decimal105118165
Binary1101001111011010100101
Octal151166245

Shades and tints

Shades of #6976A5

#6976A5
(105,118,165)
#606C96
(96,108,150)
#576287
(87,98,135)
#4E5878
(78,88,120)
#454E69
(69,78,105)
#3C445A
(60,68,90)
#333A4B
(51,58,75)
#2A303C
(42,48,60)
#21262D
(33,38,45)
#181C1E
(24,28,30)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #6976A5

#6976A5
(105,118,165)
#7682AD
(118,130,173)
#838EB5
(131,142,181)
#909ABD
(144,154,189)
#9DA6C5
(157,166,197)
#AAB2CD
(170,178,205)
#B7BED5
(183,190,213)
#C4CADD
(196,202,221)
#D1D6E5
(209,214,229)
#DEE2ED
(222,226,237)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6976A5; }

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

This text font color is #6976A5.


Background Color

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

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

This div background color is #6976A5.


Border color

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

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

This div border color is #6976A5.


Opacity

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

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

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

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

This text has shadow with #6976A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6976A5 on black background.


Color preview on white background

This text has color #6976A5 on white background.



Black color preview on #6976A5 background

This text has black color on #6976A5 background.


White color preview on #6976A5 background

This text has white color on #6976A5 background.