COLOR #68669C

HEX: #68669C RGB: (104,102,156)

Color info

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

RGB color model

#68669C color RGB value is (104,102,156).

RGB: (104,102,156) (41%, 40%, 61%)

RGB channels and saturation

R 104 of 255 = 41%
G 102 of 255 = 40%
B 156 of 255 = 61%

104
102
156

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

Portions of RGB colors in percentages

R + G + B = 104 + 102 + 156 = 362 (100%)
R 104 of 362 ~ 28.73%
G 102 of 362 ~ 28.18%
B 156 of 362 ~ 43.09'%

%28.73
%28.18
%43.09

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (33,35,0,39)
C33M35Y0K39 (33%, 35%, 0%, 39%)
(0.33 / 0.35 / 0.00 / 0.39)

CMYK percentages

%33.33
%34.62
%0
%38.82

Codes

Color #68669C in popluar color models

68 66 9C
RGB 104 102 156
HSL 242° 21.43% 50.59%
HSB/HSV 242° 34.62% 61.18%
CMYK 33.33% 34.62% 0.00%
38.82%

Color #68669C in popluar number systems.

HEX 68 66 9C
Decimal 104 102 156
Binary 1101000 1100110 10011100
Octal 150 146 234

Shades and tints

Shades of #68669C

#68669C
(104,102,156)
#5F5D8E
(95,93,142)
#565480
(86,84,128)
#4D4B72
(77,75,114)
#444264
(68,66,100)
#3B3956
(59,57,86)
#323048
(50,48,72)
#29273A
(41,39,58)
#201E2C
(32,30,44)
#17151E
(23,21,30)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #68669C

#68669C
(104,102,156)
#7573A5
(117,115,165)
#8280AE
(130,128,174)
#8F8DB7
(143,141,183)
#9C9AC0
(156,154,192)
#A9A7C9
(169,167,201)
#B6B4D2
(182,180,210)
#C3C1DB
(195,193,219)
#D0CEE4
(208,206,228)
#DDDBED
(221,219,237)
#EAE8F6
(234,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68669C; }

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

This text font color is #68669C.

Background Color

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

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

This div background color is #68669C.

Border color

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

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

This div border color is #68669C.

Opacity

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

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

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

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

This text has shadow with #68669C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68669C.

Preview

Color preview on black background

This text has color #68669C on black background.


Color preview on white background

This text has color #68669C on white background.


Black color preview on #68669C background

This text has black color on #68669C background.


White color preview on #68669C background

This text has white color on #68669C background.


Related colors

Complementary color

Complementary color for #hex is #979963.


I love getcolorcode.com

Triadic colors

1 #9C6866 and #669C68 with #68669C are triadic colors.

2 #9C6668 and #66689C with #68669C are triadic colors.