COLOR #6956EB

HEX: #6956EB
RGB: (105,86,235)

Color info

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

RGB color model

#6956EB color RGB value is (105,86,235).

  • red value is 105;
  • green value is 86;
  • blue value is 235.
RGB:
(105,86,235)
(41%,34%,92%)

RGB channels and saturation

R 105 of 255 = 41%
G 86 of 255 = 34%
B 235 of 255 = 92%

105
86
235

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

Portions of RGB colors in percentages

R + G + B =
105 + 86 + 235 = 426 (100%)
R 105 of 426 ~ 24.65%
G 86 of 426 ~ 20.19%
B 235 of 426 ~ 55.16%

%24.65
%20.19
%55.16

CMYK color model

#6956EB color CMYK value is (55,63,0,8).

  • cyan value is 55.32%
  • magenta value is 63.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(55,63,0,8)
C55M63Y0K8 
(55%,63%,0%,8%)
(0.55/0.63/0.00/0.08)	

CMYK percentages

%55.32
%63.4
%0
%7.84

Codes

Color #6956EB in popluar color models

6956EB
RGB10586235
HSL248°78.84%62.94%
HSB/HSV248°63.40%92.16%
CMYK55.32%63.40%0.00%
7.84%

Color #6956EB in popluar number systems.

HEX6956EB
Decimal10586235
Binary1101001101011011101011
Octal151126353

Shades and tints

Shades of #6956EB

#6956EB
(105,86,235)
#604FD6
(96,79,214)
#5748C1
(87,72,193)
#4E41AC
(78,65,172)
#453A97
(69,58,151)
#3C3382
(60,51,130)
#332C6D
(51,44,109)
#2A2558
(42,37,88)
#211E43
(33,30,67)
#18172E
(24,23,46)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #6956EB

#6956EB
(105,86,235)
#7665EC
(118,101,236)
#8374ED
(131,116,237)
#9083EE
(144,131,238)
#9D92EF
(157,146,239)
#AAA1F0
(170,161,240)
#B7B0F1
(183,176,241)
#C4BFF2
(196,191,242)
#D1CEF3
(209,206,243)
#DEDDF4
(222,221,244)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6956EB color. Also use rgb(105,86,235) instead hex code.

Text Font Color

.myTextColor { color: #6956EB; }

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

This text font color is #6956EB.


Background Color

.myBgColor { background-color: #6956EB; }

<div style="background-color:#6956EB">Inner text</div>

This div background color is #6956EB.


Border color

.myBorderColor { border: 1px solid #6956EB; }

<div style="border:3px solid #6956EB">Div</div>

This div border color is #6956EB.


Opacity

.myOpacity80 { color: #6956EB; opacity: 0.8; }

<p style="color:#6956EB;opacity:0.8;">80%</p>

Text with #6956EB 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 #6956EB;}

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

This text has shadow with #6956EB color.

.textShadow {text-shadow: 3px 3px 1px #6956EB, 3px 3px 1px red;}

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

This text has shadow with #6956EB primary color and red secondary color.


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

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

This text has shadow with #6956EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6956EB on black background.


Color preview on white background

This text has color #6956EB on white background.



Black color preview on #6956EB background

This text has black color on #6956EB background.


White color preview on #6956EB background

This text has white color on #6956EB background.