COLOR #675C86

HEX: #675C86
RGB: (103,92,134)

Color info

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

RGB color model

#675C86 color RGB value is (103,92,134).

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

RGB channels and saturation

R 103 of 255 = 40%
G 92 of 255 = 36%
B 134 of 255 = 53%

103
92
134

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

Portions of RGB colors in percentages

R + G + B =
103 + 92 + 134 = 329 (100%)
R 103 of 329 ~ 31.31%
G 92 of 329 ~ 27.96%
B 134 of 329 ~ 40.73%

%31.31
%27.96
%40.73

CMYK color model

#675C86 color CMYK value is (23,31,0,47).

  • cyan value is 23.13%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(23,31,0,47)
C23M31Y0K47 
(23%,31%,0%,47%)
(0.23/0.31/0.00/0.47)	

CMYK percentages

%23.13
%31.34
%0
%47.45

Codes

Color #675C86 in popluar color models

675C86
RGB10392134
HSL256°18.58%44.31%
HSB/HSV256°31.34%52.55%
CMYK23.13%31.34%0.00%
47.45%

Color #675C86 in popluar number systems.

HEX675C86
Decimal10392134
Binary1100111101110010000110
Octal147134206

Shades and tints

Shades of #675C86

#675C86
(103,92,134)
#5E547A
(94,84,122)
#554C6E
(85,76,110)
#4C4462
(76,68,98)
#433C56
(67,60,86)
#3A344A
(58,52,74)
#312C3E
(49,44,62)
#282432
(40,36,50)
#1F1C26
(31,28,38)
#16141A
(22,20,26)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #675C86

#675C86
(103,92,134)
#746A91
(116,106,145)
#81789C
(129,120,156)
#8E86A7
(142,134,167)
#9B94B2
(155,148,178)
#A8A2BD
(168,162,189)
#B5B0C8
(181,176,200)
#C2BED3
(194,190,211)
#CFCCDE
(207,204,222)
#DCDAE9
(220,218,233)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675C86 color. Also use rgb(103,92,134) instead hex code.

Text Font Color

.myTextColor { color: #675C86; }

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

This text font color is #675C86.


Background Color

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

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

This div background color is #675C86.


Border color

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

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

This div border color is #675C86.


Opacity

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

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

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

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

This text has shadow with #675C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675C86 on black background.


Color preview on white background

This text has color #675C86 on white background.



Black color preview on #675C86 background

This text has black color on #675C86 background.


White color preview on #675C86 background

This text has white color on #675C86 background.