COLOR #6311E9

HEX: #6311E9
RGB: (99,17,233)

Color info

#6311E9 contains mainly blue color. Web safe color of #6311E9 is #6600FF (or #60F).

RGB color model

#6311E9 color RGB value is (99,17,233).

  • red value is 99;
  • green value is 17;
  • blue value is 233.
RGB:
(99,17,233)
(39%,7%,91%)

RGB channels and saturation

R 99 of 255 = 39%
G 17 of 255 = 7%
B 233 of 255 = 91%

99
17
233

R + G + B ~ 46%. #6311E9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 17 + 233 = 349 (100%)
R 99 of 349 ~ 28.37%
G 17 of 349 ~ 4.87%
B 233 of 349 ~ 66.76%

%28.37
%66.76

CMYK color model

#6311E9 color CMYK value is (58,93,0,9).

  • cyan value is 57.51%
  • magenta value is 92.70%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(58,93,0,9)
C58M93Y0K9 
(58%,93%,0%,9%)
(0.58/0.93/0.00/0.09)	

CMYK percentages

%57.51
%92.7
%0
%8.63

Codes

Color #6311E9 in popluar color models

6311E9
RGB9917233
HSL263°86.40%49.02%
HSB/HSV263°92.70%91.37%
CMYK57.51%92.70%0.00%
8.63%

Color #6311E9 in popluar number systems.

HEX6311E9
Decimal9917233
Binary11000111000111101001
Octal14321351

Shades and tints

Shades of #6311E9

#6311E9
(99,17,233)
#5A10D4
(90,16,212)
#510FBF
(81,15,191)
#480EAA
(72,14,170)
#3F0D95
(63,13,149)
#360C80
(54,12,128)
#2D0B6B
(45,11,107)
#240A56
(36,10,86)
#1B0941
(27,9,65)
#12082C
(18,8,44)
#090717
(9,7,23)
#000000
(0,0,0)

Tints of #6311E9

#6311E9
(99,17,233)
#7126EB
(113,38,235)
#7F3BED
(127,59,237)
#8D50EF
(141,80,239)
#9B65F1
(155,101,241)
#A97AF3
(169,122,243)
#B78FF5
(183,143,245)
#C5A4F7
(197,164,247)
#D3B9F9
(211,185,249)
#E1CEFB
(225,206,251)
#EFE3FD
(239,227,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6311E9 color. Also use rgb(99,17,233) instead hex code.

Text Font Color

.myTextColor { color: #6311E9; }

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

This text font color is #6311E9.


Background Color

.myBgColor { background-color: #6311E9; }

<div style="background-color:#6311E9">Inner text</div>

This div background color is #6311E9.


Border color

.myBorderColor { border: 1px solid #6311E9; }

<div style="border:3px solid #6311E9">Div</div>

This div border color is #6311E9.


Opacity

.myOpacity80 { color: #6311E9; opacity: 0.8; }

<p style="color:#6311E9;opacity:0.8;">80%</p>

Text with #6311E9 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 #6311E9;}

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

This text has shadow with #6311E9 color.

.textShadow {text-shadow: 3px 3px 1px #6311E9, 3px 3px 1px red;}

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

This text has shadow with #6311E9 primary color and red secondary color.


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

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

This text has shadow with #6311E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6311E9 on black background.


Color preview on white background

This text has color #6311E9 on white background.



Black color preview on #6311E9 background

This text has black color on #6311E9 background.


White color preview on #6311E9 background

This text has white color on #6311E9 background.