COLOR #675699

HEX: #675699
RGB: (103,86,153)

Color info

#675699 contains mainly red and blue colors. Web safe color of #675699 is #666699 (or #669).

RGB color model

#675699 color RGB value is (103,86,153).

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

RGB channels and saturation

R 103 of 255 = 40%
G 86 of 255 = 34%
B 153 of 255 = 60%

103
86
153

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

Portions of RGB colors in percentages

R + G + B =
103 + 86 + 153 = 342 (100%)
R 103 of 342 ~ 30.12%
G 86 of 342 ~ 25.15%
B 153 of 342 ~ 44.74%

%30.12
%25.15
%44.74

CMYK color model

#675699 color CMYK value is (33,44,0,40).

  • cyan value is 32.68%
  • magenta value is 43.79%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(33,44,0,40)
C33M44Y0K40 
(33%,44%,0%,40%)
(0.33/0.44/0.00/0.40)	

CMYK percentages

%32.68
%43.79
%0
%40

Codes

Color #675699 in popluar color models

675699
RGB10386153
HSL255°28.03%46.86%
HSB/HSV255°43.79%60.00%
CMYK32.68%43.79%0.00%
40.00%

Color #675699 in popluar number systems.

HEX675699
Decimal10386153
Binary1100111101011010011001
Octal147126231

Shades and tints

Shades of #675699

#675699
(103,86,153)
#5E4F8C
(94,79,140)
#55487F
(85,72,127)
#4C4172
(76,65,114)
#433A65
(67,58,101)
#3A3358
(58,51,88)
#312C4B
(49,44,75)
#28253E
(40,37,62)
#1F1E31
(31,30,49)
#161724
(22,23,36)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #675699

#675699
(103,86,153)
#7465A2
(116,101,162)
#8174AB
(129,116,171)
#8E83B4
(142,131,180)
#9B92BD
(155,146,189)
#A8A1C6
(168,161,198)
#B5B0CF
(181,176,207)
#C2BFD8
(194,191,216)
#CFCEE1
(207,206,225)
#DCDDEA
(220,221,234)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675699; }

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

This text font color is #675699.


Background Color

.myBgColor { background-color: #675699; }

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

This div background color is #675699.


Border color

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

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

This div border color is #675699.


Opacity

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

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

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

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

This text has shadow with #675699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675699 on black background.


Color preview on white background

This text has color #675699 on white background.



Black color preview on #675699 background

This text has black color on #675699 background.


White color preview on #675699 background

This text has white color on #675699 background.