COLOR #647F92

HEX: #647F92
RGB: (100,127,146)

Color info

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

RGB color model

#647F92 color RGB value is (100,127,146).

  • red value is 100;
  • green value is 127;
  • blue value is 146.
RGB:
(100,127,146)
(39%,50%,57%)

RGB channels and saturation

R 100 of 255 = 39%
G 127 of 255 = 50%
B 146 of 255 = 57%

100
127
146

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

Portions of RGB colors in percentages

R + G + B =
100 + 127 + 146 = 373 (100%)
R 100 of 373 ~ 26.81%
G 127 of 373 ~ 34.05%
B 146 of 373 ~ 39.14%

%26.81
%34.05
%39.14

CMYK color model

#647F92 color CMYK value is (32,13,0,43).

  • cyan value is 31.51%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(32,13,0,43)
C32M13Y0K43 
(32%,13%,0%,43%)
(0.32/0.13/0.00/0.43)	

CMYK percentages

%31.51
%13.01
%0
%42.75

Codes

Color #647F92 in popluar color models

647F92
RGB100127146
HSL205°18.70%48.24%
HSB/HSV205°31.51%57.25%
CMYK31.51%13.01%0.00%
42.75%

Color #647F92 in popluar number systems.

HEX647F92
Decimal100127146
Binary1100100111111110010010
Octal144177222

Shades and tints

Shades of #647F92

#647F92
(100,127,146)
#5B7485
(91,116,133)
#526978
(82,105,120)
#495E6B
(73,94,107)
#40535E
(64,83,94)
#374851
(55,72,81)
#2E3D44
(46,61,68)
#253237
(37,50,55)
#1C272A
(28,39,42)
#131C1D
(19,28,29)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #647F92

#647F92
(100,127,146)
#728A9B
(114,138,155)
#8095A4
(128,149,164)
#8EA0AD
(142,160,173)
#9CABB6
(156,171,182)
#AAB6BF
(170,182,191)
#B8C1C8
(184,193,200)
#C6CCD1
(198,204,209)
#D4D7DA
(212,215,218)
#E2E2E3
(226,226,227)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647F92 color. Also use rgb(100,127,146) instead hex code.

Text Font Color

.myTextColor { color: #647F92; }

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

This text font color is #647F92.


Background Color

.myBgColor { background-color: #647F92; }

<div style="background-color:#647F92">Inner text</div>

This div background color is #647F92.


Border color

.myBorderColor { border: 1px solid #647F92; }

<div style="border:3px solid #647F92">Div</div>

This div border color is #647F92.


Opacity

.myOpacity80 { color: #647F92; opacity: 0.8; }

<p style="color:#647F92;opacity:0.8;">80%</p>

Text with #647F92 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 #647F92;}

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

This text has shadow with #647F92 color.

.textShadow {text-shadow: 3px 3px 1px #647F92, 3px 3px 1px red;}

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

This text has shadow with #647F92 primary color and red secondary color.


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

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

This text has shadow with #647F92 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647F92 on black background.


Color preview on white background

This text has color #647F92 on white background.



Black color preview on #647F92 background

This text has black color on #647F92 background.


White color preview on #647F92 background

This text has white color on #647F92 background.