COLOR #6962D7

HEX: #6962D7
RGB: (105,98,215)

Color info

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

RGB color model

#6962D7 color RGB value is (105,98,215).

  • red value is 105;
  • green value is 98;
  • blue value is 215.
RGB:
(105,98,215)
(41%,38%,84%)

RGB channels and saturation

R 105 of 255 = 41%
G 98 of 255 = 38%
B 215 of 255 = 84%

105
98
215

R + G + B ~ 54%. #6962D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 98 + 215 = 418 (100%)
R 105 of 418 ~ 25.12%
G 98 of 418 ~ 23.44%
B 215 of 418 ~ 51.44%

%25.12
%23.44
%51.44

CMYK color model

#6962D7 color CMYK value is (51,54,0,16).

  • cyan value is 51.16%
  • magenta value is 54.42%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(51,54,0,16)
C51M54Y0K16 
(51%,54%,0%,16%)
(0.51/0.54/0.00/0.16)	

CMYK percentages

%51.16
%54.42
%0
%15.69

Codes

Color #6962D7 in popluar color models

6962D7
RGB10598215
HSL244°59.39%61.37%
HSB/HSV244°54.42%84.31%
CMYK51.16%54.42%0.00%
15.69%

Color #6962D7 in popluar number systems.

HEX6962D7
Decimal10598215
Binary1101001110001011010111
Octal151142327

Shades and tints

Shades of #6962D7

#6962D7
(105,98,215)
#605AC4
(96,90,196)
#5752B1
(87,82,177)
#4E4A9E
(78,74,158)
#45428B
(69,66,139)
#3C3A78
(60,58,120)
#333265
(51,50,101)
#2A2A52
(42,42,82)
#21223F
(33,34,63)
#181A2C
(24,26,44)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #6962D7

#6962D7
(105,98,215)
#7670DA
(118,112,218)
#837EDD
(131,126,221)
#908CE0
(144,140,224)
#9D9AE3
(157,154,227)
#AAA8E6
(170,168,230)
#B7B6E9
(183,182,233)
#C4C4EC
(196,196,236)
#D1D2EF
(209,210,239)
#DEE0F2
(222,224,242)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6962D7 color. Also use rgb(105,98,215) instead hex code.

Text Font Color

.myTextColor { color: #6962D7; }

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

This text font color is #6962D7.


Background Color

.myBgColor { background-color: #6962D7; }

<div style="background-color:#6962D7">Inner text</div>

This div background color is #6962D7.


Border color

.myBorderColor { border: 1px solid #6962D7; }

<div style="border:3px solid #6962D7">Div</div>

This div border color is #6962D7.


Opacity

.myOpacity80 { color: #6962D7; opacity: 0.8; }

<p style="color:#6962D7;opacity:0.8;">80%</p>

Text with #6962D7 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 #6962D7;}

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

This text has shadow with #6962D7 color.

.textShadow {text-shadow: 3px 3px 1px #6962D7, 3px 3px 1px red;}

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

This text has shadow with #6962D7 primary color and red secondary color.


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

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

This text has shadow with #6962D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6962D7 on black background.


Color preview on white background

This text has color #6962D7 on white background.



Black color preview on #6962D7 background

This text has black color on #6962D7 background.


White color preview on #6962D7 background

This text has white color on #6962D7 background.