COLOR #6600CC

HEX: #6600CC
RGB: (102,0,204)

Color info

#6600CC contains mainly blue color. #6600CC color is web safe color. It maybe written shortly as #60C.

RGB color model

#6600CC color RGB value is (102,0,204).

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

RGB channels and saturation

R 102 of 255 = 40%
G 0 of 255 = 0%
B 204 of 255 = 80%

102
0
204

R + G + B ~ 40%. #6600CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 0 + 204 = 306 (100%)
R 102 of 306 ~ 33.33%
G 0 of 306 ~ 0%
B 204 of 306 ~ 66.67%

%33.33
%66.67

CMYK color model

#6600CC color CMYK value is (50,100,0,20).

  • cyan value is 50.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(50,100,0,20)
C50M100Y0K20 
(50%,100%,0%,20%)
(0.50/1.00/0.00/0.20)	

CMYK percentages

%50
%100
%0
%20

Codes

Color #6600CC in popluar color models

6600CC
RGB1020204
HSL270°100.00%40.00%
HSB/HSV270°100.00%80.00%
CMYK50.00%100.00%0.00%
20.00%

Color #6600CC in popluar number systems.

HEX6600CC
Decimal1020204
Binary1100110011001100
Octal1460314

Shades and tints

Shades of #6600CC

#6600CC
(102,0,204)
#5D00BA
(93,0,186)
#5400A8
(84,0,168)
#4B0096
(75,0,150)
#420084
(66,0,132)
#390072
(57,0,114)
#300060
(48,0,96)
#27004E
(39,0,78)
#1E003C
(30,0,60)
#15002A
(21,0,42)
#0C0018
(12,0,24)
#000000
(0,0,0)

Tints of #6600CC

#6600CC
(102,0,204)
#7317D0
(115,23,208)
#802ED4
(128,46,212)
#8D45D8
(141,69,216)
#9A5CDC
(154,92,220)
#A773E0
(167,115,224)
#B48AE4
(180,138,228)
#C1A1E8
(193,161,232)
#CEB8EC
(206,184,236)
#DBCFF0
(219,207,240)
#E8E6F4
(232,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6600CC; }

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

This text font color is #6600CC.


Background Color

.myBgColor { background-color: #6600CC; }

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

This div background color is #6600CC.


Border color

.myBorderColor { border: 1px solid #6600CC; }

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

This div border color is #6600CC.


Opacity

.myOpacity80 { color: #6600CC; opacity: 0.8; }

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

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

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

This text has shadow with #6600CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6600CC on black background.


Color preview on white background

This text has color #6600CC on white background.



Black color preview on #6600CC background

This text has black color on #6600CC background.


White color preview on #6600CC background

This text has white color on #6600CC background.