COLOR #676687

HEX: #676687
RGB: (103,102,135)

Color info

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

RGB color model

#676687 color RGB value is (103,102,135).

  • red value is 103;
  • green value is 102;
  • blue value is 135.
RGB:
(103,102,135)
(40%,40%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 135 of 255 = 53%

103
102
135

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

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 135 = 340 (100%)
R 103 of 340 ~ 30.29%
G 102 of 340 ~ 30%
B 135 of 340 ~ 39.71%

%30.29
%30
%39.71

CMYK color model

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

  • cyan value is 23.70%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,24,0,47)
C24M24Y0K47 
(24%,24%,0%,47%)
(0.24/0.24/0.00/0.47)	

CMYK percentages

%23.7
%24.44
%0
%47.06

Codes

Color #676687 in popluar color models

676687
RGB103102135
HSL242°13.92%46.47%
HSB/HSV242°24.44%52.94%
CMYK23.70%24.44%0.00%
47.06%

Color #676687 in popluar number systems.

HEX676687
Decimal103102135
Binary1100111110011010000111
Octal147146207

Shades and tints

Shades of #676687

#676687
(103,102,135)
#5E5D7B
(94,93,123)
#55546F
(85,84,111)
#4C4B63
(76,75,99)
#434257
(67,66,87)
#3A394B
(58,57,75)
#31303F
(49,48,63)
#282733
(40,39,51)
#1F1E27
(31,30,39)
#16151B
(22,21,27)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #676687

#676687
(103,102,135)
#747391
(116,115,145)
#81809B
(129,128,155)
#8E8DA5
(142,141,165)
#9B9AAF
(155,154,175)
#A8A7B9
(168,167,185)
#B5B4C3
(181,180,195)
#C2C1CD
(194,193,205)
#CFCED7
(207,206,215)
#DCDBE1
(220,219,225)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676687 color. Also use rgb(103,102,135) instead hex code.

Text Font Color

.myTextColor { color: #676687; }

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

This text font color is #676687.


Background Color

.myBgColor { background-color: #676687; }

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

This div background color is #676687.


Border color

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

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

This div border color is #676687.


Opacity

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

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

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

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

This text has shadow with #676687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676687 on black background.


Color preview on white background

This text has color #676687 on white background.



Black color preview on #676687 background

This text has black color on #676687 background.


White color preview on #676687 background

This text has white color on #676687 background.