COLOR #6999F0

HEX: #6999F0
RGB: (105,153,240)

Color info

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

RGB color model

#6999F0 color RGB value is (105,153,240).

  • red value is 105;
  • green value is 153;
  • blue value is 240.
RGB:
(105,153,240)
(41%,60%,94%)

RGB channels and saturation

R 105 of 255 = 41%
G 153 of 255 = 60%
B 240 of 255 = 94%

105
153
240

R + G + B ~ 65%. #6999F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 153 + 240 = 498 (100%)
R 105 of 498 ~ 21.08%
G 153 of 498 ~ 30.72%
B 240 of 498 ~ 48.19%

%21.08
%30.72
%48.19

CMYK color model

#6999F0 color CMYK value is (56,36,0,6).

  • cyan value is 56.25%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(56,36,0,6)
C56M36Y0K6 
(56%,36%,0%,6%)
(0.56/0.36/0.00/0.06)	

CMYK percentages

%56.25
%36.25
%0
%5.88

Codes

Color #6999F0 in popluar color models

6999F0
RGB105153240
HSL219°81.82%67.65%
HSB/HSV219°56.25%94.12%
CMYK56.25%36.25%0.00%
5.88%

Color #6999F0 in popluar number systems.

HEX6999F0
Decimal105153240
Binary11010011001100111110000
Octal151231360

Shades and tints

Shades of #6999F0

#6999F0
(105,153,240)
#608CDB
(96,140,219)
#577FC6
(87,127,198)
#4E72B1
(78,114,177)
#45659C
(69,101,156)
#3C5887
(60,88,135)
#334B72
(51,75,114)
#2A3E5D
(42,62,93)
#213148
(33,49,72)
#182433
(24,36,51)
#0F171E
(15,23,30)
#000000
(0,0,0)

Tints of #6999F0

#6999F0
(105,153,240)
#76A2F1
(118,162,241)
#83ABF2
(131,171,242)
#90B4F3
(144,180,243)
#9DBDF4
(157,189,244)
#AAC6F5
(170,198,245)
#B7CFF6
(183,207,246)
#C4D8F7
(196,216,247)
#D1E1F8
(209,225,248)
#DEEAF9
(222,234,249)
#EBF3FA
(235,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6999F0 color. Also use rgb(105,153,240) instead hex code.

Text Font Color

.myTextColor { color: #6999F0; }

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

This text font color is #6999F0.


Background Color

.myBgColor { background-color: #6999F0; }

<div style="background-color:#6999F0">Inner text</div>

This div background color is #6999F0.


Border color

.myBorderColor { border: 1px solid #6999F0; }

<div style="border:3px solid #6999F0">Div</div>

This div border color is #6999F0.


Opacity

.myOpacity80 { color: #6999F0; opacity: 0.8; }

<p style="color:#6999F0;opacity:0.8;">80%</p>

Text with #6999F0 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 #6999F0;}

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

This text has shadow with #6999F0 color.

.textShadow {text-shadow: 3px 3px 1px #6999F0, 3px 3px 1px red;}

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

This text has shadow with #6999F0 primary color and red secondary color.


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

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

This text has shadow with #6999F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6999F0 on black background.


Color preview on white background

This text has color #6999F0 on white background.



Black color preview on #6999F0 background

This text has black color on #6999F0 background.


White color preview on #6999F0 background

This text has white color on #6999F0 background.