COLOR #6628D7

HEX: #6628D7
RGB: (102,40,215)

Color info

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

RGB color model

#6628D7 color RGB value is (102,40,215).

  • red value is 102;
  • green value is 40;
  • blue value is 215.
RGB:
(102,40,215)
(40%,16%,84%)

RGB channels and saturation

R 102 of 255 = 40%
G 40 of 255 = 16%
B 215 of 255 = 84%

102
40
215

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

Portions of RGB colors in percentages

R + G + B =
102 + 40 + 215 = 357 (100%)
R 102 of 357 ~ 28.57%
G 40 of 357 ~ 11.2%
B 215 of 357 ~ 60.22%

%28.57
%11.2
%60.22

CMYK color model

#6628D7 color CMYK value is (53,81,0,16).

  • cyan value is 52.56%
  • magenta value is 81.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(53,81,0,16)
C53M81Y0K16 
(53%,81%,0%,16%)
(0.53/0.81/0.00/0.16)	

CMYK percentages

%52.56
%81.4
%0
%15.69

Codes

Color #6628D7 in popluar color models

6628D7
RGB10240215
HSL261°68.63%50.00%
HSB/HSV261°81.40%84.31%
CMYK52.56%81.40%0.00%
15.69%

Color #6628D7 in popluar number systems.

HEX6628D7
Decimal10240215
Binary110011010100011010111
Octal14650327

Shades and tints

Shades of #6628D7

#6628D7
(102,40,215)
#5D25C4
(93,37,196)
#5422B1
(84,34,177)
#4B1F9E
(75,31,158)
#421C8B
(66,28,139)
#391978
(57,25,120)
#301665
(48,22,101)
#271352
(39,19,82)
#1E103F
(30,16,63)
#150D2C
(21,13,44)
#0C0A19
(12,10,25)
#000000
(0,0,0)

Tints of #6628D7

#6628D7
(102,40,215)
#733BDA
(115,59,218)
#804EDD
(128,78,221)
#8D61E0
(141,97,224)
#9A74E3
(154,116,227)
#A787E6
(167,135,230)
#B49AE9
(180,154,233)
#C1ADEC
(193,173,236)
#CEC0EF
(206,192,239)
#DBD3F2
(219,211,242)
#E8E6F5
(232,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6628D7 color. Also use rgb(102,40,215) instead hex code.

Text Font Color

.myTextColor { color: #6628D7; }

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

This text font color is #6628D7.


Background Color

.myBgColor { background-color: #6628D7; }

<div style="background-color:#6628D7">Inner text</div>

This div background color is #6628D7.


Border color

.myBorderColor { border: 1px solid #6628D7; }

<div style="border:3px solid #6628D7">Div</div>

This div border color is #6628D7.


Opacity

.myOpacity80 { color: #6628D7; opacity: 0.8; }

<p style="color:#6628D7;opacity:0.8;">80%</p>

Text with #6628D7 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 #6628D7;}

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

This text has shadow with #6628D7 color.

.textShadow {text-shadow: 3px 3px 1px #6628D7, 3px 3px 1px red;}

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

This text has shadow with #6628D7 primary color and red secondary color.


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

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

This text has shadow with #6628D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6628D7 on black background.


Color preview on white background

This text has color #6628D7 on white background.



Black color preview on #6628D7 background

This text has black color on #6628D7 background.


White color preview on #6628D7 background

This text has white color on #6628D7 background.