COLOR #6991F4

HEX: #6991F4
RGB: (105,145,244)

Color info

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

RGB color model

#6991F4 color RGB value is (105,145,244).

  • red value is 105;
  • green value is 145;
  • blue value is 244.
RGB:
(105,145,244)
(41%,57%,96%)

RGB channels and saturation

R 105 of 255 = 41%
G 145 of 255 = 57%
B 244 of 255 = 96%

105
145
244

R + G + B ~ 65%. #6991F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 145 + 244 = 494 (100%)
R 105 of 494 ~ 21.26%
G 145 of 494 ~ 29.35%
B 244 of 494 ~ 49.39%

%21.26
%29.35
%49.39

CMYK color model

#6991F4 color CMYK value is (57,41,0,4).

  • cyan value is 56.97%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(57,41,0,4)
C57M41Y0K4 
(57%,41%,0%,4%)
(0.57/0.41/0.00/0.04)	

CMYK percentages

%56.97
%40.57
%0
%4.31

Codes

Color #6991F4 in popluar color models

6991F4
RGB105145244
HSL223°86.34%68.43%
HSB/HSV223°56.97%95.69%
CMYK56.97%40.57%0.00%
4.31%

Color #6991F4 in popluar number systems.

HEX6991F4
Decimal105145244
Binary11010011001000111110100
Octal151221364

Shades and tints

Shades of #6991F4

#6991F4
(105,145,244)
#6084DE
(96,132,222)
#5777C8
(87,119,200)
#4E6AB2
(78,106,178)
#455D9C
(69,93,156)
#3C5086
(60,80,134)
#334370
(51,67,112)
#2A365A
(42,54,90)
#212944
(33,41,68)
#181C2E
(24,28,46)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #6991F4

#6991F4
(105,145,244)
#769BF5
(118,155,245)
#83A5F6
(131,165,246)
#90AFF7
(144,175,247)
#9DB9F8
(157,185,248)
#AAC3F9
(170,195,249)
#B7CDFA
(183,205,250)
#C4D7FB
(196,215,251)
#D1E1FC
(209,225,252)
#DEEBFD
(222,235,253)
#EBF5FE
(235,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6991F4 color. Also use rgb(105,145,244) instead hex code.

Text Font Color

.myTextColor { color: #6991F4; }

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

This text font color is #6991F4.


Background Color

.myBgColor { background-color: #6991F4; }

<div style="background-color:#6991F4">Inner text</div>

This div background color is #6991F4.


Border color

.myBorderColor { border: 1px solid #6991F4; }

<div style="border:3px solid #6991F4">Div</div>

This div border color is #6991F4.


Opacity

.myOpacity80 { color: #6991F4; opacity: 0.8; }

<p style="color:#6991F4;opacity:0.8;">80%</p>

Text with #6991F4 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 #6991F4;}

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

This text has shadow with #6991F4 color.

.textShadow {text-shadow: 3px 3px 1px #6991F4, 3px 3px 1px red;}

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

This text has shadow with #6991F4 primary color and red secondary color.


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

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

This text has shadow with #6991F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6991F4 on black background.


Color preview on white background

This text has color #6991F4 on white background.



Black color preview on #6991F4 background

This text has black color on #6991F4 background.


White color preview on #6991F4 background

This text has white color on #6991F4 background.