COLOR #676099

HEX: #676099
RGB: (103,96,153)

Color info

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

RGB color model

#676099 color RGB value is (103,96,153).

  • red value is 103;
  • green value is 96;
  • blue value is 153.
RGB:
(103,96,153)
(40%,38%,60%)

RGB channels and saturation

R 103 of 255 = 40%
G 96 of 255 = 38%
B 153 of 255 = 60%

103
96
153

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

Portions of RGB colors in percentages

R + G + B =
103 + 96 + 153 = 352 (100%)
R 103 of 352 ~ 29.26%
G 96 of 352 ~ 27.27%
B 153 of 352 ~ 43.47%

%29.26
%27.27
%43.47

CMYK color model

#676099 color CMYK value is (33,37,0,40).

  • cyan value is 32.68%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(33,37,0,40)
C33M37Y0K40 
(33%,37%,0%,40%)
(0.33/0.37/0.00/0.40)	

CMYK percentages

%32.68
%37.25
%0
%40

Codes

Color #676099 in popluar color models

676099
RGB10396153
HSL247°22.89%48.82%
HSB/HSV247°37.25%60.00%
CMYK32.68%37.25%0.00%
40.00%

Color #676099 in popluar number systems.

HEX676099
Decimal10396153
Binary1100111110000010011001
Octal147140231

Shades and tints

Shades of #676099

#676099
(103,96,153)
#5E588C
(94,88,140)
#55507F
(85,80,127)
#4C4872
(76,72,114)
#434065
(67,64,101)
#3A3858
(58,56,88)
#31304B
(49,48,75)
#28283E
(40,40,62)
#1F2031
(31,32,49)
#161824
(22,24,36)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #676099

#676099
(103,96,153)
#746EA2
(116,110,162)
#817CAB
(129,124,171)
#8E8AB4
(142,138,180)
#9B98BD
(155,152,189)
#A8A6C6
(168,166,198)
#B5B4CF
(181,180,207)
#C2C2D8
(194,194,216)
#CFD0E1
(207,208,225)
#DCDEEA
(220,222,234)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676099 color. Also use rgb(103,96,153) instead hex code.

Text Font Color

.myTextColor { color: #676099; }

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

This text font color is #676099.


Background Color

.myBgColor { background-color: #676099; }

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

This div background color is #676099.


Border color

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

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

This div border color is #676099.


Opacity

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

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

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

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

This text has shadow with #676099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676099 on black background.


Color preview on white background

This text has color #676099 on white background.



Black color preview on #676099 background

This text has black color on #676099 background.


White color preview on #676099 background

This text has white color on #676099 background.