COLOR #675E95

HEX: #675E95
RGB: (103,94,149)

Color info

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

RGB color model

#675E95 color RGB value is (103,94,149).

  • red value is 103;
  • green value is 94;
  • blue value is 149.
RGB:
(103,94,149)
(40%,37%,58%)

RGB channels and saturation

R 103 of 255 = 40%
G 94 of 255 = 37%
B 149 of 255 = 58%

103
94
149

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

Portions of RGB colors in percentages

R + G + B =
103 + 94 + 149 = 346 (100%)
R 103 of 346 ~ 29.77%
G 94 of 346 ~ 27.17%
B 149 of 346 ~ 43.06%

%29.77
%27.17
%43.06

CMYK color model

#675E95 color CMYK value is (31,37,0,42).

  • cyan value is 30.87%
  • magenta value is 36.91%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(31,37,0,42)
C31M37Y0K42 
(31%,37%,0%,42%)
(0.31/0.37/0.00/0.42)	

CMYK percentages

%30.87
%36.91
%0
%41.57

Codes

Color #675E95 in popluar color models

675E95
RGB10394149
HSL250°22.63%47.65%
HSB/HSV250°36.91%58.43%
CMYK30.87%36.91%0.00%
41.57%

Color #675E95 in popluar number systems.

HEX675E95
Decimal10394149
Binary1100111101111010010101
Octal147136225

Shades and tints

Shades of #675E95

#675E95
(103,94,149)
#5E5688
(94,86,136)
#554E7B
(85,78,123)
#4C466E
(76,70,110)
#433E61
(67,62,97)
#3A3654
(58,54,84)
#312E47
(49,46,71)
#28263A
(40,38,58)
#1F1E2D
(31,30,45)
#161620
(22,22,32)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #675E95

#675E95
(103,94,149)
#746C9E
(116,108,158)
#817AA7
(129,122,167)
#8E88B0
(142,136,176)
#9B96B9
(155,150,185)
#A8A4C2
(168,164,194)
#B5B2CB
(181,178,203)
#C2C0D4
(194,192,212)
#CFCEDD
(207,206,221)
#DCDCE6
(220,220,230)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675E95 color. Also use rgb(103,94,149) instead hex code.

Text Font Color

.myTextColor { color: #675E95; }

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

This text font color is #675E95.


Background Color

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

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

This div background color is #675E95.


Border color

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

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

This div border color is #675E95.


Opacity

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

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

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

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

This text has shadow with #675E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675E95 on black background.


Color preview on white background

This text has color #675E95 on white background.



Black color preview on #675E95 background

This text has black color on #675E95 background.


White color preview on #675E95 background

This text has white color on #675E95 background.