COLOR #6263ED

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

98
99
237

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

Portions of RGB colors in percentages

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

%22.58
%22.81
%54.61

CMYK color model

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

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

CMYK percentages

%58.65
%58.23
%0
%7.06

Codes

Color #6263ED in popluar color models

6263ED
RGB9899237
HSL240°79.43%65.69%
HSB/HSV240°58.65%92.94%
CMYK58.65%58.23%0.00%
7.06%

Color #6263ED in popluar number systems.

HEX6263ED
Decimal9899237
Binary1100010110001111101101
Octal142143355

Shades and tints

Shades of #6263ED

#6263ED
(98,99,237)
#5A5AD8
(90,90,216)
#5251C3
(82,81,195)
#4A48AE
(74,72,174)
#423F99
(66,63,153)
#3A3684
(58,54,132)
#322D6F
(50,45,111)
#2A245A
(42,36,90)
#221B45
(34,27,69)
#1A1230
(26,18,48)
#12091B
(18,9,27)
#000000
(0,0,0)

Tints of #6263ED

#6263ED
(98,99,237)
#7071EE
(112,113,238)
#7E7FEF
(126,127,239)
#8C8DF0
(140,141,240)
#9A9BF1
(154,155,241)
#A8A9F2
(168,169,242)
#B6B7F3
(182,183,243)
#C4C5F4
(196,197,244)
#D2D3F5
(210,211,245)
#E0E1F6
(224,225,246)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6263ED; }

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

This text font color is #6263ED.


Background Color

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

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

This div background color is #6263ED.


Border color

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

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

This div border color is #6263ED.


Opacity

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

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

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

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

This text has shadow with #6263ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6263ED on black background.


Color preview on white background

This text has color #6263ED on white background.



Black color preview on #6263ED background

This text has black color on #6263ED background.


White color preview on #6263ED background

This text has white color on #6263ED background.