COLOR #664CBD

HEX: #664CBD
RGB: (102,76,189)

Color info

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

RGB color model

#664CBD color RGB value is (102,76,189).

  • red value is 102;
  • green value is 76;
  • blue value is 189.
RGB:
(102,76,189)
(40%,30%,74%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 189 of 255 = 74%

102
76
189

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

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 189 = 367 (100%)
R 102 of 367 ~ 27.79%
G 76 of 367 ~ 20.71%
B 189 of 367 ~ 51.5%

%27.79
%20.71
%51.5

CMYK color model

#664CBD color CMYK value is (46,60,0,26).

  • cyan value is 46.03%
  • magenta value is 59.79%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(46,60,0,26)
C46M60Y0K26 
(46%,60%,0%,26%)
(0.46/0.60/0.00/0.26)	

CMYK percentages

%46.03
%59.79
%0
%25.88

Codes

Color #664CBD in popluar color models

664CBD
RGB10276189
HSL254°46.12%51.96%
HSB/HSV254°59.79%74.12%
CMYK46.03%59.79%0.00%
25.88%

Color #664CBD in popluar number systems.

HEX664CBD
Decimal10276189
Binary1100110100110010111101
Octal146114275

Shades and tints

Shades of #664CBD

#664CBD
(102,76,189)
#5D46AC
(93,70,172)
#54409B
(84,64,155)
#4B3A8A
(75,58,138)
#423479
(66,52,121)
#392E68
(57,46,104)
#302857
(48,40,87)
#272246
(39,34,70)
#1E1C35
(30,28,53)
#151624
(21,22,36)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #664CBD

#664CBD
(102,76,189)
#735CC3
(115,92,195)
#806CC9
(128,108,201)
#8D7CCF
(141,124,207)
#9A8CD5
(154,140,213)
#A79CDB
(167,156,219)
#B4ACE1
(180,172,225)
#C1BCE7
(193,188,231)
#CECCED
(206,204,237)
#DBDCF3
(219,220,243)
#E8ECF9
(232,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664CBD color. Also use rgb(102,76,189) instead hex code.

Text Font Color

.myTextColor { color: #664CBD; }

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

This text font color is #664CBD.


Background Color

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

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

This div background color is #664CBD.


Border color

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

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

This div border color is #664CBD.


Opacity

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

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

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

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

This text has shadow with #664CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664CBD on black background.


Color preview on white background

This text has color #664CBD on white background.



Black color preview on #664CBD background

This text has black color on #664CBD background.


White color preview on #664CBD background

This text has white color on #664CBD background.