COLOR #6263D5

HEX: #6263D5
RGB: (98,99,213)

Color info

#6263D5 contains mainly blue color. Web safe color of #6263D5 is #6666CC (or #66C).

RGB color model

#6263D5 color RGB value is (98,99,213).

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

RGB channels and saturation

R 98 of 255 = 38%
G 99 of 255 = 39%
B 213 of 255 = 84%

98
99
213

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

Portions of RGB colors in percentages

R + G + B =
98 + 99 + 213 = 410 (100%)
R 98 of 410 ~ 23.9%
G 99 of 410 ~ 24.15%
B 213 of 410 ~ 51.95%

%23.9
%24.15
%51.95

CMYK color model

#6263D5 color CMYK value is (54,54,0,16).

  • cyan value is 53.99%
  • magenta value is 53.52%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(54,54,0,16)
C54M54Y0K16 
(54%,54%,0%,16%)
(0.54/0.54/0.00/0.16)	

CMYK percentages

%53.99
%53.52
%0
%16.47

Codes

Color #6263D5 in popluar color models

6263D5
RGB9899213
HSL239°57.79%60.98%
HSB/HSV239°53.99%83.53%
CMYK53.99%53.52%0.00%
16.47%

Color #6263D5 in popluar number systems.

HEX6263D5
Decimal9899213
Binary1100010110001111010101
Octal142143325

Shades and tints

Shades of #6263D5

#6263D5
(98,99,213)
#5A5AC2
(90,90,194)
#5251AF
(82,81,175)
#4A489C
(74,72,156)
#423F89
(66,63,137)
#3A3676
(58,54,118)
#322D63
(50,45,99)
#2A2450
(42,36,80)
#221B3D
(34,27,61)
#1A122A
(26,18,42)
#120917
(18,9,23)
#000000
(0,0,0)

Tints of #6263D5

#6263D5
(98,99,213)
#7071D8
(112,113,216)
#7E7FDB
(126,127,219)
#8C8DDE
(140,141,222)
#9A9BE1
(154,155,225)
#A8A9E4
(168,169,228)
#B6B7E7
(182,183,231)
#C4C5EA
(196,197,234)
#D2D3ED
(210,211,237)
#E0E1F0
(224,225,240)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6263D5; }

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

This text font color is #6263D5.


Background Color

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

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

This div background color is #6263D5.


Border color

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

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

This div border color is #6263D5.


Opacity

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

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

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

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

This text has shadow with #6263D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6263D5 on black background.


Color preview on white background

This text has color #6263D5 on white background.



Black color preview on #6263D5 background

This text has black color on #6263D5 background.


White color preview on #6263D5 background

This text has white color on #6263D5 background.