COLOR #675B7E

HEX: #675B7E
RGB: (103,91,126)

Color info

#675B7E contains red, green and blue colors in about the same proportion. Web safe color of #675B7E is #666666 (or #666).

RGB color model

#675B7E color RGB value is (103,91,126).

  • red value is 103;
  • green value is 91;
  • blue value is 126.
RGB:
(103,91,126)
(40%,36%,49%)

RGB channels and saturation

R 103 of 255 = 40%
G 91 of 255 = 36%
B 126 of 255 = 49%

103
91
126

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

Portions of RGB colors in percentages

R + G + B =
103 + 91 + 126 = 320 (100%)
R 103 of 320 ~ 32.19%
G 91 of 320 ~ 28.44%
B 126 of 320 ~ 39.38%

%32.19
%28.44
%39.38

CMYK color model

#675B7E color CMYK value is (18,28,0,51).

  • cyan value is 18.25%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(18,28,0,51)
C18M28Y0K51 
(18%,28%,0%,51%)
(0.18/0.28/0.00/0.51)	

CMYK percentages

%18.25
%27.78
%0
%50.59

Codes

Color #675B7E in popluar color models

675B7E
RGB10391126
HSL261°16.13%42.55%
HSB/HSV261°27.78%49.41%
CMYK18.25%27.78%0.00%
50.59%

Color #675B7E in popluar number systems.

HEX675B7E
Decimal10391126
Binary110011110110111111110
Octal147133176

Shades and tints

Shades of #675B7E

#675B7E
(103,91,126)
#5E5373
(94,83,115)
#554B68
(85,75,104)
#4C435D
(76,67,93)
#433B52
(67,59,82)
#3A3347
(58,51,71)
#312B3C
(49,43,60)
#282331
(40,35,49)
#1F1B26
(31,27,38)
#16131B
(22,19,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #675B7E

#675B7E
(103,91,126)
#746989
(116,105,137)
#817794
(129,119,148)
#8E859F
(142,133,159)
#9B93AA
(155,147,170)
#A8A1B5
(168,161,181)
#B5AFC0
(181,175,192)
#C2BDCB
(194,189,203)
#CFCBD6
(207,203,214)
#DCD9E1
(220,217,225)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675B7E color. Also use rgb(103,91,126) instead hex code.

Text Font Color

.myTextColor { color: #675B7E; }

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

This text font color is #675B7E.


Background Color

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

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

This div background color is #675B7E.


Border color

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

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

This div border color is #675B7E.


Opacity

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

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

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

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

This text has shadow with #675B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675B7E on black background.


Color preview on white background

This text has color #675B7E on white background.



Black color preview on #675B7E background

This text has black color on #675B7E background.


White color preview on #675B7E background

This text has white color on #675B7E background.