COLOR #6971B2

HEX: #6971B2
RGB: (105,113,178)

Color info

#6971B2 contains mainly blue color. Web safe color of #6971B2 is #666699 (or #669).

RGB color model

#6971B2 color RGB value is (105,113,178).

  • red value is 105;
  • green value is 113;
  • blue value is 178.
RGB:
(105,113,178)
(41%,44%,70%)

RGB channels and saturation

R 105 of 255 = 41%
G 113 of 255 = 44%
B 178 of 255 = 70%

105
113
178

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

Portions of RGB colors in percentages

R + G + B =
105 + 113 + 178 = 396 (100%)
R 105 of 396 ~ 26.52%
G 113 of 396 ~ 28.54%
B 178 of 396 ~ 44.95%

%26.52
%28.54
%44.95

CMYK color model

#6971B2 color CMYK value is (41,37,0,30).

  • cyan value is 41.01%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(41,37,0,30)
C41M37Y0K30 
(41%,37%,0%,30%)
(0.41/0.37/0.00/0.30)	

CMYK percentages

%41.01
%36.52
%0
%30.2

Codes

Color #6971B2 in popluar color models

6971B2
RGB105113178
HSL233°32.16%55.49%
HSB/HSV233°41.01%69.80%
CMYK41.01%36.52%0.00%
30.20%

Color #6971B2 in popluar number systems.

HEX6971B2
Decimal105113178
Binary1101001111000110110010
Octal151161262

Shades and tints

Shades of #6971B2

#6971B2
(105,113,178)
#6067A2
(96,103,162)
#575D92
(87,93,146)
#4E5382
(78,83,130)
#454972
(69,73,114)
#3C3F62
(60,63,98)
#333552
(51,53,82)
#2A2B42
(42,43,66)
#212132
(33,33,50)
#181722
(24,23,34)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #6971B2

#6971B2
(105,113,178)
#767DB9
(118,125,185)
#8389C0
(131,137,192)
#9095C7
(144,149,199)
#9DA1CE
(157,161,206)
#AAADD5
(170,173,213)
#B7B9DC
(183,185,220)
#C4C5E3
(196,197,227)
#D1D1EA
(209,209,234)
#DEDDF1
(222,221,241)
#EBE9F8
(235,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6971B2 color. Also use rgb(105,113,178) instead hex code.

Text Font Color

.myTextColor { color: #6971B2; }

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

This text font color is #6971B2.


Background Color

.myBgColor { background-color: #6971B2; }

<div style="background-color:#6971B2">Inner text</div>

This div background color is #6971B2.


Border color

.myBorderColor { border: 1px solid #6971B2; }

<div style="border:3px solid #6971B2">Div</div>

This div border color is #6971B2.


Opacity

.myOpacity80 { color: #6971B2; opacity: 0.8; }

<p style="color:#6971B2;opacity:0.8;">80%</p>

Text with #6971B2 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 #6971B2;}

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

This text has shadow with #6971B2 color.

.textShadow {text-shadow: 3px 3px 1px #6971B2, 3px 3px 1px red;}

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

This text has shadow with #6971B2 primary color and red secondary color.


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

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

This text has shadow with #6971B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6971B2 on black background.


Color preview on white background

This text has color #6971B2 on white background.



Black color preview on #6971B2 background

This text has black color on #6971B2 background.


White color preview on #6971B2 background

This text has white color on #6971B2 background.