COLOR #6600FF

HEX: #6600FF RGB: (102,0,255)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
0
255

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

Portions of RGB colors in percentages

R + G + B = 102 + 0 + 255 = 357 (100%)
R 102 of 357 ~ 28.57%
G 0 of 357 ~ 0%
B 255 of 357 ~ 71.43'%

%28.57
%71.43

CMYK color model

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

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

CMYK: (60,100,0,0)
C60M100Y0K0 (60%, 100%, 0%, 0%)
(0.60 / 1.00 / 0.00 / 0.00)

CMYK percentages

%60
%100
%0
%0

Codes

Color #6600FF in popluar color models

66 00 FF
RGB 102 0 255
HSL 264° 100.00% 50.00%
HSB/HSV 264° 100.00% 100.00%
CMYK 60.00% 100.00% 0.00%
0.00%

Color #6600FF in popluar number systems.

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

Shades and tints

Shades of #6600FF

#6600FF
(102,0,255)
#5D00E8
(93,0,232)
#5400D1
(84,0,209)
#4B00BA
(75,0,186)
#4200A3
(66,0,163)
#39008C
(57,0,140)
#300075
(48,0,117)
#27005E
(39,0,94)
#1E0047
(30,0,71)
#150030
(21,0,48)
#0C0019
(12,0,25)
#000000
(0,0,0)

Tints of #6600FF

#6600FF
(102,0,255)
#7317FF
(115,23,255)
#802EFF
(128,46,255)
#8D45FF
(141,69,255)
#9A5CFF
(154,92,255)
#A773FF
(167,115,255)
#B48AFF
(180,138,255)
#C1A1FF
(193,161,255)
#CEB8FF
(206,184,255)
#DBCFFF
(219,207,255)
#E8E6FF
(232,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6600FF; }

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

This text font color is #6600FF.

Background Color

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

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

This div background color is #6600FF.

Border color

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

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

This div border color is #6600FF.

Opacity

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

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

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

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

This text has shadow with #6600FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6600FF.

Preview

Color preview on black background

This text has color #6600FF on black background.


Color preview on white background

This text has color #6600FF on white background.


Black color preview on #6600FF background

This text has black color on #6600FF background.


White color preview on #6600FF background

This text has white color on #6600FF background.


Related colors

Complementary color

Complementary color for #hex is #99FF00.


I love getcolorcode.com

Triadic colors

1 #FF6600 and #00FF66 with #6600FF are triadic colors.

2 #FF0066 and #0066FF with #6600FF are triadic colors.