COLOR #6985F5

HEX: #6985F5
RGB: (105,133,245)

Color info

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

RGB color model

#6985F5 color RGB value is (105,133,245).

  • red value is 105;
  • green value is 133;
  • blue value is 245.
RGB:
(105,133,245)
(41%,52%,96%)

RGB channels and saturation

R 105 of 255 = 41%
G 133 of 255 = 52%
B 245 of 255 = 96%

105
133
245

R + G + B ~ 63%. #6985F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 133 + 245 = 483 (100%)
R 105 of 483 ~ 21.74%
G 133 of 483 ~ 27.54%
B 245 of 483 ~ 50.72%

%21.74
%27.54
%50.72

CMYK color model

#6985F5 color CMYK value is (57,46,0,4).

  • cyan value is 57.14%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(57,46,0,4)
C57M46Y0K4 
(57%,46%,0%,4%)
(0.57/0.46/0.00/0.04)	

CMYK percentages

%57.14
%45.71
%0
%3.92

Codes

Color #6985F5 in popluar color models

6985F5
RGB105133245
HSL228°87.50%68.63%
HSB/HSV228°57.14%96.08%
CMYK57.14%45.71%0.00%
3.92%

Color #6985F5 in popluar number systems.

HEX6985F5
Decimal105133245
Binary11010011000010111110101
Octal151205365

Shades and tints

Shades of #6985F5

#6985F5
(105,133,245)
#6079DF
(96,121,223)
#576DC9
(87,109,201)
#4E61B3
(78,97,179)
#45559D
(69,85,157)
#3C4987
(60,73,135)
#333D71
(51,61,113)
#2A315B
(42,49,91)
#212545
(33,37,69)
#18192F
(24,25,47)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #6985F5

#6985F5
(105,133,245)
#7690F5
(118,144,245)
#839BF5
(131,155,245)
#90A6F5
(144,166,245)
#9DB1F5
(157,177,245)
#AABCF5
(170,188,245)
#B7C7F5
(183,199,245)
#C4D2F5
(196,210,245)
#D1DDF5
(209,221,245)
#DEE8F5
(222,232,245)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6985F5 color. Also use rgb(105,133,245) instead hex code.

Text Font Color

.myTextColor { color: #6985F5; }

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

This text font color is #6985F5.


Background Color

.myBgColor { background-color: #6985F5; }

<div style="background-color:#6985F5">Inner text</div>

This div background color is #6985F5.


Border color

.myBorderColor { border: 1px solid #6985F5; }

<div style="border:3px solid #6985F5">Div</div>

This div border color is #6985F5.


Opacity

.myOpacity80 { color: #6985F5; opacity: 0.8; }

<p style="color:#6985F5;opacity:0.8;">80%</p>

Text with #6985F5 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 #6985F5;}

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

This text has shadow with #6985F5 color.

.textShadow {text-shadow: 3px 3px 1px #6985F5, 3px 3px 1px red;}

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

This text has shadow with #6985F5 primary color and red secondary color.


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

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

This text has shadow with #6985F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6985F5 on black background.


Color preview on white background

This text has color #6985F5 on white background.



Black color preview on #6985F5 background

This text has black color on #6985F5 background.


White color preview on #6985F5 background

This text has white color on #6985F5 background.