COLOR #6666FF

HEX: #6666FF RGB: (102,102,255)

Color info

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

RGB color model

#6666FF color RGB value is (102,102,255).

RGB: (102,102,255) (40%, 40%, 100%)

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 255 of 255 = 100%

102
102
255

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

Portions of RGB colors in percentages

R + G + B = 102 + 102 + 255 = 459 (100%)
R 102 of 459 ~ 22.22%
G 102 of 459 ~ 22.22%
B 255 of 459 ~ 55.56'%

%22.22
%22.22
%55.56

CMYK color model

#6666FF color CMYK value is (60,60,0,0).

  • cyan value is 60.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (60,60,0,0)
C60M60Y0K0 (60%, 60%, 0%, 0%)
(0.60 / 0.60 / 0.00 / 0.00)

CMYK percentages

%60
%60
%0
%0

Codes

Color #6666FF in popluar color models

66 66 FF
RGB 102 102 255
HSL 240° 100.00% 70.00%
HSB/HSV 240° 60.00% 100.00%
CMYK 60.00% 60.00% 0.00%
0.00%

Color #6666FF in popluar number systems.

HEX 66 66 FF
Decimal 102 102 255
Binary 1100110 1100110 11111111
Octal 146 146 377

Shades and tints

Shades of #6666FF

#6666FF
(102,102,255)
#5D5DE8
(93,93,232)
#5454D1
(84,84,209)
#4B4BBA
(75,75,186)
#4242A3
(66,66,163)
#39398C
(57,57,140)
#303075
(48,48,117)
#27275E
(39,39,94)
#1E1E47
(30,30,71)
#151530
(21,21,48)
#0C0C19
(12,12,25)
#000000
(0,0,0)

Tints of #6666FF

#6666FF
(102,102,255)
#7373FF
(115,115,255)
#8080FF
(128,128,255)
#8D8DFF
(141,141,255)
#9A9AFF
(154,154,255)
#A7A7FF
(167,167,255)
#B4B4FF
(180,180,255)
#C1C1FF
(193,193,255)
#CECEFF
(206,206,255)
#DBDBFF
(219,219,255)
#E8E8FF
(232,232,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6666FF; }

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

This text font color is #6666FF.

Background Color

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

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

This div background color is #6666FF.

Border color

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

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

This div border color is #6666FF.

Opacity

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

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

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

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

This text has shadow with #6666FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6666FF.

Preview

Color preview on black background

This text has color #6666FF on black background.


Color preview on white background

This text has color #6666FF on white background.


Black color preview on #6666FF background

This text has black color on #6666FF background.


White color preview on #6666FF background

This text has white color on #6666FF background.


Related colors

Complementary color

Complementary color for #hex is #999900.


I love getcolorcode.com

Gradients

Color #6666FF is used in Very Light Blue gradient.

Very Light Blue