COLOR #676489

HEX: #676489
RGB: (103,100,137)

Color info

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

RGB color model

#676489 color RGB value is (103,100,137).

  • red value is 103;
  • green value is 100;
  • blue value is 137.
RGB:
(103,100,137)
(40%,39%,54%)

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 137 of 255 = 54%

103
100
137

R + G + B ~ 44%. #676489 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 137 = 340 (100%)
R 103 of 340 ~ 30.29%
G 100 of 340 ~ 29.41%
B 137 of 340 ~ 40.29%

%30.29
%29.41
%40.29

CMYK color model

#676489 color CMYK value is (25,27,0,46).

  • cyan value is 24.82%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(25,27,0,46)
C25M27Y0K46 
(25%,27%,0%,46%)
(0.25/0.27/0.00/0.46)	

CMYK percentages

%24.82
%27.01
%0
%46.27

Codes

Color #676489 in popluar color models

676489
RGB103100137
HSL245°15.61%46.47%
HSB/HSV245°27.01%53.73%
CMYK24.82%27.01%0.00%
46.27%

Color #676489 in popluar number systems.

HEX676489
Decimal103100137
Binary1100111110010010001001
Octal147144211

Shades and tints

Shades of #676489

#676489
(103,100,137)
#5E5B7D
(94,91,125)
#555271
(85,82,113)
#4C4965
(76,73,101)
#434059
(67,64,89)
#3A374D
(58,55,77)
#312E41
(49,46,65)
#282535
(40,37,53)
#1F1C29
(31,28,41)
#16131D
(22,19,29)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #676489

#676489
(103,100,137)
#747293
(116,114,147)
#81809D
(129,128,157)
#8E8EA7
(142,142,167)
#9B9CB1
(155,156,177)
#A8AABB
(168,170,187)
#B5B8C5
(181,184,197)
#C2C6CF
(194,198,207)
#CFD4D9
(207,212,217)
#DCE2E3
(220,226,227)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676489 color. Also use rgb(103,100,137) instead hex code.

Text Font Color

.myTextColor { color: #676489; }

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

This text font color is #676489.


Background Color

.myBgColor { background-color: #676489; }

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

This div background color is #676489.


Border color

.myBorderColor { border: 1px solid #676489; }

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

This div border color is #676489.


Opacity

.myOpacity80 { color: #676489; opacity: 0.8; }

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

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

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

This text has shadow with #676489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676489 on black background.


Color preview on white background

This text has color #676489 on white background.



Black color preview on #676489 background

This text has black color on #676489 background.


White color preview on #676489 background

This text has white color on #676489 background.