COLOR #67719B

HEX: #67719B
RGB: (103,113,155)

Color info

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

RGB color model

#67719B color RGB value is (103,113,155).

  • red value is 103;
  • green value is 113;
  • blue value is 155.
RGB:
(103,113,155)
(40%,44%,61%)

RGB channels and saturation

R 103 of 255 = 40%
G 113 of 255 = 44%
B 155 of 255 = 61%

103
113
155

R + G + B ~ 48%. #67719B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 113 + 155 = 371 (100%)
R 103 of 371 ~ 27.76%
G 113 of 371 ~ 30.46%
B 155 of 371 ~ 41.78%

%27.76
%30.46
%41.78

CMYK color model

#67719B color CMYK value is (34,27,0,39).

  • cyan value is 33.55%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(34,27,0,39)
C34M27Y0K39 
(34%,27%,0%,39%)
(0.34/0.27/0.00/0.39)	

CMYK percentages

%33.55
%27.1
%0
%39.22

Codes

Color #67719B in popluar color models

67719B
RGB103113155
HSL228°20.63%50.59%
HSB/HSV228°33.55%60.78%
CMYK33.55%27.10%0.00%
39.22%

Color #67719B in popluar number systems.

HEX67719B
Decimal103113155
Binary1100111111000110011011
Octal147161233

Shades and tints

Shades of #67719B

#67719B
(103,113,155)
#5E678D
(94,103,141)
#555D7F
(85,93,127)
#4C5371
(76,83,113)
#434963
(67,73,99)
#3A3F55
(58,63,85)
#313547
(49,53,71)
#282B39
(40,43,57)
#1F212B
(31,33,43)
#16171D
(22,23,29)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #67719B

#67719B
(103,113,155)
#747DA4
(116,125,164)
#8189AD
(129,137,173)
#8E95B6
(142,149,182)
#9BA1BF
(155,161,191)
#A8ADC8
(168,173,200)
#B5B9D1
(181,185,209)
#C2C5DA
(194,197,218)
#CFD1E3
(207,209,227)
#DCDDEC
(220,221,236)
#E9E9F5
(233,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67719B color. Also use rgb(103,113,155) instead hex code.

Text Font Color

.myTextColor { color: #67719B; }

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

This text font color is #67719B.


Background Color

.myBgColor { background-color: #67719B; }

<div style="background-color:#67719B">Inner text</div>

This div background color is #67719B.


Border color

.myBorderColor { border: 1px solid #67719B; }

<div style="border:3px solid #67719B">Div</div>

This div border color is #67719B.


Opacity

.myOpacity80 { color: #67719B; opacity: 0.8; }

<p style="color:#67719B;opacity:0.8;">80%</p>

Text with #67719B 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 #67719B;}

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

This text has shadow with #67719B color.

.textShadow {text-shadow: 3px 3px 1px #67719B, 3px 3px 1px red;}

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

This text has shadow with #67719B primary color and red secondary color.


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

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

This text has shadow with #67719B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67719B on black background.


Color preview on white background

This text has color #67719B on white background.



Black color preview on #67719B background

This text has black color on #67719B background.


White color preview on #67719B background

This text has white color on #67719B background.