COLOR #675C81

HEX: #675C81
RGB: (103,92,129)

Color info

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

RGB color model

#675C81 color RGB value is (103,92,129).

  • red value is 103;
  • green value is 92;
  • blue value is 129.
RGB:
(103,92,129)
(40%,36%,51%)

RGB channels and saturation

R 103 of 255 = 40%
G 92 of 255 = 36%
B 129 of 255 = 51%

103
92
129

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

Portions of RGB colors in percentages

R + G + B =
103 + 92 + 129 = 324 (100%)
R 103 of 324 ~ 31.79%
G 92 of 324 ~ 28.4%
B 129 of 324 ~ 39.81%

%31.79
%28.4
%39.81

CMYK color model

#675C81 color CMYK value is (20,29,0,49).

  • cyan value is 20.16%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(20,29,0,49)
C20M29Y0K49 
(20%,29%,0%,49%)
(0.20/0.29/0.00/0.49)	

CMYK percentages

%20.16
%28.68
%0
%49.41

Codes

Color #675C81 in popluar color models

675C81
RGB10392129
HSL258°16.74%43.33%
HSB/HSV258°28.68%50.59%
CMYK20.16%28.68%0.00%
49.41%

Color #675C81 in popluar number systems.

HEX675C81
Decimal10392129
Binary1100111101110010000001
Octal147134201

Shades and tints

Shades of #675C81

#675C81
(103,92,129)
#5E5476
(94,84,118)
#554C6B
(85,76,107)
#4C4460
(76,68,96)
#433C55
(67,60,85)
#3A344A
(58,52,74)
#312C3F
(49,44,63)
#282434
(40,36,52)
#1F1C29
(31,28,41)
#16141E
(22,20,30)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #675C81

#675C81
(103,92,129)
#746A8C
(116,106,140)
#817897
(129,120,151)
#8E86A2
(142,134,162)
#9B94AD
(155,148,173)
#A8A2B8
(168,162,184)
#B5B0C3
(181,176,195)
#C2BECE
(194,190,206)
#CFCCD9
(207,204,217)
#DCDAE4
(220,218,228)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675C81 color. Also use rgb(103,92,129) instead hex code.

Text Font Color

.myTextColor { color: #675C81; }

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

This text font color is #675C81.


Background Color

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

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

This div background color is #675C81.


Border color

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

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

This div border color is #675C81.


Opacity

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

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

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

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

This text has shadow with #675C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675C81 on black background.


Color preview on white background

This text has color #675C81 on white background.



Black color preview on #675C81 background

This text has black color on #675C81 background.


White color preview on #675C81 background

This text has white color on #675C81 background.