COLOR #68699C

HEX: #68699C
RGB: (104,105,156)

Color info

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

RGB color model

#68699C color RGB value is (104,105,156).

  • red value is 104;
  • green value is 105;
  • blue value is 156.
RGB:
(104,105,156)
(41%,41%,61%)

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 156 of 255 = 61%

104
105
156

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

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 156 = 365 (100%)
R 104 of 365 ~ 28.49%
G 105 of 365 ~ 28.77%
B 156 of 365 ~ 42.74%

%28.49
%28.77
%42.74

CMYK color model

#68699C color CMYK value is (33,33,0,39).

  • cyan value is 33.33%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(33,33,0,39)
C33M33Y0K39 
(33%,33%,0%,39%)
(0.33/0.33/0.00/0.39)	

CMYK percentages

%33.33
%32.69
%0
%38.82

Codes

Color #68699C in popluar color models

68699C
RGB104105156
HSL239°20.80%50.98%
HSB/HSV239°33.33%61.18%
CMYK33.33%32.69%0.00%
38.82%

Color #68699C in popluar number systems.

HEX68699C
Decimal104105156
Binary1101000110100110011100
Octal150151234

Shades and tints

Shades of #68699C

#68699C
(104,105,156)
#5F608E
(95,96,142)
#565780
(86,87,128)
#4D4E72
(77,78,114)
#444564
(68,69,100)
#3B3C56
(59,60,86)
#323348
(50,51,72)
#292A3A
(41,42,58)
#20212C
(32,33,44)
#17181E
(23,24,30)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #68699C

#68699C
(104,105,156)
#7576A5
(117,118,165)
#8283AE
(130,131,174)
#8F90B7
(143,144,183)
#9C9DC0
(156,157,192)
#A9AAC9
(169,170,201)
#B6B7D2
(182,183,210)
#C3C4DB
(195,196,219)
#D0D1E4
(208,209,228)
#DDDEED
(221,222,237)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68699C color. Also use rgb(104,105,156) instead hex code.

Text Font Color

.myTextColor { color: #68699C; }

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

This text font color is #68699C.


Background Color

.myBgColor { background-color: #68699C; }

<div style="background-color:#68699C">Inner text</div>

This div background color is #68699C.


Border color

.myBorderColor { border: 1px solid #68699C; }

<div style="border:3px solid #68699C">Div</div>

This div border color is #68699C.


Opacity

.myOpacity80 { color: #68699C; opacity: 0.8; }

<p style="color:#68699C;opacity:0.8;">80%</p>

Text with #68699C 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 #68699C;}

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

This text has shadow with #68699C color.

.textShadow {text-shadow: 3px 3px 1px #68699C, 3px 3px 1px red;}

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

This text has shadow with #68699C primary color and red secondary color.


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

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

This text has shadow with #68699C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68699C on black background.


Color preview on white background

This text has color #68699C on white background.



Black color preview on #68699C background

This text has black color on #68699C background.


White color preview on #68699C background

This text has white color on #68699C background.