COLOR #6972B1

HEX: #6972B1
RGB: (105,114,177)

Color info

#6972B1 contains mainly blue color. Web safe color of #6972B1 is #666699 (or #669).

RGB color model

#6972B1 color RGB value is (105,114,177).

  • red value is 105;
  • green value is 114;
  • blue value is 177.
RGB:
(105,114,177)
(41%,45%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 114 of 255 = 45%
B 177 of 255 = 69%

105
114
177

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

Portions of RGB colors in percentages

R + G + B =
105 + 114 + 177 = 396 (100%)
R 105 of 396 ~ 26.52%
G 114 of 396 ~ 28.79%
B 177 of 396 ~ 44.7%

%26.52
%28.79
%44.7

CMYK color model

#6972B1 color CMYK value is (41,36,0,31).

  • cyan value is 40.68%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(41,36,0,31)
C41M36Y0K31 
(41%,36%,0%,31%)
(0.41/0.36/0.00/0.31)	

CMYK percentages

%40.68
%35.59
%0
%30.59

Codes

Color #6972B1 in popluar color models

6972B1
RGB105114177
HSL233°31.58%55.29%
HSB/HSV233°40.68%69.41%
CMYK40.68%35.59%0.00%
30.59%

Color #6972B1 in popluar number systems.

HEX6972B1
Decimal105114177
Binary1101001111001010110001
Octal151162261

Shades and tints

Shades of #6972B1

#6972B1
(105,114,177)
#6068A1
(96,104,161)
#575E91
(87,94,145)
#4E5481
(78,84,129)
#454A71
(69,74,113)
#3C4061
(60,64,97)
#333651
(51,54,81)
#2A2C41
(42,44,65)
#212231
(33,34,49)
#181821
(24,24,33)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #6972B1

#6972B1
(105,114,177)
#767EB8
(118,126,184)
#838ABF
(131,138,191)
#9096C6
(144,150,198)
#9DA2CD
(157,162,205)
#AAAED4
(170,174,212)
#B7BADB
(183,186,219)
#C4C6E2
(196,198,226)
#D1D2E9
(209,210,233)
#DEDEF0
(222,222,240)
#EBEAF7
(235,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6972B1 color. Also use rgb(105,114,177) instead hex code.

Text Font Color

.myTextColor { color: #6972B1; }

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

This text font color is #6972B1.


Background Color

.myBgColor { background-color: #6972B1; }

<div style="background-color:#6972B1">Inner text</div>

This div background color is #6972B1.


Border color

.myBorderColor { border: 1px solid #6972B1; }

<div style="border:3px solid #6972B1">Div</div>

This div border color is #6972B1.


Opacity

.myOpacity80 { color: #6972B1; opacity: 0.8; }

<p style="color:#6972B1;opacity:0.8;">80%</p>

Text with #6972B1 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 #6972B1;}

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

This text has shadow with #6972B1 color.

.textShadow {text-shadow: 3px 3px 1px #6972B1, 3px 3px 1px red;}

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

This text has shadow with #6972B1 primary color and red secondary color.


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

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

This text has shadow with #6972B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6972B1 on black background.


Color preview on white background

This text has color #6972B1 on white background.



Black color preview on #6972B1 background

This text has black color on #6972B1 background.


White color preview on #6972B1 background

This text has white color on #6972B1 background.