COLOR #60638B

HEX: #60638B
RGB: (96,99,139)

Color info

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

RGB color model

#60638B color RGB value is (96,99,139).

  • red value is 96;
  • green value is 99;
  • blue value is 139.
RGB:
(96,99,139)
(38%,39%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 99 of 255 = 39%
B 139 of 255 = 55%

96
99
139

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

Portions of RGB colors in percentages

R + G + B =
96 + 99 + 139 = 334 (100%)
R 96 of 334 ~ 28.74%
G 99 of 334 ~ 29.64%
B 139 of 334 ~ 41.62%

%28.74
%29.64
%41.62

CMYK color model

#60638B color CMYK value is (31,29,0,45).

  • cyan value is 30.94%
  • magenta value is 28.78%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(31,29,0,45)
C31M29Y0K45 
(31%,29%,0%,45%)
(0.31/0.29/0.00/0.45)	

CMYK percentages

%30.94
%28.78
%0
%45.49

Codes

Color #60638B in popluar color models

60638B
RGB9699139
HSL236°18.30%46.08%
HSB/HSV236°30.94%54.51%
CMYK30.94%28.78%0.00%
45.49%

Color #60638B in popluar number systems.

HEX60638B
Decimal9699139
Binary1100000110001110001011
Octal140143213

Shades and tints

Shades of #60638B

#60638B
(96,99,139)
#585A7F
(88,90,127)
#505173
(80,81,115)
#484867
(72,72,103)
#403F5B
(64,63,91)
#38364F
(56,54,79)
#302D43
(48,45,67)
#282437
(40,36,55)
#201B2B
(32,27,43)
#18121F
(24,18,31)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #60638B

#60638B
(96,99,139)
#6E7195
(110,113,149)
#7C7F9F
(124,127,159)
#8A8DA9
(138,141,169)
#989BB3
(152,155,179)
#A6A9BD
(166,169,189)
#B4B7C7
(180,183,199)
#C2C5D1
(194,197,209)
#D0D3DB
(208,211,219)
#DEE1E5
(222,225,229)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60638B color. Also use rgb(96,99,139) instead hex code.

Text Font Color

.myTextColor { color: #60638B; }

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

This text font color is #60638B.


Background Color

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

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

This div background color is #60638B.


Border color

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

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

This div border color is #60638B.


Opacity

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

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

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

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

This text has shadow with #60638B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60638B on black background.


Color preview on white background

This text has color #60638B on white background.



Black color preview on #60638B background

This text has black color on #60638B background.


White color preview on #60638B background

This text has white color on #60638B background.