COLOR #675984

HEX: #675984
RGB: (103,89,132)

Color info

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

RGB color model

#675984 color RGB value is (103,89,132).

  • red value is 103;
  • green value is 89;
  • blue value is 132.
RGB:
(103,89,132)
(40%,35%,52%)

RGB channels and saturation

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

103
89
132

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

Portions of RGB colors in percentages

R + G + B =
103 + 89 + 132 = 324 (100%)
R 103 of 324 ~ 31.79%
G 89 of 324 ~ 27.47%
B 132 of 324 ~ 40.74%

%31.79
%27.47
%40.74

CMYK color model

#675984 color CMYK value is (22,33,0,48).

  • cyan value is 21.97%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(22,33,0,48)
C22M33Y0K48 
(22%,33%,0%,48%)
(0.22/0.33/0.00/0.48)	

CMYK percentages

%21.97
%32.58
%0
%48.24

Codes

Color #675984 in popluar color models

675984
RGB10389132
HSL260°19.46%43.33%
HSB/HSV260°32.58%51.76%
CMYK21.97%32.58%0.00%
48.24%

Color #675984 in popluar number systems.

HEX675984
Decimal10389132
Binary1100111101100110000100
Octal147131204

Shades and tints

Shades of #675984

#675984
(103,89,132)
#5E5178
(94,81,120)
#55496C
(85,73,108)
#4C4160
(76,65,96)
#433954
(67,57,84)
#3A3148
(58,49,72)
#31293C
(49,41,60)
#282130
(40,33,48)
#1F1924
(31,25,36)
#161118
(22,17,24)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #675984

#675984
(103,89,132)
#74688F
(116,104,143)
#81779A
(129,119,154)
#8E86A5
(142,134,165)
#9B95B0
(155,149,176)
#A8A4BB
(168,164,187)
#B5B3C6
(181,179,198)
#C2C2D1
(194,194,209)
#CFD1DC
(207,209,220)
#DCE0E7
(220,224,231)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675984; }

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

This text font color is #675984.


Background Color

.myBgColor { background-color: #675984; }

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

This div background color is #675984.


Border color

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

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

This div border color is #675984.


Opacity

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

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

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

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

This text has shadow with #675984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675984 on black background.


Color preview on white background

This text has color #675984 on white background.



Black color preview on #675984 background

This text has black color on #675984 background.


White color preview on #675984 background

This text has white color on #675984 background.