COLOR #6629CC

HEX: #6629CC
RGB: (102,41,204)

Color info

#6629CC contains mainly blue color. Web safe color of #6629CC is #6633CC (or #63C).

RGB color model

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

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

RGB channels and saturation

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

102
41
204

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

Portions of RGB colors in percentages

R + G + B =
102 + 41 + 204 = 347 (100%)
R 102 of 347 ~ 29.39%
G 41 of 347 ~ 11.82%
B 204 of 347 ~ 58.79%

%29.39
%11.82
%58.79

CMYK color model

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

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

CMYK percentages

%50
%79.9
%0
%20

Codes

Color #6629CC in popluar color models

6629CC
RGB10241204
HSL262°66.53%48.04%
HSB/HSV262°79.90%80.00%
CMYK50.00%79.90%0.00%
20.00%

Color #6629CC in popluar number systems.

HEX6629CC
Decimal10241204
Binary110011010100111001100
Octal14651314

Shades and tints

Shades of #6629CC

#6629CC
(102,41,204)
#5D26BA
(93,38,186)
#5423A8
(84,35,168)
#4B2096
(75,32,150)
#421D84
(66,29,132)
#391A72
(57,26,114)
#301760
(48,23,96)
#27144E
(39,20,78)
#1E113C
(30,17,60)
#150E2A
(21,14,42)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #6629CC

#6629CC
(102,41,204)
#733CD0
(115,60,208)
#804FD4
(128,79,212)
#8D62D8
(141,98,216)
#9A75DC
(154,117,220)
#A788E0
(167,136,224)
#B49BE4
(180,155,228)
#C1AEE8
(193,174,232)
#CEC1EC
(206,193,236)
#DBD4F0
(219,212,240)
#E8E7F4
(232,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6629CC; }

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

This text font color is #6629CC.


Background Color

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

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

This div background color is #6629CC.


Border color

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

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

This div border color is #6629CC.


Opacity

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

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

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

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

This text has shadow with #6629CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6629CC on black background.


Color preview on white background

This text has color #6629CC on white background.



Black color preview on #6629CC background

This text has black color on #6629CC background.


White color preview on #6629CC background

This text has white color on #6629CC background.