COLOR #675A82

HEX: #675A82 RGB: (103,90,130)

Color info

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

RGB color model

#675A82 color RGB value is (103,90,130).

RGB: (103,90,130) (40%, 35%, 51%)

RGB channels and saturation

R 103 of 255 = 40%
G 90 of 255 = 35%
B 130 of 255 = 51%

103
90
130

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

Portions of RGB colors in percentages

R + G + B = 103 + 90 + 130 = 323 (100%)
R 103 of 323 ~ 31.89%
G 90 of 323 ~ 27.86%
B 130 of 323 ~ 40.25'%

%31.89
%27.86
%40.25

CMYK color model

#675A82 color CMYK value is (21,31,0,49).

  • cyan value is 20.77%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (21,31,0,49)
C21M31Y0K49 (21%, 31%, 0%, 49%)
(0.21 / 0.31 / 0.00 / 0.49)

CMYK percentages

%20.77
%30.77
%0
%49.02

Codes

Color #675A82 in popluar color models

67 5A 82
RGB 103 90 130
HSL 260° 18.18% 43.14%
HSB/HSV 260° 30.77% 50.98%
CMYK 20.77% 30.77% 0.00%
49.02%

Color #675A82 in popluar number systems.

HEX 67 5A 82
Decimal 103 90 130
Binary 1100111 1011010 10000010
Octal 147 132 202

Shades and tints

Shades of #675A82

#675A82
(103,90,130)
#5E5277
(94,82,119)
#554A6C
(85,74,108)
#4C4261
(76,66,97)
#433A56
(67,58,86)
#3A324B
(58,50,75)
#312A40
(49,42,64)
#282235
(40,34,53)
#1F1A2A
(31,26,42)
#16121F
(22,18,31)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #675A82

#675A82
(103,90,130)
#74698D
(116,105,141)
#817898
(129,120,152)
#8E87A3
(142,135,163)
#9B96AE
(155,150,174)
#A8A5B9
(168,165,185)
#B5B4C4
(181,180,196)
#C2C3CF
(194,195,207)
#CFD2DA
(207,210,218)
#DCE1E5
(220,225,229)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675A82; }

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

This text font color is #675A82.

Background Color

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

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

This div background color is #675A82.

Border color

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

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

This div border color is #675A82.

Opacity

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

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

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

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

This text has shadow with #675A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675A82.

Preview

Color preview on black background

This text has color #675A82 on black background.


Color preview on white background

This text has color #675A82 on white background.


Black color preview on #675A82 background

This text has black color on #675A82 background.


White color preview on #675A82 background

This text has white color on #675A82 background.


Related colors

Complementary color

Complementary color for #hex is #98A57D.


I love getcolorcode.com

Triadic colors

1 #82675A and #5A8267 with #675A82 are triadic colors.

2 #825A67 and #5A6782 with #675A82 are triadic colors.