COLOR #64698D

HEX: #64698D
RGB: (100,105,141)

Color info

#64698D contains red, green and blue colors in about the same proportion. Web safe color of #64698D is #666699 (or #669).

RGB color model

#64698D color RGB value is (100,105,141).

  • red value is 100;
  • green value is 105;
  • blue value is 141.
RGB:
(100,105,141)
(39%,41%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 141 of 255 = 55%

100
105
141

R + G + B ~ 45%. #64698D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 105 + 141 = 346 (100%)
R 100 of 346 ~ 28.9%
G 105 of 346 ~ 30.35%
B 141 of 346 ~ 40.75%

%28.9
%30.35
%40.75

CMYK color model

#64698D color CMYK value is (29,26,0,45).

  • cyan value is 29.08%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(29,26,0,45)
C29M26Y0K45 
(29%,26%,0%,45%)
(0.29/0.26/0.00/0.45)	

CMYK percentages

%29.08
%25.53
%0
%44.71

Codes

Color #64698D in popluar color models

64698D
RGB100105141
HSL233°17.01%47.25%
HSB/HSV233°29.08%55.29%
CMYK29.08%25.53%0.00%
44.71%

Color #64698D in popluar number systems.

HEX64698D
Decimal100105141
Binary1100100110100110001101
Octal144151215

Shades and tints

Shades of #64698D

#64698D
(100,105,141)
#5B6081
(91,96,129)
#525775
(82,87,117)
#494E69
(73,78,105)
#40455D
(64,69,93)
#373C51
(55,60,81)
#2E3345
(46,51,69)
#252A39
(37,42,57)
#1C212D
(28,33,45)
#131821
(19,24,33)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #64698D

#64698D
(100,105,141)
#727697
(114,118,151)
#8083A1
(128,131,161)
#8E90AB
(142,144,171)
#9C9DB5
(156,157,181)
#AAAABF
(170,170,191)
#B8B7C9
(184,183,201)
#C6C4D3
(198,196,211)
#D4D1DD
(212,209,221)
#E2DEE7
(226,222,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64698D color. Also use rgb(100,105,141) instead hex code.

Text Font Color

.myTextColor { color: #64698D; }

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

This text font color is #64698D.


Background Color

.myBgColor { background-color: #64698D; }

<div style="background-color:#64698D">Inner text</div>

This div background color is #64698D.


Border color

.myBorderColor { border: 1px solid #64698D; }

<div style="border:3px solid #64698D">Div</div>

This div border color is #64698D.


Opacity

.myOpacity80 { color: #64698D; opacity: 0.8; }

<p style="color:#64698D;opacity:0.8;">80%</p>

Text with #64698D 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 #64698D;}

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

This text has shadow with #64698D color.

.textShadow {text-shadow: 3px 3px 1px #64698D, 3px 3px 1px red;}

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

This text has shadow with #64698D primary color and red secondary color.


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

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

This text has shadow with #64698D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #64698D;
-webkit-box-shadow: 1px 1px 3px 2px #64698D;
box-shadow:1px 1px 3px 2px #64698D;">
Div content here</div>
This div box has shadow with color #64698D.

Preview

Color preview on black background

This text has color #64698D on black background.


Color preview on white background

This text has color #64698D on white background.



Black color preview on #64698D background

This text has black color on #64698D background.


White color preview on #64698D background

This text has white color on #64698D background.