COLOR #675789

HEX: #675789
RGB: (103,87,137)

Color info

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

RGB color model

#675789 color RGB value is (103,87,137).

  • red value is 103;
  • green value is 87;
  • blue value is 137.
RGB:
(103,87,137)
(40%,34%,54%)

RGB channels and saturation

R 103 of 255 = 40%
G 87 of 255 = 34%
B 137 of 255 = 54%

103
87
137

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

Portions of RGB colors in percentages

R + G + B =
103 + 87 + 137 = 327 (100%)
R 103 of 327 ~ 31.5%
G 87 of 327 ~ 26.61%
B 137 of 327 ~ 41.9%

%31.5
%26.61
%41.9

CMYK color model

#675789 color CMYK value is (25,36,0,46).

  • cyan value is 24.82%
  • magenta value is 36.50%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(25,36,0,46)
C25M36Y0K46 
(25%,36%,0%,46%)
(0.25/0.36/0.00/0.46)	

CMYK percentages

%24.82
%36.5
%0
%46.27

Codes

Color #675789 in popluar color models

675789
RGB10387137
HSL259°22.32%43.92%
HSB/HSV259°36.50%53.73%
CMYK24.82%36.50%0.00%
46.27%

Color #675789 in popluar number systems.

HEX675789
Decimal10387137
Binary1100111101011110001001
Octal147127211

Shades and tints

Shades of #675789

#675789
(103,87,137)
#5E507D
(94,80,125)
#554971
(85,73,113)
#4C4265
(76,66,101)
#433B59
(67,59,89)
#3A344D
(58,52,77)
#312D41
(49,45,65)
#282635
(40,38,53)
#1F1F29
(31,31,41)
#16181D
(22,24,29)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #675789

#675789
(103,87,137)
#746693
(116,102,147)
#81759D
(129,117,157)
#8E84A7
(142,132,167)
#9B93B1
(155,147,177)
#A8A2BB
(168,162,187)
#B5B1C5
(181,177,197)
#C2C0CF
(194,192,207)
#CFCFD9
(207,207,217)
#DCDEE3
(220,222,227)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675789 color. Also use rgb(103,87,137) instead hex code.

Text Font Color

.myTextColor { color: #675789; }

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

This text font color is #675789.


Background Color

.myBgColor { background-color: #675789; }

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

This div background color is #675789.


Border color

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

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

This div border color is #675789.


Opacity

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

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

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

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

This text has shadow with #675789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675789 on black background.


Color preview on white background

This text has color #675789 on white background.



Black color preview on #675789 background

This text has black color on #675789 background.


White color preview on #675789 background

This text has white color on #675789 background.