COLOR #6973D5

HEX: #6973D5
RGB: (105,115,213)

Color info

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

RGB color model

#6973D5 color RGB value is (105,115,213).

  • red value is 105;
  • green value is 115;
  • blue value is 213.
RGB:
(105,115,213)
(41%,45%,84%)

RGB channels and saturation

R 105 of 255 = 41%
G 115 of 255 = 45%
B 213 of 255 = 84%

105
115
213

R + G + B ~ 57%. #6973D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 115 + 213 = 433 (100%)
R 105 of 433 ~ 24.25%
G 115 of 433 ~ 26.56%
B 213 of 433 ~ 49.19%

%24.25
%26.56
%49.19

CMYK color model

#6973D5 color CMYK value is (51,46,0,16).

  • cyan value is 50.70%
  • magenta value is 46.01%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(51,46,0,16)
C51M46Y0K16 
(51%,46%,0%,16%)
(0.51/0.46/0.00/0.16)	

CMYK percentages

%50.7
%46.01
%0
%16.47

Codes

Color #6973D5 in popluar color models

6973D5
RGB105115213
HSL234°56.25%62.35%
HSB/HSV234°50.70%83.53%
CMYK50.70%46.01%0.00%
16.47%

Color #6973D5 in popluar number systems.

HEX6973D5
Decimal105115213
Binary1101001111001111010101
Octal151163325

Shades and tints

Shades of #6973D5

#6973D5
(105,115,213)
#6069C2
(96,105,194)
#575FAF
(87,95,175)
#4E559C
(78,85,156)
#454B89
(69,75,137)
#3C4176
(60,65,118)
#333763
(51,55,99)
#2A2D50
(42,45,80)
#21233D
(33,35,61)
#18192A
(24,25,42)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #6973D5

#6973D5
(105,115,213)
#767FD8
(118,127,216)
#838BDB
(131,139,219)
#9097DE
(144,151,222)
#9DA3E1
(157,163,225)
#AAAFE4
(170,175,228)
#B7BBE7
(183,187,231)
#C4C7EA
(196,199,234)
#D1D3ED
(209,211,237)
#DEDFF0
(222,223,240)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6973D5 color. Also use rgb(105,115,213) instead hex code.

Text Font Color

.myTextColor { color: #6973D5; }

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

This text font color is #6973D5.


Background Color

.myBgColor { background-color: #6973D5; }

<div style="background-color:#6973D5">Inner text</div>

This div background color is #6973D5.


Border color

.myBorderColor { border: 1px solid #6973D5; }

<div style="border:3px solid #6973D5">Div</div>

This div border color is #6973D5.


Opacity

.myOpacity80 { color: #6973D5; opacity: 0.8; }

<p style="color:#6973D5;opacity:0.8;">80%</p>

Text with #6973D5 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 #6973D5;}

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

This text has shadow with #6973D5 color.

.textShadow {text-shadow: 3px 3px 1px #6973D5, 3px 3px 1px red;}

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

This text has shadow with #6973D5 primary color and red secondary color.


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

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

This text has shadow with #6973D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6973D5 on black background.


Color preview on white background

This text has color #6973D5 on white background.



Black color preview on #6973D5 background

This text has black color on #6973D5 background.


White color preview on #6973D5 background

This text has white color on #6973D5 background.