COLOR #675D87

HEX: #675D87
RGB: (103,93,135)

Color info

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

RGB color model

#675D87 color RGB value is (103,93,135).

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

RGB channels and saturation

R 103 of 255 = 40%
G 93 of 255 = 36%
B 135 of 255 = 53%

103
93
135

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

Portions of RGB colors in percentages

R + G + B =
103 + 93 + 135 = 331 (100%)
R 103 of 331 ~ 31.12%
G 93 of 331 ~ 28.1%
B 135 of 331 ~ 40.79%

%31.12
%28.1
%40.79

CMYK color model

#675D87 color CMYK value is (24,31,0,47).

  • cyan value is 23.70%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,31,0,47)
C24M31Y0K47 
(24%,31%,0%,47%)
(0.24/0.31/0.00/0.47)	

CMYK percentages

%23.7
%31.11
%0
%47.06

Codes

Color #675D87 in popluar color models

675D87
RGB10393135
HSL254°18.42%44.71%
HSB/HSV254°31.11%52.94%
CMYK23.70%31.11%0.00%
47.06%

Color #675D87 in popluar number systems.

HEX675D87
Decimal10393135
Binary1100111101110110000111
Octal147135207

Shades and tints

Shades of #675D87

#675D87
(103,93,135)
#5E557B
(94,85,123)
#554D6F
(85,77,111)
#4C4563
(76,69,99)
#433D57
(67,61,87)
#3A354B
(58,53,75)
#312D3F
(49,45,63)
#282533
(40,37,51)
#1F1D27
(31,29,39)
#16151B
(22,21,27)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #675D87

#675D87
(103,93,135)
#746B91
(116,107,145)
#81799B
(129,121,155)
#8E87A5
(142,135,165)
#9B95AF
(155,149,175)
#A8A3B9
(168,163,185)
#B5B1C3
(181,177,195)
#C2BFCD
(194,191,205)
#CFCDD7
(207,205,215)
#DCDBE1
(220,219,225)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675D87; }

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

This text font color is #675D87.


Background Color

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

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

This div background color is #675D87.


Border color

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

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

This div border color is #675D87.


Opacity

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

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

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

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

This text has shadow with #675D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675D87 on black background.


Color preview on white background

This text has color #675D87 on white background.



Black color preview on #675D87 background

This text has black color on #675D87 background.


White color preview on #675D87 background

This text has white color on #675D87 background.