COLOR #664DEC

HEX: #664DEC
RGB: (102,77,236)

Color info

#664DEC contains mainly blue color. Web safe color of #664DEC is #6633FF (or #63F).

RGB color model

#664DEC color RGB value is (102,77,236).

  • red value is 102;
  • green value is 77;
  • blue value is 236.
RGB:
(102,77,236)
(40%,30%,93%)

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 236 of 255 = 93%

102
77
236

R + G + B ~ 54%. #664DEC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 77 + 236 = 415 (100%)
R 102 of 415 ~ 24.58%
G 77 of 415 ~ 18.55%
B 236 of 415 ~ 56.87%

%24.58
%18.55
%56.87

CMYK color model

#664DEC color CMYK value is (57,67,0,7).

  • cyan value is 56.78%
  • magenta value is 67.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(57,67,0,7)
C57M67Y0K7 
(57%,67%,0%,7%)
(0.57/0.67/0.00/0.07)	

CMYK percentages

%56.78
%67.37
%0
%7.45

Codes

Color #664DEC in popluar color models

664DEC
RGB10277236
HSL249°80.71%61.37%
HSB/HSV249°67.37%92.55%
CMYK56.78%67.37%0.00%
7.45%

Color #664DEC in popluar number systems.

HEX664DEC
Decimal10277236
Binary1100110100110111101100
Octal146115354

Shades and tints

Shades of #664DEC

#664DEC
(102,77,236)
#5D46D7
(93,70,215)
#543FC2
(84,63,194)
#4B38AD
(75,56,173)
#423198
(66,49,152)
#392A83
(57,42,131)
#30236E
(48,35,110)
#271C59
(39,28,89)
#1E1544
(30,21,68)
#150E2F
(21,14,47)
#0C071A
(12,7,26)
#000000
(0,0,0)

Tints of #664DEC

#664DEC
(102,77,236)
#735DED
(115,93,237)
#806DEE
(128,109,238)
#8D7DEF
(141,125,239)
#9A8DF0
(154,141,240)
#A79DF1
(167,157,241)
#B4ADF2
(180,173,242)
#C1BDF3
(193,189,243)
#CECDF4
(206,205,244)
#DBDDF5
(219,221,245)
#E8EDF6
(232,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664DEC color. Also use rgb(102,77,236) instead hex code.

Text Font Color

.myTextColor { color: #664DEC; }

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

This text font color is #664DEC.


Background Color

.myBgColor { background-color: #664DEC; }

<div style="background-color:#664DEC">Inner text</div>

This div background color is #664DEC.


Border color

.myBorderColor { border: 1px solid #664DEC; }

<div style="border:3px solid #664DEC">Div</div>

This div border color is #664DEC.


Opacity

.myOpacity80 { color: #664DEC; opacity: 0.8; }

<p style="color:#664DEC;opacity:0.8;">80%</p>

Text with #664DEC 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 #664DEC;}

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

This text has shadow with #664DEC color.

.textShadow {text-shadow: 3px 3px 1px #664DEC, 3px 3px 1px red;}

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

This text has shadow with #664DEC primary color and red secondary color.


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

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

This text has shadow with #664DEC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664DEC on black background.


Color preview on white background

This text has color #664DEC on white background.



Black color preview on #664DEC background

This text has black color on #664DEC background.


White color preview on #664DEC background

This text has white color on #664DEC background.