COLOR #675A84

HEX: #675A84 RGB: (103,90,132)

Color info

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

RGB color model

#675A84 color RGB value is (103,90,132).

RGB: (103,90,132) (40%, 35%, 52%)

RGB channels and saturation

R 103 of 255 = 40%
G 90 of 255 = 35%
B 132 of 255 = 52%

103
90
132

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

Portions of RGB colors in percentages

R + G + B = 103 + 90 + 132 = 325 (100%)
R 103 of 325 ~ 31.69%
G 90 of 325 ~ 27.69%
B 132 of 325 ~ 40.62'%

%31.69
%27.69
%40.62

CMYK color model

#675A84 color CMYK value is (22,32,0,48).

  • cyan value is 21.97%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (22,32,0,48)
C22M32Y0K48 (22%, 32%, 0%, 48%)
(0.22 / 0.32 / 0.00 / 0.48)

CMYK percentages

%21.97
%31.82
%0
%48.24

Codes

Color #675A84 in popluar color models

67 5A 84
RGB 103 90 132
HSL 259° 18.92% 43.53%
HSB/HSV 259° 31.82% 51.76%
CMYK 21.97% 31.82% 0.00%
48.24%

Color #675A84 in popluar number systems.

HEX 67 5A 84
Decimal 103 90 132
Binary 1100111 1011010 10000100
Octal 147 132 204

Shades and tints

Shades of #675A84

#675A84
(103,90,132)
#5E5278
(94,82,120)
#554A6C
(85,74,108)
#4C4260
(76,66,96)
#433A54
(67,58,84)
#3A3248
(58,50,72)
#312A3C
(49,42,60)
#282230
(40,34,48)
#1F1A24
(31,26,36)
#161218
(22,18,24)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #675A84

#675A84
(103,90,132)
#74698F
(116,105,143)
#81789A
(129,120,154)
#8E87A5
(142,135,165)
#9B96B0
(155,150,176)
#A8A5BB
(168,165,187)
#B5B4C6
(181,180,198)
#C2C3D1
(194,195,209)
#CFD2DC
(207,210,220)
#DCE1E7
(220,225,231)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675A84 color. Also use rgb(103,90,132) instead hex code.

Text Font Color

.myTextColor { color: #675A84; }

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

This text font color is #675A84.

Background Color

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

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

This div background color is #675A84.

Border color

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

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

This div border color is #675A84.

Opacity

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

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

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

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

This text has shadow with #675A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675A84.

Preview

Color preview on black background

This text has color #675A84 on black background.


Color preview on white background

This text has color #675A84 on white background.


Black color preview on #675A84 background

This text has black color on #675A84 background.


White color preview on #675A84 background

This text has white color on #675A84 background.


Related colors

Complementary color

Complementary color for #hex is #98A57B.


I love getcolorcode.com

Triadic colors

1 #84675A and #5A8467 with #675A84 are triadic colors.

2 #845A67 and #5A6784 with #675A84 are triadic colors.