COLOR #6666CC

HEX: #6666CC
RGB: (102,102,204)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
102
204

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

Portions of RGB colors in percentages

R + G + B =
102 + 102 + 204 = 408 (100%)
R 102 of 408 ~ 25%
G 102 of 408 ~ 25%
B 204 of 408 ~ 50%

%25
%25
%50

CMYK color model

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

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

CMYK percentages

%50
%50
%0
%20

Codes

Color #6666CC in popluar color models

6666CC
RGB102102204
HSL240°50.00%60.00%
HSB/HSV240°50.00%80.00%
CMYK50.00%50.00%0.00%
20.00%

Color #6666CC in popluar number systems.

HEX6666CC
Decimal102102204
Binary1100110110011011001100
Octal146146314

Shades and tints

Shades of #6666CC

#6666CC
(102,102,204)
#5D5DBA
(93,93,186)
#5454A8
(84,84,168)
#4B4B96
(75,75,150)
#424284
(66,66,132)
#393972
(57,57,114)
#303060
(48,48,96)
#27274E
(39,39,78)
#1E1E3C
(30,30,60)
#15152A
(21,21,42)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #6666CC

#6666CC
(102,102,204)
#7373D0
(115,115,208)
#8080D4
(128,128,212)
#8D8DD8
(141,141,216)
#9A9ADC
(154,154,220)
#A7A7E0
(167,167,224)
#B4B4E4
(180,180,228)
#C1C1E8
(193,193,232)
#CECEEC
(206,206,236)
#DBDBF0
(219,219,240)
#E8E8F4
(232,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6666CC; }

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

This text font color is #6666CC.


Background Color

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

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

This div background color is #6666CC.


Border color

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

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

This div border color is #6666CC.


Opacity

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

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

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

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

This text has shadow with #6666CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6666CC on black background.


Color preview on white background

This text has color #6666CC on white background.



Black color preview on #6666CC background

This text has black color on #6666CC background.


White color preview on #6666CC background

This text has white color on #6666CC background.