COLOR #675D8A

HEX: #675D8A
RGB: (103,93,138)

Color info

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

RGB color model

#675D8A color RGB value is (103,93,138).

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

RGB channels and saturation

R 103 of 255 = 40%
G 93 of 255 = 36%
B 138 of 255 = 54%

103
93
138

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

Portions of RGB colors in percentages

R + G + B =
103 + 93 + 138 = 334 (100%)
R 103 of 334 ~ 30.84%
G 93 of 334 ~ 27.84%
B 138 of 334 ~ 41.32%

%30.84
%27.84
%41.32

CMYK color model

#675D8A color CMYK value is (25,33,0,46).

  • cyan value is 25.36%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(25,33,0,46)
C25M33Y0K46 
(25%,33%,0%,46%)
(0.25/0.33/0.00/0.46)	

CMYK percentages

%25.36
%32.61
%0
%45.88

Codes

Color #675D8A in popluar color models

675D8A
RGB10393138
HSL253°19.48%45.29%
HSB/HSV253°32.61%54.12%
CMYK25.36%32.61%0.00%
45.88%

Color #675D8A in popluar number systems.

HEX675D8A
Decimal10393138
Binary1100111101110110001010
Octal147135212

Shades and tints

Shades of #675D8A

#675D8A
(103,93,138)
#5E557E
(94,85,126)
#554D72
(85,77,114)
#4C4566
(76,69,102)
#433D5A
(67,61,90)
#3A354E
(58,53,78)
#312D42
(49,45,66)
#282536
(40,37,54)
#1F1D2A
(31,29,42)
#16151E
(22,21,30)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #675D8A

#675D8A
(103,93,138)
#746B94
(116,107,148)
#81799E
(129,121,158)
#8E87A8
(142,135,168)
#9B95B2
(155,149,178)
#A8A3BC
(168,163,188)
#B5B1C6
(181,177,198)
#C2BFD0
(194,191,208)
#CFCDDA
(207,205,218)
#DCDBE4
(220,219,228)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675D8A; }

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

This text font color is #675D8A.


Background Color

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

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

This div background color is #675D8A.


Border color

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

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

This div border color is #675D8A.


Opacity

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

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

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

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

This text has shadow with #675D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675D8A on black background.


Color preview on white background

This text has color #675D8A on white background.



Black color preview on #675D8A background

This text has black color on #675D8A background.


White color preview on #675D8A background

This text has white color on #675D8A background.