COLOR #6633CC

HEX: #6633CC RGB: (102,51,204)

Color info

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

RGB color model

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

RGB: (102,51,204) (40%, 20%, 80%)

RGB channels and saturation

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

102
51
204

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

Portions of RGB colors in percentages

R + G + B = 102 + 51 + 204 = 357 (100%)
R 102 of 357 ~ 28.57%
G 51 of 357 ~ 14.29%
B 204 of 357 ~ 57.14'%

%28.57
%14.29
%57.14

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (50,75,0,20)
C50M75Y0K20 (50%, 75%, 0%, 20%)
(0.50 / 0.75 / 0.00 / 0.20)

CMYK percentages

%50
%75
%0
%20

Codes

Color #6633CC in popluar color models

66 33 CC
RGB 102 51 204
HSL 260° 60.00% 50.00%
HSB/HSV 260° 75.00% 80.00%
CMYK 50.00% 75.00% 0.00%
20.00%

Color #6633CC in popluar number systems.

HEX 66 33 CC
Decimal 102 51 204
Binary 1100110 110011 11001100
Octal 146 63 314

Shades and tints

Shades of #6633CC

#6633CC
(102,51,204)
#5D2FBA
(93,47,186)
#542BA8
(84,43,168)
#4B2796
(75,39,150)
#422384
(66,35,132)
#391F72
(57,31,114)
#301B60
(48,27,96)
#27174E
(39,23,78)
#1E133C
(30,19,60)
#150F2A
(21,15,42)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #6633CC

#6633CC
(102,51,204)
#7345D0
(115,69,208)
#8057D4
(128,87,212)
#8D69D8
(141,105,216)
#9A7BDC
(154,123,220)
#A78DE0
(167,141,224)
#B49FE4
(180,159,228)
#C1B1E8
(193,177,232)
#CEC3EC
(206,195,236)
#DBD5F0
(219,213,240)
#E8E7F4
(232,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6633CC; }

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

This text font color is #6633CC.

Background Color

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

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

This div background color is #6633CC.

Border color

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

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

This div border color is #6633CC.

Opacity

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

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

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

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

This text has shadow with #6633CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6633CC.

Preview

Color preview on black background

This text has color #6633CC on black background.


Color preview on white background

This text has color #6633CC on white background.


Black color preview on #6633CC background

This text has black color on #6633CC background.


White color preview on #6633CC background

This text has white color on #6633CC background.


Related colors

Complementary color

Complementary color for #hex is #99CC33.


I love getcolorcode.com

Triadic colors

1 #CC6633 and #33CC66 with #6633CC are triadic colors.

2 #CC3366 and #3366CC with #6633CC are triadic colors.