COLOR #6664BC

HEX: #6664BC
RGB: (102,100,188)

Color info

#6664BC contains mainly blue color. Web safe color of #6664BC is #6666CC (or #66C).

RGB color model

#6664BC color RGB value is (102,100,188).

  • red value is 102;
  • green value is 100;
  • blue value is 188.
RGB:
(102,100,188)
(40%,39%,74%)

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 188 of 255 = 74%

102
100
188

R + G + B ~ 51%. #6664BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 100 + 188 = 390 (100%)
R 102 of 390 ~ 26.15%
G 100 of 390 ~ 25.64%
B 188 of 390 ~ 48.21%

%26.15
%25.64
%48.21

CMYK color model

#6664BC color CMYK value is (46,47,0,26).

  • cyan value is 45.74%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(46,47,0,26)
C46M47Y0K26 
(46%,47%,0%,26%)
(0.46/0.47/0.00/0.26)	

CMYK percentages

%45.74
%46.81
%0
%26.27

Codes

Color #6664BC in popluar color models

6664BC
RGB102100188
HSL241°39.64%56.47%
HSB/HSV241°46.81%73.73%
CMYK45.74%46.81%0.00%
26.27%

Color #6664BC in popluar number systems.

HEX6664BC
Decimal102100188
Binary1100110110010010111100
Octal146144274

Shades and tints

Shades of #6664BC

#6664BC
(102,100,188)
#5D5BAB
(93,91,171)
#54529A
(84,82,154)
#4B4989
(75,73,137)
#424078
(66,64,120)
#393767
(57,55,103)
#302E56
(48,46,86)
#272545
(39,37,69)
#1E1C34
(30,28,52)
#151323
(21,19,35)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #6664BC

#6664BC
(102,100,188)
#7372C2
(115,114,194)
#8080C8
(128,128,200)
#8D8ECE
(141,142,206)
#9A9CD4
(154,156,212)
#A7AADA
(167,170,218)
#B4B8E0
(180,184,224)
#C1C6E6
(193,198,230)
#CED4EC
(206,212,236)
#DBE2F2
(219,226,242)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6664BC color. Also use rgb(102,100,188) instead hex code.

Text Font Color

.myTextColor { color: #6664BC; }

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

This text font color is #6664BC.


Background Color

.myBgColor { background-color: #6664BC; }

<div style="background-color:#6664BC">Inner text</div>

This div background color is #6664BC.


Border color

.myBorderColor { border: 1px solid #6664BC; }

<div style="border:3px solid #6664BC">Div</div>

This div border color is #6664BC.


Opacity

.myOpacity80 { color: #6664BC; opacity: 0.8; }

<p style="color:#6664BC;opacity:0.8;">80%</p>

Text with #6664BC 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 #6664BC;}

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

This text has shadow with #6664BC color.

.textShadow {text-shadow: 3px 3px 1px #6664BC, 3px 3px 1px red;}

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

This text has shadow with #6664BC primary color and red secondary color.


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

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

This text has shadow with #6664BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6664BC on black background.


Color preview on white background

This text has color #6664BC on white background.



Black color preview on #6664BC background

This text has black color on #6664BC background.


White color preview on #6664BC background

This text has white color on #6664BC background.