COLOR #6362ED

HEX: #6362ED
RGB: (99,98,237)

Color info

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

RGB color model

#6362ED color RGB value is (99,98,237).

  • red value is 99;
  • green value is 98;
  • blue value is 237.
RGB:
(99,98,237)
(39%,38%,93%)

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 237 of 255 = 93%

99
98
237

R + G + B ~ 57%. #6362ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 237 = 434 (100%)
R 99 of 434 ~ 22.81%
G 98 of 434 ~ 22.58%
B 237 of 434 ~ 54.61%

%22.81
%22.58
%54.61

CMYK color model

#6362ED color CMYK value is (58,59,0,7).

  • cyan value is 58.23%
  • magenta value is 58.65%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(58,59,0,7)
C58M59Y0K7 
(58%,59%,0%,7%)
(0.58/0.59/0.00/0.07)	

CMYK percentages

%58.23
%58.65
%0
%7.06

Codes

Color #6362ED in popluar color models

6362ED
RGB9998237
HSL240°79.43%65.69%
HSB/HSV240°58.65%92.94%
CMYK58.23%58.65%0.00%
7.06%

Color #6362ED in popluar number systems.

HEX6362ED
Decimal9998237
Binary1100011110001011101101
Octal143142355

Shades and tints

Shades of #6362ED

#6362ED
(99,98,237)
#5A5AD8
(90,90,216)
#5152C3
(81,82,195)
#484AAE
(72,74,174)
#3F4299
(63,66,153)
#363A84
(54,58,132)
#2D326F
(45,50,111)
#242A5A
(36,42,90)
#1B2245
(27,34,69)
#121A30
(18,26,48)
#09121B
(9,18,27)
#000000
(0,0,0)

Tints of #6362ED

#6362ED
(99,98,237)
#7170EE
(113,112,238)
#7F7EEF
(127,126,239)
#8D8CF0
(141,140,240)
#9B9AF1
(155,154,241)
#A9A8F2
(169,168,242)
#B7B6F3
(183,182,243)
#C5C4F4
(197,196,244)
#D3D2F5
(211,210,245)
#E1E0F6
(225,224,246)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6362ED color. Also use rgb(99,98,237) instead hex code.

Text Font Color

.myTextColor { color: #6362ED; }

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

This text font color is #6362ED.


Background Color

.myBgColor { background-color: #6362ED; }

<div style="background-color:#6362ED">Inner text</div>

This div background color is #6362ED.


Border color

.myBorderColor { border: 1px solid #6362ED; }

<div style="border:3px solid #6362ED">Div</div>

This div border color is #6362ED.


Opacity

.myOpacity80 { color: #6362ED; opacity: 0.8; }

<p style="color:#6362ED;opacity:0.8;">80%</p>

Text with #6362ED 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 #6362ED;}

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

This text has shadow with #6362ED color.

.textShadow {text-shadow: 3px 3px 1px #6362ED, 3px 3px 1px red;}

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

This text has shadow with #6362ED primary color and red secondary color.


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

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

This text has shadow with #6362ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6362ED on black background.


Color preview on white background

This text has color #6362ED on white background.



Black color preview on #6362ED background

This text has black color on #6362ED background.


White color preview on #6362ED background

This text has white color on #6362ED background.