COLOR #630066

HEX: #630066
RGB: (99,0,102)

Color info

#630066 contains only red and blue colors. Web safe color of #630066 is #660066 (or #606).

RGB color model

#630066 color RGB value is (99,0,102).

  • red value is 99;
  • green value is 0;
  • blue value is 102.
RGB:
(99,0,102)
(39%,0%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 0 of 255 = 0%
B 102 of 255 = 40%

99
0
102

R + G + B ~ 26%. #630066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 0 + 102 = 201 (100%)
R 99 of 201 ~ 49.25%
G 0 of 201 ~ 0%
B 102 of 201 ~ 50.75%

%49.25
%50.75

CMYK color model

#630066 color CMYK value is (3,100,0,60).

  • cyan value is 2.94%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(3,100,0,60)
C3M100Y0K60 
(3%,100%,0%,60%)
(0.03/1.00/0.00/0.60)	

CMYK percentages

%2.94
%100
%0
%60

Codes

Color #630066 in popluar color models

630066
RGB990102
HSL298°100.00%20.00%
HSB/HSV298°100.00%40.00%
CMYK2.94%100.00%0.00%
60.00%

Color #630066 in popluar number systems.

HEX630066
Decimal990102
Binary110001101100110
Octal1430146

Shades and tints

Shades of #630066

#630066
(99,0,102)
#5A005D
(90,0,93)
#510054
(81,0,84)
#48004B
(72,0,75)
#3F0042
(63,0,66)
#360039
(54,0,57)
#2D0030
(45,0,48)
#240027
(36,0,39)
#1B001E
(27,0,30)
#120015
(18,0,21)
#09000C
(9,0,12)
#000000
(0,0,0)

Tints of #630066

#630066
(99,0,102)
#711773
(113,23,115)
#7F2E80
(127,46,128)
#8D458D
(141,69,141)
#9B5C9A
(155,92,154)
#A973A7
(169,115,167)
#B78AB4
(183,138,180)
#C5A1C1
(197,161,193)
#D3B8CE
(211,184,206)
#E1CFDB
(225,207,219)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #630066 color. Also use rgb(99,0,102) instead hex code.

Text Font Color

.myTextColor { color: #630066; }

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

This text font color is #630066.


Background Color

.myBgColor { background-color: #630066; }

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

This div background color is #630066.


Border color

.myBorderColor { border: 1px solid #630066; }

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

This div border color is #630066.


Opacity

.myOpacity80 { color: #630066; opacity: 0.8; }

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

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

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

This text has shadow with #630066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #630066 on black background.


Color preview on white background

This text has color #630066 on white background.



Black color preview on #630066 background

This text has black color on #630066 background.


White color preview on #630066 background

This text has white color on #630066 background.