COLOR #648BA7

HEX: #648BA7 RGB: (100,139,167)

Color info

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

RGB color model

#648BA7 color RGB value is (100,139,167).

RGB: (100,139,167) (39%, 55%, 65%)

RGB channels and saturation

R 100 of 255 = 39%
G 139 of 255 = 55%
B 167 of 255 = 65%

100
139
167

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

Portions of RGB colors in percentages

R + G + B = 100 + 139 + 167 = 406 (100%)
R 100 of 406 ~ 24.63%
G 139 of 406 ~ 34.24%
B 167 of 406 ~ 41.13'%

%24.63
%34.24
%41.13

CMYK color model

#648BA7 color CMYK value is (40,17,0,35).

  • cyan value is 40.12%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (40,17,0,35)
C40M17Y0K35 (40%, 17%, 0%, 35%)
(0.40 / 0.17 / 0.00 / 0.35)

CMYK percentages

%40.12
%16.77
%0
%34.51

Codes

Color #648BA7 in popluar color models

64 8B A7
RGB 100 139 167
HSL 205° 27.57% 52.35%
HSB/HSV 205° 40.12% 65.49%
CMYK 40.12% 16.77% 0.00%
34.51%

Color #648BA7 in popluar number systems.

HEX 64 8B A7
Decimal 100 139 167
Binary 1100100 10001011 10100111
Octal 144 213 247

Shades and tints

Shades of #648BA7

#648BA7
(100,139,167)
#5B7F98
(91,127,152)
#527389
(82,115,137)
#49677A
(73,103,122)
#405B6B
(64,91,107)
#374F5C
(55,79,92)
#2E434D
(46,67,77)
#25373E
(37,55,62)
#1C2B2F
(28,43,47)
#131F20
(19,31,32)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #648BA7

#648BA7
(100,139,167)
#7295AF
(114,149,175)
#809FB7
(128,159,183)
#8EA9BF
(142,169,191)
#9CB3C7
(156,179,199)
#AABDCF
(170,189,207)
#B8C7D7
(184,199,215)
#C6D1DF
(198,209,223)
#D4DBE7
(212,219,231)
#E2E5EF
(226,229,239)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648BA7 color. Also use rgb(100,139,167) instead hex code.

Text Font Color

.myTextColor { color: #648BA7; }

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

This text font color is #648BA7.

Background Color

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

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

This div background color is #648BA7.

Border color

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

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

This div border color is #648BA7.

Opacity

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

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

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

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

This text has shadow with #648BA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648BA7.

Preview

Color preview on black background

This text has color #648BA7 on black background.


Color preview on white background

This text has color #648BA7 on white background.


Black color preview on #648BA7 background

This text has black color on #648BA7 background.


White color preview on #648BA7 background

This text has white color on #648BA7 background.


Related colors

Complementary color

Complementary color for #hex is #9B7458.


I love getcolorcode.com

Triadic colors

1 #A7648B and #8BA764 with #648BA7 are triadic colors.

2 #A78B64 and #8B64A7 with #648BA7 are triadic colors.