COLOR #675D90

HEX: #675D90
RGB: (103,93,144)

Color info

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

RGB color model

#675D90 color RGB value is (103,93,144).

  • red value is 103;
  • green value is 93;
  • blue value is 144.
RGB:
(103,93,144)
(40%,36%,56%)

RGB channels and saturation

R 103 of 255 = 40%
G 93 of 255 = 36%
B 144 of 255 = 56%

103
93
144

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

Portions of RGB colors in percentages

R + G + B =
103 + 93 + 144 = 340 (100%)
R 103 of 340 ~ 30.29%
G 93 of 340 ~ 27.35%
B 144 of 340 ~ 42.35%

%30.29
%27.35
%42.35

CMYK color model

#675D90 color CMYK value is (28,35,0,44).

  • cyan value is 28.47%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(28,35,0,44)
C28M35Y0K44 
(28%,35%,0%,44%)
(0.28/0.35/0.00/0.44)	

CMYK percentages

%28.47
%35.42
%0
%43.53

Codes

Color #675D90 in popluar color models

675D90
RGB10393144
HSL252°21.52%46.47%
HSB/HSV252°35.42%56.47%
CMYK28.47%35.42%0.00%
43.53%

Color #675D90 in popluar number systems.

HEX675D90
Decimal10393144
Binary1100111101110110010000
Octal147135220

Shades and tints

Shades of #675D90

#675D90
(103,93,144)
#5E5583
(94,85,131)
#554D76
(85,77,118)
#4C4569
(76,69,105)
#433D5C
(67,61,92)
#3A354F
(58,53,79)
#312D42
(49,45,66)
#282535
(40,37,53)
#1F1D28
(31,29,40)
#16151B
(22,21,27)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #675D90

#675D90
(103,93,144)
#746B9A
(116,107,154)
#8179A4
(129,121,164)
#8E87AE
(142,135,174)
#9B95B8
(155,149,184)
#A8A3C2
(168,163,194)
#B5B1CC
(181,177,204)
#C2BFD6
(194,191,214)
#CFCDE0
(207,205,224)
#DCDBEA
(220,219,234)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675D90 color. Also use rgb(103,93,144) instead hex code.

Text Font Color

.myTextColor { color: #675D90; }

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

This text font color is #675D90.


Background Color

.myBgColor { background-color: #675D90; }

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

This div background color is #675D90.


Border color

.myBorderColor { border: 1px solid #675D90; }

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

This div border color is #675D90.


Opacity

.myOpacity80 { color: #675D90; opacity: 0.8; }

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

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

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

This text has shadow with #675D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675D90 on black background.


Color preview on white background

This text has color #675D90 on white background.



Black color preview on #675D90 background

This text has black color on #675D90 background.


White color preview on #675D90 background

This text has white color on #675D90 background.