COLOR #6330ED

HEX: #6330ED
RGB: (99,48,237)

Color info

#6330ED contains mainly blue color. Web safe color of #6330ED is #6633FF (or #63F).

RGB color model

#6330ED color RGB value is (99,48,237).

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

RGB channels and saturation

R 99 of 255 = 39%
G 48 of 255 = 19%
B 237 of 255 = 93%

99
48
237

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

Portions of RGB colors in percentages

R + G + B =
99 + 48 + 237 = 384 (100%)
R 99 of 384 ~ 25.78%
G 48 of 384 ~ 12.5%
B 237 of 384 ~ 61.72%

%25.78
%12.5
%61.72

CMYK color model

#6330ED color CMYK value is (58,80,0,7).

  • cyan value is 58.23%
  • magenta value is 79.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(58,80,0,7)
C58M80Y0K7 
(58%,80%,0%,7%)
(0.58/0.80/0.00/0.07)	

CMYK percentages

%58.23
%79.75
%0
%7.06

Codes

Color #6330ED in popluar color models

6330ED
RGB9948237
HSL256°84.00%55.88%
HSB/HSV256°79.75%92.94%
CMYK58.23%79.75%0.00%
7.06%

Color #6330ED in popluar number systems.

HEX6330ED
Decimal9948237
Binary110001111000011101101
Octal14360355

Shades and tints

Shades of #6330ED

#6330ED
(99,48,237)
#5A2CD8
(90,44,216)
#5128C3
(81,40,195)
#4824AE
(72,36,174)
#3F2099
(63,32,153)
#361C84
(54,28,132)
#2D186F
(45,24,111)
#24145A
(36,20,90)
#1B1045
(27,16,69)
#120C30
(18,12,48)
#09081B
(9,8,27)
#000000
(0,0,0)

Tints of #6330ED

#6330ED
(99,48,237)
#7142EE
(113,66,238)
#7F54EF
(127,84,239)
#8D66F0
(141,102,240)
#9B78F1
(155,120,241)
#A98AF2
(169,138,242)
#B79CF3
(183,156,243)
#C5AEF4
(197,174,244)
#D3C0F5
(211,192,245)
#E1D2F6
(225,210,246)
#EFE4F7
(239,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6330ED; }

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

This text font color is #6330ED.


Background Color

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

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

This div background color is #6330ED.


Border color

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

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

This div border color is #6330ED.


Opacity

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

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

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

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

This text has shadow with #6330ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6330ED on black background.


Color preview on white background

This text has color #6330ED on white background.



Black color preview on #6330ED background

This text has black color on #6330ED background.


White color preview on #6330ED background

This text has white color on #6330ED background.