COLOR #675F81

HEX: #675F81 RGB: (103,95,129)

Color info

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

RGB color model

#675F81 color RGB value is (103,95,129).

RGB: (103,95,129) (40%, 37%, 51%)

RGB channels and saturation

R 103 of 255 = 40%
G 95 of 255 = 37%
B 129 of 255 = 51%

103
95
129

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

Portions of RGB colors in percentages

R + G + B = 103 + 95 + 129 = 327 (100%)
R 103 of 327 ~ 31.5%
G 95 of 327 ~ 29.05%
B 129 of 327 ~ 39.45'%

%31.5
%29.05
%39.45

CMYK color model

#675F81 color CMYK value is (20,26,0,49).

  • cyan value is 20.16%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (20,26,0,49)
C20M26Y0K49 (20%, 26%, 0%, 49%)
(0.20 / 0.26 / 0.00 / 0.49)

CMYK percentages

%20.16
%26.36
%0
%49.41

Codes

Color #675F81 in popluar color models

67 5F 81
RGB 103 95 129
HSL 254° 15.18% 43.92%
HSB/HSV 254° 26.36% 50.59%
CMYK 20.16% 26.36% 0.00%
49.41%

Color #675F81 in popluar number systems.

HEX 67 5F 81
Decimal 103 95 129
Binary 1100111 1011111 10000001
Octal 147 137 201

Shades and tints

Shades of #675F81

#675F81
(103,95,129)
#5E5776
(94,87,118)
#554F6B
(85,79,107)
#4C4760
(76,71,96)
#433F55
(67,63,85)
#3A374A
(58,55,74)
#312F3F
(49,47,63)
#282734
(40,39,52)
#1F1F29
(31,31,41)
#16171E
(22,23,30)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #675F81

#675F81
(103,95,129)
#746D8C
(116,109,140)
#817B97
(129,123,151)
#8E89A2
(142,137,162)
#9B97AD
(155,151,173)
#A8A5B8
(168,165,184)
#B5B3C3
(181,179,195)
#C2C1CE
(194,193,206)
#CFCFD9
(207,207,217)
#DCDDE4
(220,221,228)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675F81; }

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

This text font color is #675F81.

Background Color

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

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

This div background color is #675F81.

Border color

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

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

This div border color is #675F81.

Opacity

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

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

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

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

This text has shadow with #675F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675F81.

Preview

Color preview on black background

This text has color #675F81 on black background.


Color preview on white background

This text has color #675F81 on white background.


Black color preview on #675F81 background

This text has black color on #675F81 background.


White color preview on #675F81 background

This text has white color on #675F81 background.


Related colors

Complementary color

Complementary color for #hex is #98A07E.


I love getcolorcode.com

Triadic colors

1 #81675F and #5F8167 with #675F81 are triadic colors.

2 #815F67 and #5F6781 with #675F81 are triadic colors.