COLOR #6466BF

HEX: #6466BF RGB: (100,102,191)

Color info

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

RGB color model

#6466BF color RGB value is (100,102,191).

RGB: (100,102,191) (39%, 40%, 75%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 191 of 255 = 75%

100
102
191

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

Portions of RGB colors in percentages

R + G + B = 100 + 102 + 191 = 393 (100%)
R 100 of 393 ~ 25.45%
G 102 of 393 ~ 25.95%
B 191 of 393 ~ 48.6'%

%25.45
%25.95
%48.6

CMYK color model

#6466BF color CMYK value is (48,47,0,25).

  • cyan value is 47.64%
  • magenta value is 46.60%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (48,47,0,25)
C48M47Y0K25 (48%, 47%, 0%, 25%)
(0.48 / 0.47 / 0.00 / 0.25)

CMYK percentages

%47.64
%46.6
%0
%25.1

Codes

Color #6466BF in popluar color models

64 66 BF
RGB 100 102 191
HSL 239° 41.55% 57.06%
HSB/HSV 239° 47.64% 74.90%
CMYK 47.64% 46.60% 0.00%
25.10%

Color #6466BF in popluar number systems.

HEX 64 66 BF
Decimal 100 102 191
Binary 1100100 1100110 10111111
Octal 144 146 277

Shades and tints

Shades of #6466BF

#6466BF
(100,102,191)
#5B5DAE
(91,93,174)
#52549D
(82,84,157)
#494B8C
(73,75,140)
#40427B
(64,66,123)
#37396A
(55,57,106)
#2E3059
(46,48,89)
#252748
(37,39,72)
#1C1E37
(28,30,55)
#131526
(19,21,38)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #6466BF

#6466BF
(100,102,191)
#7273C4
(114,115,196)
#8080C9
(128,128,201)
#8E8DCE
(142,141,206)
#9C9AD3
(156,154,211)
#AAA7D8
(170,167,216)
#B8B4DD
(184,180,221)
#C6C1E2
(198,193,226)
#D4CEE7
(212,206,231)
#E2DBEC
(226,219,236)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6466BF color. Also use rgb(100,102,191) instead hex code.

Text Font Color

.myTextColor { color: #6466BF; }

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

This text font color is #6466BF.

Background Color

.myBgColor { background-color: #6466BF; }

<div style="background-color:#6466BF">Inner text</div>

This div background color is #6466BF.

Border color

.myBorderColor { border: 1px solid #6466BF; }

<div style="border:3px solid #6466BF">Div</div>

This div border color is #6466BF.

Opacity

.myOpacity80 { color: #6466BF; opacity: 0.8; }

<p style="color:#6466BF;opacity:0.8;">80%</p>

Text with #6466BF 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 #6466BF;}

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

This text has shadow with #6466BF color.


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

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

This text has shadow with #6466BF primary color and red secondary color.


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

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

This text has shadow with #6466BF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6466BF.

Preview

Color preview on black background

This text has color #6466BF on black background.


Color preview on white background

This text has color #6466BF on white background.


Black color preview on #6466BF background

This text has black color on #6466BF background.


White color preview on #6466BF background

This text has white color on #6466BF background.


Related colors

Complementary color

Complementary color for #hex is #9B9940.


I love getcolorcode.com

Triadic colors

1 #BF6466 and #66BF64 with #6466BF are triadic colors.

2 #BF6664 and #6664BF with #6466BF are triadic colors.