COLOR #676488

HEX: #676488
RGB: (103,100,136)

Color info

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

RGB color model

#676488 color RGB value is (103,100,136).

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

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 136 of 255 = 53%

103
100
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 136 = 339 (100%)
R 103 of 339 ~ 30.38%
G 100 of 339 ~ 29.5%
B 136 of 339 ~ 40.12%

%30.38
%29.5
%40.12

CMYK color model

#676488 color CMYK value is (24,26,0,47).

  • cyan value is 24.26%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,26,0,47)
C24M26Y0K47 
(24%,26%,0%,47%)
(0.24/0.26/0.00/0.47)	

CMYK percentages

%24.26
%26.47
%0
%46.67

Codes

Color #676488 in popluar color models

676488
RGB103100136
HSL245°15.25%46.27%
HSB/HSV245°26.47%53.33%
CMYK24.26%26.47%0.00%
46.67%

Color #676488 in popluar number systems.

HEX676488
Decimal103100136
Binary1100111110010010001000
Octal147144210

Shades and tints

Shades of #676488

#676488
(103,100,136)
#5E5B7C
(94,91,124)
#555270
(85,82,112)
#4C4964
(76,73,100)
#434058
(67,64,88)
#3A374C
(58,55,76)
#312E40
(49,46,64)
#282534
(40,37,52)
#1F1C28
(31,28,40)
#16131C
(22,19,28)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #676488

#676488
(103,100,136)
#747292
(116,114,146)
#81809C
(129,128,156)
#8E8EA6
(142,142,166)
#9B9CB0
(155,156,176)
#A8AABA
(168,170,186)
#B5B8C4
(181,184,196)
#C2C6CE
(194,198,206)
#CFD4D8
(207,212,216)
#DCE2E2
(220,226,226)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676488; }

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

This text font color is #676488.


Background Color

.myBgColor { background-color: #676488; }

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

This div background color is #676488.


Border color

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

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

This div border color is #676488.


Opacity

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

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

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

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

This text has shadow with #676488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676488 on black background.


Color preview on white background

This text has color #676488 on white background.



Black color preview on #676488 background

This text has black color on #676488 background.


White color preview on #676488 background

This text has white color on #676488 background.