COLOR #646EA8

HEX: #646EA8 RGB: (100,110,168)

Color info

#646EA8 contains mainly green and blue colors. Web safe color of #646EA8 is #666699 (or #669).

RGB color model

#646EA8 color RGB value is (100,110,168).

RGB: (100,110,168) (39%, 43%, 66%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 168 of 255 = 66%

100
110
168

R + G + B ~ 49%. #646EA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 110 + 168 = 378 (100%)
R 100 of 378 ~ 26.46%
G 110 of 378 ~ 29.1%
B 168 of 378 ~ 44.44'%

%26.46
%29.1
%44.44

CMYK color model

#646EA8 color CMYK value is (40,35,0,34).

  • cyan value is 40.48%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (40,35,0,34)
C40M35Y0K34 (40%, 35%, 0%, 34%)
(0.40 / 0.35 / 0.00 / 0.34)

CMYK percentages

%40.48
%34.52
%0
%34.12

Codes

Color #646EA8 in popluar color models

64 6E A8
RGB 100 110 168
HSL 231° 28.10% 52.55%
HSB/HSV 231° 40.48% 65.88%
CMYK 40.48% 34.52% 0.00%
34.12%

Color #646EA8 in popluar number systems.

HEX 64 6E A8
Decimal 100 110 168
Binary 1100100 1101110 10101000
Octal 144 156 250

Shades and tints

Shades of #646EA8

#646EA8
(100,110,168)
#5B6499
(91,100,153)
#525A8A
(82,90,138)
#49507B
(73,80,123)
#40466C
(64,70,108)
#373C5D
(55,60,93)
#2E324E
(46,50,78)
#25283F
(37,40,63)
#1C1E30
(28,30,48)
#131421
(19,20,33)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #646EA8

#646EA8
(100,110,168)
#727BAF
(114,123,175)
#8088B6
(128,136,182)
#8E95BD
(142,149,189)
#9CA2C4
(156,162,196)
#AAAFCB
(170,175,203)
#B8BCD2
(184,188,210)
#C6C9D9
(198,201,217)
#D4D6E0
(212,214,224)
#E2E3E7
(226,227,231)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646EA8 color. Also use rgb(100,110,168) instead hex code.

Text Font Color

.myTextColor { color: #646EA8; }

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

This text font color is #646EA8.

Background Color

.myBgColor { background-color: #646EA8; }

<div style="background-color:#646EA8">Inner text</div>

This div background color is #646EA8.

Border color

.myBorderColor { border: 1px solid #646EA8; }

<div style="border:3px solid #646EA8">Div</div>

This div border color is #646EA8.

Opacity

.myOpacity80 { color: #646EA8; opacity: 0.8; }

<p style="color:#646EA8;opacity:0.8;">80%</p>

Text with #646EA8 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 #646EA8;}

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

This text has shadow with #646EA8 color.


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

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

This text has shadow with #646EA8 primary color and red secondary color.


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

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

This text has shadow with #646EA8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #646EA8.

Preview

Color preview on black background

This text has color #646EA8 on black background.


Color preview on white background

This text has color #646EA8 on white background.


Black color preview on #646EA8 background

This text has black color on #646EA8 background.


White color preview on #646EA8 background

This text has white color on #646EA8 background.


Related colors

Complementary color

Complementary color for #hex is #9B9157.


I love getcolorcode.com

Triadic colors

1 #A8646E and #6EA864 with #646EA8 are triadic colors.

2 #A86E64 and #6E64A8 with #646EA8 are triadic colors.