COLOR #648D90

HEX: #648D90 RGB: (100,141,144)

Color info

#648D90 contains red, green and blue colors in about the same proportion. Web safe color of #648D90 is #669999 (or #699).

RGB color model

#648D90 color RGB value is (100,141,144).

RGB: (100,141,144) (39%, 55%, 56%)

RGB channels and saturation

R 100 of 255 = 39%
G 141 of 255 = 55%
B 144 of 255 = 56%

100
141
144

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

Portions of RGB colors in percentages

R + G + B = 100 + 141 + 144 = 385 (100%)
R 100 of 385 ~ 25.97%
G 141 of 385 ~ 36.62%
B 144 of 385 ~ 37.4'%

%25.97
%36.62
%37.4

CMYK color model

#648D90 color CMYK value is (31,2,0,44).

  • cyan value is 30.56%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (31,2,0,44)
C31M2Y0K44 (31%, 2%, 0%, 44%)
(0.31 / 0.02 / 0.00 / 0.44)

CMYK percentages

%30.56
%2.08
%0
%43.53

Codes

Color #648D90 in popluar color models

64 8D 90
RGB 100 141 144
HSL 184° 18.03% 47.84%
HSB/HSV 184° 30.56% 56.47%
CMYK 30.56% 2.08% 0.00%
43.53%

Color #648D90 in popluar number systems.

HEX 64 8D 90
Decimal 100 141 144
Binary 1100100 10001101 10010000
Octal 144 215 220

Shades and tints

Shades of #648D90

#648D90
(100,141,144)
#5B8183
(91,129,131)
#527576
(82,117,118)
#496969
(73,105,105)
#405D5C
(64,93,92)
#37514F
(55,81,79)
#2E4542
(46,69,66)
#253935
(37,57,53)
#1C2D28
(28,45,40)
#13211B
(19,33,27)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #648D90

#648D90
(100,141,144)
#72979A
(114,151,154)
#80A1A4
(128,161,164)
#8EABAE
(142,171,174)
#9CB5B8
(156,181,184)
#AABFC2
(170,191,194)
#B8C9CC
(184,201,204)
#C6D3D6
(198,211,214)
#D4DDE0
(212,221,224)
#E2E7EA
(226,231,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648D90 color. Also use rgb(100,141,144) instead hex code.

Text Font Color

.myTextColor { color: #648D90; }

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

This text font color is #648D90.

Background Color

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

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

This div background color is #648D90.

Border color

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

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

This div border color is #648D90.

Opacity

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

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

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

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

This text has shadow with #648D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648D90.

Preview

Color preview on black background

This text has color #648D90 on black background.


Color preview on white background

This text has color #648D90 on white background.


Black color preview on #648D90 background

This text has black color on #648D90 background.


White color preview on #648D90 background

This text has white color on #648D90 background.


Related colors

Complementary color

Complementary color for #hex is #9B726F.


I love getcolorcode.com

Triadic colors

1 #90648D and #8D9064 with #648D90 are triadic colors.

2 #908D64 and #8D6490 with #648D90 are triadic colors.