COLOR #675688

HEX: #675688
RGB: (103,86,136)

Color info

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

RGB color model

#675688 color RGB value is (103,86,136).

  • red value is 103;
  • green value is 86;
  • blue value is 136.
RGB:
(103,86,136)
(40%,34%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 86 of 255 = 34%
B 136 of 255 = 53%

103
86
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 86 + 136 = 325 (100%)
R 103 of 325 ~ 31.69%
G 86 of 325 ~ 26.46%
B 136 of 325 ~ 41.85%

%31.69
%26.46
%41.85

CMYK color model

#675688 color CMYK value is (24,37,0,47).

  • cyan value is 24.26%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,37,0,47)
C24M37Y0K47 
(24%,37%,0%,47%)
(0.24/0.37/0.00/0.47)	

CMYK percentages

%24.26
%36.76
%0
%46.67

Codes

Color #675688 in popluar color models

675688
RGB10386136
HSL260°22.52%43.53%
HSB/HSV260°36.76%53.33%
CMYK24.26%36.76%0.00%
46.67%

Color #675688 in popluar number systems.

HEX675688
Decimal10386136
Binary1100111101011010001000
Octal147126210

Shades and tints

Shades of #675688

#675688
(103,86,136)
#5E4F7C
(94,79,124)
#554870
(85,72,112)
#4C4164
(76,65,100)
#433A58
(67,58,88)
#3A334C
(58,51,76)
#312C40
(49,44,64)
#282534
(40,37,52)
#1F1E28
(31,30,40)
#16171C
(22,23,28)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #675688

#675688
(103,86,136)
#746592
(116,101,146)
#81749C
(129,116,156)
#8E83A6
(142,131,166)
#9B92B0
(155,146,176)
#A8A1BA
(168,161,186)
#B5B0C4
(181,176,196)
#C2BFCE
(194,191,206)
#CFCED8
(207,206,216)
#DCDDE2
(220,221,226)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675688 color. Also use rgb(103,86,136) instead hex code.

Text Font Color

.myTextColor { color: #675688; }

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

This text font color is #675688.


Background Color

.myBgColor { background-color: #675688; }

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

This div background color is #675688.


Border color

.myBorderColor { border: 1px solid #675688; }

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

This div border color is #675688.


Opacity

.myOpacity80 { color: #675688; opacity: 0.8; }

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

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

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

This text has shadow with #675688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675688 on black background.


Color preview on white background

This text has color #675688 on white background.



Black color preview on #675688 background

This text has black color on #675688 background.


White color preview on #675688 background

This text has white color on #675688 background.