COLOR #6633FF

HEX: #6633FF RGB: (102,51,255)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
51
255

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

Portions of RGB colors in percentages

R + G + B = 102 + 51 + 255 = 408 (100%)
R 102 of 408 ~ 25%
G 51 of 408 ~ 12.5%
B 255 of 408 ~ 62.5'%

%25
%12.5
%62.5

CMYK color model

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

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

CMYK: (60,80,0,0)
C60M80Y0K0 (60%, 80%, 0%, 0%)
(0.60 / 0.80 / 0.00 / 0.00)

CMYK percentages

%60
%80
%0
%0

Codes

Color #6633FF in popluar color models

66 33 FF
RGB 102 51 255
HSL 255° 100.00% 60.00%
HSB/HSV 255° 80.00% 100.00%
CMYK 60.00% 80.00% 0.00%
0.00%

Color #6633FF in popluar number systems.

HEX 66 33 FF
Decimal 102 51 255
Binary 1100110 110011 11111111
Octal 146 63 377

Shades and tints

Shades of #6633FF

#6633FF
(102,51,255)
#5D2FE8
(93,47,232)
#542BD1
(84,43,209)
#4B27BA
(75,39,186)
#4223A3
(66,35,163)
#391F8C
(57,31,140)
#301B75
(48,27,117)
#27175E
(39,23,94)
#1E1347
(30,19,71)
#150F30
(21,15,48)
#0C0B19
(12,11,25)
#000000
(0,0,0)

Tints of #6633FF

#6633FF
(102,51,255)
#7345FF
(115,69,255)
#8057FF
(128,87,255)
#8D69FF
(141,105,255)
#9A7BFF
(154,123,255)
#A78DFF
(167,141,255)
#B49FFF
(180,159,255)
#C1B1FF
(193,177,255)
#CEC3FF
(206,195,255)
#DBD5FF
(219,213,255)
#E8E7FF
(232,231,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6633FF; }

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

This text font color is #6633FF.

Background Color

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

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

This div background color is #6633FF.

Border color

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

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

This div border color is #6633FF.

Opacity

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

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

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

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

This text has shadow with #6633FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6633FF.

Preview

Color preview on black background

This text has color #6633FF on black background.


Color preview on white background

This text has color #6633FF on white background.


Black color preview on #6633FF background

This text has black color on #6633FF background.


White color preview on #6633FF background

This text has white color on #6633FF background.


Related colors

Complementary color

Complementary color for #hex is #99CC00.


I love getcolorcode.com

Triadic colors

1 #FF6633 and #33FF66 with #6633FF are triadic colors.

2 #FF3366 and #3366FF with #6633FF are triadic colors.