COLOR #675F85

HEX: #675F85
RGB: (103,95,133)

Color info

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

RGB color model

#675F85 color RGB value is (103,95,133).

  • red value is 103;
  • green value is 95;
  • blue value is 133.
RGB:
(103,95,133)
(40%,37%,52%)

RGB channels and saturation

R 103 of 255 = 40%
G 95 of 255 = 37%
B 133 of 255 = 52%

103
95
133

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

Portions of RGB colors in percentages

R + G + B =
103 + 95 + 133 = 331 (100%)
R 103 of 331 ~ 31.12%
G 95 of 331 ~ 28.7%
B 133 of 331 ~ 40.18%

%31.12
%28.7
%40.18

CMYK color model

#675F85 color CMYK value is (23,29,0,48).

  • cyan value is 22.56%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,29,0,48)
C23M29Y0K48 
(23%,29%,0%,48%)
(0.23/0.29/0.00/0.48)	

CMYK percentages

%22.56
%28.57
%0
%47.84

Codes

Color #675F85 in popluar color models

675F85
RGB10395133
HSL253°16.67%44.71%
HSB/HSV253°28.57%52.16%
CMYK22.56%28.57%0.00%
47.84%

Color #675F85 in popluar number systems.

HEX675F85
Decimal10395133
Binary1100111101111110000101
Octal147137205

Shades and tints

Shades of #675F85

#675F85
(103,95,133)
#5E5779
(94,87,121)
#554F6D
(85,79,109)
#4C4761
(76,71,97)
#433F55
(67,63,85)
#3A3749
(58,55,73)
#312F3D
(49,47,61)
#282731
(40,39,49)
#1F1F25
(31,31,37)
#161719
(22,23,25)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #675F85

#675F85
(103,95,133)
#746D90
(116,109,144)
#817B9B
(129,123,155)
#8E89A6
(142,137,166)
#9B97B1
(155,151,177)
#A8A5BC
(168,165,188)
#B5B3C7
(181,179,199)
#C2C1D2
(194,193,210)
#CFCFDD
(207,207,221)
#DCDDE8
(220,221,232)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675F85 color. Also use rgb(103,95,133) instead hex code.

Text Font Color

.myTextColor { color: #675F85; }

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

This text font color is #675F85.


Background Color

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

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

This div background color is #675F85.


Border color

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

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

This div border color is #675F85.


Opacity

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

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

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

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

This text has shadow with #675F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675F85 on black background.


Color preview on white background

This text has color #675F85 on white background.



Black color preview on #675F85 background

This text has black color on #675F85 background.


White color preview on #675F85 background

This text has white color on #675F85 background.