COLOR #746EF6

HEX: #746EF6
RGB: (116,110,246)

Color info

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

RGB color model

#746EF6 color RGB value is (116,110,246).

  • red value is 116;
  • green value is 110;
  • blue value is 246.
RGB:
(116,110,246)
(45%,43%,96%)

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 246 of 255 = 96%

116
110
246

R + G + B ~ 61%. #746EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 110 + 246 = 472 (100%)
R 116 of 472 ~ 24.58%
G 110 of 472 ~ 23.31%
B 246 of 472 ~ 52.12%

%24.58
%23.31
%52.12

CMYK color model

#746EF6 color CMYK value is (53,55,0,4).

  • cyan value is 52.85%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(53,55,0,4)
C53M55Y0K4 
(53%,55%,0%,4%)
(0.53/0.55/0.00/0.04)	

CMYK percentages

%52.85
%55.28
%0
%3.53

Codes

Color #746EF6 in popluar color models

746EF6
RGB116110246
HSL243°88.31%69.80%
HSB/HSV243°55.28%96.47%
CMYK52.85%55.28%0.00%
3.53%

Color #746EF6 in popluar number systems.

HEX746EF6
Decimal116110246
Binary1110100110111011110110
Octal164156366

Shades and tints

Shades of #746EF6

#746EF6
(116,110,246)
#6A64E0
(106,100,224)
#605ACA
(96,90,202)
#5650B4
(86,80,180)
#4C469E
(76,70,158)
#423C88
(66,60,136)
#383272
(56,50,114)
#2E285C
(46,40,92)
#241E46
(36,30,70)
#1A1430
(26,20,48)
#100A1A
(16,10,26)
#000000
(0,0,0)

Tints of #746EF6

#746EF6
(116,110,246)
#807BF6
(128,123,246)
#8C88F6
(140,136,246)
#9895F6
(152,149,246)
#A4A2F6
(164,162,246)
#B0AFF6
(176,175,246)
#BCBCF6
(188,188,246)
#C8C9F6
(200,201,246)
#D4D6F6
(212,214,246)
#E0E3F6
(224,227,246)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746EF6 color. Also use rgb(116,110,246) instead hex code.

Text Font Color

.myTextColor { color: #746EF6; }

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

This text font color is #746EF6.


Background Color

.myBgColor { background-color: #746EF6; }

<div style="background-color:#746EF6">Inner text</div>

This div background color is #746EF6.


Border color

.myBorderColor { border: 1px solid #746EF6; }

<div style="border:3px solid #746EF6">Div</div>

This div border color is #746EF6.


Opacity

.myOpacity80 { color: #746EF6; opacity: 0.8; }

<p style="color:#746EF6;opacity:0.8;">80%</p>

Text with #746EF6 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 #746EF6;}

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

This text has shadow with #746EF6 color.

.textShadow {text-shadow: 3px 3px 1px #746EF6, 3px 3px 1px red;}

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

This text has shadow with #746EF6 primary color and red secondary color.


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

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

This text has shadow with #746EF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746EF6 on black background.


Color preview on white background

This text has color #746EF6 on white background.



Black color preview on #746EF6 background

This text has black color on #746EF6 background.


White color preview on #746EF6 background

This text has white color on #746EF6 background.