COLOR #68648B

HEX: #68648B RGB: (104,100,139)

Color info

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

RGB color model

#68648B color RGB value is (104,100,139).

RGB: (104,100,139) (41%, 39%, 55%)

RGB channels and saturation

R 104 of 255 = 41%
G 100 of 255 = 39%
B 139 of 255 = 55%

104
100
139

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

Portions of RGB colors in percentages

R + G + B = 104 + 100 + 139 = 343 (100%)
R 104 of 343 ~ 30.32%
G 100 of 343 ~ 29.15%
B 139 of 343 ~ 40.52'%

%30.32
%29.15
%40.52

CMYK color model

#68648B color CMYK value is (25,28,0,45).

  • cyan value is 25.18%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (25,28,0,45)
C25M28Y0K45 (25%, 28%, 0%, 45%)
(0.25 / 0.28 / 0.00 / 0.45)

CMYK percentages

%25.18
%28.06
%0
%45.49

Codes

Color #68648B in popluar color models

68 64 8B
RGB 104 100 139
HSL 246° 16.32% 46.86%
HSB/HSV 246° 28.06% 54.51%
CMYK 25.18% 28.06% 0.00%
45.49%

Color #68648B in popluar number systems.

HEX 68 64 8B
Decimal 104 100 139
Binary 1101000 1100100 10001011
Octal 150 144 213

Shades and tints

Shades of #68648B

#68648B
(104,100,139)
#5F5B7F
(95,91,127)
#565273
(86,82,115)
#4D4967
(77,73,103)
#44405B
(68,64,91)
#3B374F
(59,55,79)
#322E43
(50,46,67)
#292537
(41,37,55)
#201C2B
(32,28,43)
#17131F
(23,19,31)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #68648B

#68648B
(104,100,139)
#757295
(117,114,149)
#82809F
(130,128,159)
#8F8EA9
(143,142,169)
#9C9CB3
(156,156,179)
#A9AABD
(169,170,189)
#B6B8C7
(182,184,199)
#C3C6D1
(195,198,209)
#D0D4DB
(208,212,219)
#DDE2E5
(221,226,229)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68648B color. Also use rgb(104,100,139) instead hex code.

Text Font Color

.myTextColor { color: #68648B; }

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

This text font color is #68648B.

Background Color

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

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

This div background color is #68648B.

Border color

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

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

This div border color is #68648B.

Opacity

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

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

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

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

This text has shadow with #68648B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68648B.

Preview

Color preview on black background

This text has color #68648B on black background.


Color preview on white background

This text has color #68648B on white background.


Black color preview on #68648B background

This text has black color on #68648B background.


White color preview on #68648B background

This text has white color on #68648B background.


Related colors

Complementary color

Complementary color for #hex is #979B74.


I love getcolorcode.com

Triadic colors

1 #8B6864 and #648B68 with #68648B are triadic colors.

2 #8B6468 and #64688B with #68648B are triadic colors.