COLOR #6963DD

HEX: #6963DD
RGB: (105,99,221)

Color info

#6963DD contains mainly blue color. Web safe color of #6963DD is #6666CC (or #66C).

RGB color model

#6963DD color RGB value is (105,99,221).

  • red value is 105;
  • green value is 99;
  • blue value is 221.
RGB:
(105,99,221)
(41%,39%,87%)

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 221 of 255 = 87%

105
99
221

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

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 221 = 425 (100%)
R 105 of 425 ~ 24.71%
G 99 of 425 ~ 23.29%
B 221 of 425 ~ 52%

%24.71
%23.29
%52

CMYK color model

#6963DD color CMYK value is (52,55,0,13).

  • cyan value is 52.49%
  • magenta value is 55.20%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(52,55,0,13)
C52M55Y0K13 
(52%,55%,0%,13%)
(0.52/0.55/0.00/0.13)	

CMYK percentages

%52.49
%55.2
%0
%13.33

Codes

Color #6963DD in popluar color models

6963DD
RGB10599221
HSL243°64.21%62.75%
HSB/HSV243°55.20%86.67%
CMYK52.49%55.20%0.00%
13.33%

Color #6963DD in popluar number systems.

HEX6963DD
Decimal10599221
Binary1101001110001111011101
Octal151143335

Shades and tints

Shades of #6963DD

#6963DD
(105,99,221)
#605AC9
(96,90,201)
#5751B5
(87,81,181)
#4E48A1
(78,72,161)
#453F8D
(69,63,141)
#3C3679
(60,54,121)
#332D65
(51,45,101)
#2A2451
(42,36,81)
#211B3D
(33,27,61)
#181229
(24,18,41)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #6963DD

#6963DD
(105,99,221)
#7671E0
(118,113,224)
#837FE3
(131,127,227)
#908DE6
(144,141,230)
#9D9BE9
(157,155,233)
#AAA9EC
(170,169,236)
#B7B7EF
(183,183,239)
#C4C5F2
(196,197,242)
#D1D3F5
(209,211,245)
#DEE1F8
(222,225,248)
#EBEFFB
(235,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6963DD; }

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

This text font color is #6963DD.


Background Color

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

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

This div background color is #6963DD.


Border color

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

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

This div border color is #6963DD.


Opacity

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

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

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

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

This text has shadow with #6963DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6963DD on black background.


Color preview on white background

This text has color #6963DD on white background.



Black color preview on #6963DD background

This text has black color on #6963DD background.


White color preview on #6963DD background

This text has white color on #6963DD background.