COLOR #664FBA

HEX: #664FBA RGB: (102,79,186)

Color info

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

RGB color model

#664FBA color RGB value is (102,79,186).

RGB: (102,79,186) (40%, 31%, 73%)

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 186 of 255 = 73%

102
79
186

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

Portions of RGB colors in percentages

R + G + B = 102 + 79 + 186 = 367 (100%)
R 102 of 367 ~ 27.79%
G 79 of 367 ~ 21.53%
B 186 of 367 ~ 50.68'%

%27.79
%21.53
%50.68

CMYK color model

#664FBA color CMYK value is (45,58,0,27).

  • cyan value is 45.16%
  • magenta value is 57.53%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (45,58,0,27)
C45M58Y0K27 (45%, 58%, 0%, 27%)
(0.45 / 0.58 / 0.00 / 0.27)

CMYK percentages

%45.16
%57.53
%0
%27.06

Codes

Color #664FBA in popluar color models

66 4F BA
RGB 102 79 186
HSL 253° 43.67% 51.96%
HSB/HSV 253° 57.53% 72.94%
CMYK 45.16% 57.53% 0.00%
27.06%

Color #664FBA in popluar number systems.

HEX 66 4F BA
Decimal 102 79 186
Binary 1100110 1001111 10111010
Octal 146 117 272

Shades and tints

Shades of #664FBA

#664FBA
(102,79,186)
#5D48AA
(93,72,170)
#54419A
(84,65,154)
#4B3A8A
(75,58,138)
#42337A
(66,51,122)
#392C6A
(57,44,106)
#30255A
(48,37,90)
#271E4A
(39,30,74)
#1E173A
(30,23,58)
#15102A
(21,16,42)
#0C091A
(12,9,26)
#000000
(0,0,0)

Tints of #664FBA

#664FBA
(102,79,186)
#735FC0
(115,95,192)
#806FC6
(128,111,198)
#8D7FCC
(141,127,204)
#9A8FD2
(154,143,210)
#A79FD8
(167,159,216)
#B4AFDE
(180,175,222)
#C1BFE4
(193,191,228)
#CECFEA
(206,207,234)
#DBDFF0
(219,223,240)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664FBA color. Also use rgb(102,79,186) instead hex code.

Text Font Color

.myTextColor { color: #664FBA; }

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

This text font color is #664FBA.

Background Color

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

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

This div background color is #664FBA.

Border color

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

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

This div border color is #664FBA.

Opacity

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

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

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

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

This text has shadow with #664FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664FBA.

Preview

Color preview on black background

This text has color #664FBA on black background.


Color preview on white background

This text has color #664FBA on white background.


Black color preview on #664FBA background

This text has black color on #664FBA background.


White color preview on #664FBA background

This text has white color on #664FBA background.


Related colors

Complementary color

Complementary color for #hex is #99B045.


I love getcolorcode.com

Triadic colors

1 #BA664F and #4FBA66 with #664FBA are triadic colors.

2 #BA4F66 and #4F66BA with #664FBA are triadic colors.