COLOR #648FAA

HEX: #648FAA RGB: (100,143,170)

Color info

#648FAA contains mainly green and blue colors. Web safe color of #648FAA is #669999 (or #699).

RGB color model

#648FAA color RGB value is (100,143,170).

RGB: (100,143,170) (39%, 56%, 67%)

RGB channels and saturation

R 100 of 255 = 39%
G 143 of 255 = 56%
B 170 of 255 = 67%

100
143
170

R + G + B ~ 54%. #648FAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 143 + 170 = 413 (100%)
R 100 of 413 ~ 24.21%
G 143 of 413 ~ 34.62%
B 170 of 413 ~ 41.16'%

%24.21
%34.62
%41.16

CMYK color model

#648FAA color CMYK value is (41,16,0,33).

  • cyan value is 41.18%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (41,16,0,33)
C41M16Y0K33 (41%, 16%, 0%, 33%)
(0.41 / 0.16 / 0.00 / 0.33)

CMYK percentages

%41.18
%15.88
%0
%33.33

Codes

Color #648FAA in popluar color models

64 8F AA
RGB 100 143 170
HSL 203° 29.17% 52.94%
HSB/HSV 203° 41.18% 66.67%
CMYK 41.18% 15.88% 0.00%
33.33%

Color #648FAA in popluar number systems.

HEX 64 8F AA
Decimal 100 143 170
Binary 1100100 10001111 10101010
Octal 144 217 252

Shades and tints

Shades of #648FAA

#648FAA
(100,143,170)
#5B829B
(91,130,155)
#52758C
(82,117,140)
#49687D
(73,104,125)
#405B6E
(64,91,110)
#374E5F
(55,78,95)
#2E4150
(46,65,80)
#253441
(37,52,65)
#1C2732
(28,39,50)
#131A23
(19,26,35)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #648FAA

#648FAA
(100,143,170)
#7299B1
(114,153,177)
#80A3B8
(128,163,184)
#8EADBF
(142,173,191)
#9CB7C6
(156,183,198)
#AAC1CD
(170,193,205)
#B8CBD4
(184,203,212)
#C6D5DB
(198,213,219)
#D4DFE2
(212,223,226)
#E2E9E9
(226,233,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648FAA color. Also use rgb(100,143,170) instead hex code.

Text Font Color

.myTextColor { color: #648FAA; }

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

This text font color is #648FAA.

Background Color

.myBgColor { background-color: #648FAA; }

<div style="background-color:#648FAA">Inner text</div>

This div background color is #648FAA.

Border color

.myBorderColor { border: 1px solid #648FAA; }

<div style="border:3px solid #648FAA">Div</div>

This div border color is #648FAA.

Opacity

.myOpacity80 { color: #648FAA; opacity: 0.8; }

<p style="color:#648FAA;opacity:0.8;">80%</p>

Text with #648FAA 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 #648FAA;}

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

This text has shadow with #648FAA color.


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

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

This text has shadow with #648FAA primary color and red secondary color.


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

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

This text has shadow with #648FAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #648FAA.

Preview

Color preview on black background

This text has color #648FAA on black background.


Color preview on white background

This text has color #648FAA on white background.


Black color preview on #648FAA background

This text has black color on #648FAA background.


White color preview on #648FAA background

This text has white color on #648FAA background.


Related colors

Complementary color

Complementary color for #hex is #9B7055.


I love getcolorcode.com

Triadic colors

1 #AA648F and #8FAA64 with #648FAA are triadic colors.

2 #AA8F64 and #8F64AA with #648FAA are triadic colors.