COLOR #630EB7

HEX: #630EB7
RGB: (99,14,183)

Color info

#630EB7 contains mainly blue color. Web safe color of #630EB7 is #6600CC (or #60C).

RGB color model

#630EB7 color RGB value is (99,14,183).

  • red value is 99;
  • green value is 14;
  • blue value is 183.
RGB:
(99,14,183)
(39%,5%,72%)

RGB channels and saturation

R 99 of 255 = 39%
G 14 of 255 = 5%
B 183 of 255 = 72%

99
14
183

R + G + B ~ 39%. #630EB7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 14 + 183 = 296 (100%)
R 99 of 296 ~ 33.45%
G 14 of 296 ~ 4.73%
B 183 of 296 ~ 61.82%

%33.45
%61.82

CMYK color model

#630EB7 color CMYK value is (46,92,0,28).

  • cyan value is 45.90%
  • magenta value is 92.35%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(46,92,0,28)
C46M92Y0K28 
(46%,92%,0%,28%)
(0.46/0.92/0.00/0.28)	

CMYK percentages

%45.9
%92.35
%0
%28.24

Codes

Color #630EB7 in popluar color models

630EB7
RGB9914183
HSL270°85.79%38.63%
HSB/HSV270°92.35%71.76%
CMYK45.90%92.35%0.00%
28.24%

Color #630EB7 in popluar number systems.

HEX630EB7
Decimal9914183
Binary1100011111010110111
Octal14316267

Shades and tints

Shades of #630EB7

#630EB7
(99,14,183)
#5A0DA7
(90,13,167)
#510C97
(81,12,151)
#480B87
(72,11,135)
#3F0A77
(63,10,119)
#360967
(54,9,103)
#2D0857
(45,8,87)
#240747
(36,7,71)
#1B0637
(27,6,55)
#120527
(18,5,39)
#090417
(9,4,23)
#000000
(0,0,0)

Tints of #630EB7

#630EB7
(99,14,183)
#7123BD
(113,35,189)
#7F38C3
(127,56,195)
#8D4DC9
(141,77,201)
#9B62CF
(155,98,207)
#A977D5
(169,119,213)
#B78CDB
(183,140,219)
#C5A1E1
(197,161,225)
#D3B6E7
(211,182,231)
#E1CBED
(225,203,237)
#EFE0F3
(239,224,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #630EB7 color. Also use rgb(99,14,183) instead hex code.

Text Font Color

.myTextColor { color: #630EB7; }

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

This text font color is #630EB7.


Background Color

.myBgColor { background-color: #630EB7; }

<div style="background-color:#630EB7">Inner text</div>

This div background color is #630EB7.


Border color

.myBorderColor { border: 1px solid #630EB7; }

<div style="border:3px solid #630EB7">Div</div>

This div border color is #630EB7.


Opacity

.myOpacity80 { color: #630EB7; opacity: 0.8; }

<p style="color:#630EB7;opacity:0.8;">80%</p>

Text with #630EB7 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 #630EB7;}

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

This text has shadow with #630EB7 color.

.textShadow {text-shadow: 3px 3px 1px #630EB7, 3px 3px 1px red;}

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

This text has shadow with #630EB7 primary color and red secondary color.


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

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

This text has shadow with #630EB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #630EB7 on black background.


Color preview on white background

This text has color #630EB7 on white background.



Black color preview on #630EB7 background

This text has black color on #630EB7 background.


White color preview on #630EB7 background

This text has white color on #630EB7 background.