COLOR #6963F0

HEX: #6963F0 RGB: (105,99,240)

Color info

#6963F0 contains mainly blue color. Web safe color of #6963F0 is #6666FF (or #66F).

RGB color model

#6963F0 color RGB value is (105,99,240).

RGB: (105,99,240) (41%, 39%, 94%)

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 240 of 255 = 94%

105
99
240

R + G + B ~ 58%. #6963F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 99 + 240 = 444 (100%)
R 105 of 444 ~ 23.65%
G 99 of 444 ~ 22.3%
B 240 of 444 ~ 54.05'%

%23.65
%22.3
%54.05

CMYK color model

#6963F0 color CMYK value is (56,59,0,6).

  • cyan value is 56.25%
  • magenta value is 58.75%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (56,59,0,6)
C56M59Y0K6 (56%, 59%, 0%, 6%)
(0.56 / 0.59 / 0.00 / 0.06)

CMYK percentages

%56.25
%58.75
%0
%5.88

Codes

Color #6963F0 in popluar color models

69 63 F0
RGB 105 99 240
HSL 243° 82.46% 66.47%
HSB/HSV 243° 58.75% 94.12%
CMYK 56.25% 58.75% 0.00%
5.88%

Color #6963F0 in popluar number systems.

HEX 69 63 F0
Decimal 105 99 240
Binary 1101001 1100011 11110000
Octal 151 143 360

Shades and tints

Shades of #6963F0

#6963F0
(105,99,240)
#605ADB
(96,90,219)
#5751C6
(87,81,198)
#4E48B1
(78,72,177)
#453F9C
(69,63,156)
#3C3687
(60,54,135)
#332D72
(51,45,114)
#2A245D
(42,36,93)
#211B48
(33,27,72)
#181233
(24,18,51)
#0F091E
(15,9,30)
#000000
(0,0,0)

Tints of #6963F0

#6963F0
(105,99,240)
#7671F1
(118,113,241)
#837FF2
(131,127,242)
#908DF3
(144,141,243)
#9D9BF4
(157,155,244)
#AAA9F5
(170,169,245)
#B7B7F6
(183,183,246)
#C4C5F7
(196,197,247)
#D1D3F8
(209,211,248)
#DEE1F9
(222,225,249)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6963F0; }

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

This text font color is #6963F0.

Background Color

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

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

This div background color is #6963F0.

Border color

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

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

This div border color is #6963F0.

Opacity

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

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

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

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

This text has shadow with #6963F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6963F0.

Preview

Color preview on black background

This text has color #6963F0 on black background.


Color preview on white background

This text has color #6963F0 on white background.


Black color preview on #6963F0 background

This text has black color on #6963F0 background.


White color preview on #6963F0 background

This text has white color on #6963F0 background.


Related colors

Complementary color

Complementary color for #hex is #969C0F.


I love getcolorcode.com

Triadic colors

1 #F06963 and #63F069 with #6963F0 are triadic colors.

2 #F06369 and #6369F0 with #6963F0 are triadic colors.