COLOR #676485

HEX: #676485
RGB: (103,100,133)

Color info

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

RGB color model

#676485 color RGB value is (103,100,133).

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

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 133 of 255 = 52%

103
100
133

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

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 133 = 336 (100%)
R 103 of 336 ~ 30.65%
G 100 of 336 ~ 29.76%
B 133 of 336 ~ 39.58%

%30.65
%29.76
%39.58

CMYK color model

#676485 color CMYK value is (23,25,0,48).

  • cyan value is 22.56%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,25,0,48)
C23M25Y0K48 
(23%,25%,0%,48%)
(0.23/0.25/0.00/0.48)	

CMYK percentages

%22.56
%24.81
%0
%47.84

Codes

Color #676485 in popluar color models

676485
RGB103100133
HSL245°14.16%45.69%
HSB/HSV245°24.81%52.16%
CMYK22.56%24.81%0.00%
47.84%

Color #676485 in popluar number systems.

HEX676485
Decimal103100133
Binary1100111110010010000101
Octal147144205

Shades and tints

Shades of #676485

#676485
(103,100,133)
#5E5B79
(94,91,121)
#55526D
(85,82,109)
#4C4961
(76,73,97)
#434055
(67,64,85)
#3A3749
(58,55,73)
#312E3D
(49,46,61)
#282531
(40,37,49)
#1F1C25
(31,28,37)
#161319
(22,19,25)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #676485

#676485
(103,100,133)
#747290
(116,114,144)
#81809B
(129,128,155)
#8E8EA6
(142,142,166)
#9B9CB1
(155,156,177)
#A8AABC
(168,170,188)
#B5B8C7
(181,184,199)
#C2C6D2
(194,198,210)
#CFD4DD
(207,212,221)
#DCE2E8
(220,226,232)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676485; }

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

This text font color is #676485.


Background Color

.myBgColor { background-color: #676485; }

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

This div background color is #676485.


Border color

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

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

This div border color is #676485.


Opacity

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

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

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

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

This text has shadow with #676485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676485 on black background.


Color preview on white background

This text has color #676485 on white background.



Black color preview on #676485 background

This text has black color on #676485 background.


White color preview on #676485 background

This text has white color on #676485 background.