COLOR #67698D

HEX: #67698D RGB: (103,105,141)

Color info

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

RGB color model

#67698D color RGB value is (103,105,141).

RGB: (103,105,141) (40%, 41%, 55%)

RGB channels and saturation

R 103 of 255 = 40%
G 105 of 255 = 41%
B 141 of 255 = 55%

103
105
141

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

Portions of RGB colors in percentages

R + G + B = 103 + 105 + 141 = 349 (100%)
R 103 of 349 ~ 29.51%
G 105 of 349 ~ 30.09%
B 141 of 349 ~ 40.4'%

%29.51
%30.09
%40.4

CMYK color model

#67698D color CMYK value is (27,26,0,45).

  • cyan value is 26.95%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (27,26,0,45) C27M26Y0K45 (27%,26%,0%,45%) (0.27/0.26/0.00/0.45) 

CMYK percentages

%26.95
%25.53
%0
%44.71

Codes

Color #67698D in popluar color models

67 69 8D
RGB 103 105 141
HSL 237° 15.57% 47.84%
HSB/HSV 237° 26.95% 55.29%
CMYK 26.95% 25.53% 0.00%
44.71%

Color #67698D in popluar number systems.

HEX 67 69 8D
Decimal 103 105 141
Binary 1100111 1101001 10001101
Octal 147 151 215

Shades and tints

Shades of #67698D

#67698D
(103,105,141)
#5E6081
(94,96,129)
#555775
(85,87,117)
#4C4E69
(76,78,105)
#43455D
(67,69,93)
#3A3C51
(58,60,81)
#313345
(49,51,69)
#282A39
(40,42,57)
#1F212D
(31,33,45)
#161821
(22,24,33)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #67698D

#67698D
(103,105,141)
#747697
(116,118,151)
#8183A1
(129,131,161)
#8E90AB
(142,144,171)
#9B9DB5
(155,157,181)
#A8AABF
(168,170,191)
#B5B7C9
(181,183,201)
#C2C4D3
(194,196,211)
#CFD1DD
(207,209,221)
#DCDEE7
(220,222,231)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67698D color. Also use rgb(103,105,141) instead hex code.

Text Font Color

.myTextColor { color: #67698D; }

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

This text font color is #67698D.

Background Color

.myBgColor { background-color: #67698D; }

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

This div background color is #67698D.

Border color

.myBorderColor { border: 1px solid #67698D; }

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

This div border color is #67698D.

Opacity

.myOpacity80 { color: #67698D; opacity: 0.8; }

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

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

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

This text has shadow with #67698D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67698D.

Preview

Color preview on black background

This text has color #67698D on black background.


Color preview on white background

This text has color #67698D on white background.


Black color preview on #67698D background

This text has black color on #67698D background.


White color preview on #67698D background

This text has white color on #67698D background.


Related colors

Complementary color

Complementary color for #hex is #989672.


I love getcolorcode.com

Triadic colors

1 #8D6769 and #698D67 with #67698D are triadic colors.

2 #8D6967 and #69678D with #67698D are triadic colors.