COLOR #6984ED

HEX: #6984ED
RGB: (105,132,237)

Color info

#6984ED contains mainly blue color. Web safe color of #6984ED is #6699FF (or #69F).

RGB color model

#6984ED color RGB value is (105,132,237).

  • red value is 105;
  • green value is 132;
  • blue value is 237.
RGB:
(105,132,237)
(41%,52%,93%)

RGB channels and saturation

R 105 of 255 = 41%
G 132 of 255 = 52%
B 237 of 255 = 93%

105
132
237

R + G + B ~ 62%. #6984ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 132 + 237 = 474 (100%)
R 105 of 474 ~ 22.15%
G 132 of 474 ~ 27.85%
B 237 of 474 ~ 50%

%22.15
%27.85
%50

CMYK color model

#6984ED color CMYK value is (56,44,0,7).

  • cyan value is 55.70%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(56,44,0,7)
C56M44Y0K7 
(56%,44%,0%,7%)
(0.56/0.44/0.00/0.07)	

CMYK percentages

%55.7
%44.3
%0
%7.06

Codes

Color #6984ED in popluar color models

6984ED
RGB105132237
HSL228°78.57%67.06%
HSB/HSV228°55.70%92.94%
CMYK55.70%44.30%0.00%
7.06%

Color #6984ED in popluar number systems.

HEX6984ED
Decimal105132237
Binary11010011000010011101101
Octal151204355

Shades and tints

Shades of #6984ED

#6984ED
(105,132,237)
#6078D8
(96,120,216)
#576CC3
(87,108,195)
#4E60AE
(78,96,174)
#455499
(69,84,153)
#3C4884
(60,72,132)
#333C6F
(51,60,111)
#2A305A
(42,48,90)
#212445
(33,36,69)
#181830
(24,24,48)
#0F0C1B
(15,12,27)
#000000
(0,0,0)

Tints of #6984ED

#6984ED
(105,132,237)
#768FEE
(118,143,238)
#839AEF
(131,154,239)
#90A5F0
(144,165,240)
#9DB0F1
(157,176,241)
#AABBF2
(170,187,242)
#B7C6F3
(183,198,243)
#C4D1F4
(196,209,244)
#D1DCF5
(209,220,245)
#DEE7F6
(222,231,246)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6984ED color. Also use rgb(105,132,237) instead hex code.

Text Font Color

.myTextColor { color: #6984ED; }

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

This text font color is #6984ED.


Background Color

.myBgColor { background-color: #6984ED; }

<div style="background-color:#6984ED">Inner text</div>

This div background color is #6984ED.


Border color

.myBorderColor { border: 1px solid #6984ED; }

<div style="border:3px solid #6984ED">Div</div>

This div border color is #6984ED.


Opacity

.myOpacity80 { color: #6984ED; opacity: 0.8; }

<p style="color:#6984ED;opacity:0.8;">80%</p>

Text with #6984ED 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 #6984ED;}

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

This text has shadow with #6984ED color.

.textShadow {text-shadow: 3px 3px 1px #6984ED, 3px 3px 1px red;}

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

This text has shadow with #6984ED primary color and red secondary color.


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

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

This text has shadow with #6984ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6984ED on black background.


Color preview on white background

This text has color #6984ED on white background.



Black color preview on #6984ED background

This text has black color on #6984ED background.


White color preview on #6984ED background

This text has white color on #6984ED background.