COLOR #60638C

HEX: #60638C
RGB: (96,99,140)

Color info

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

RGB color model

#60638C color RGB value is (96,99,140).

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

RGB channels and saturation

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

96
99
140

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

Portions of RGB colors in percentages

R + G + B =
96 + 99 + 140 = 335 (100%)
R 96 of 335 ~ 28.66%
G 99 of 335 ~ 29.55%
B 140 of 335 ~ 41.79%

%28.66
%29.55
%41.79

CMYK color model

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

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

CMYK percentages

%31.43
%29.29
%0
%45.1

Codes

Color #60638C in popluar color models

60638C
RGB9699140
HSL236°18.64%46.27%
HSB/HSV236°31.43%54.90%
CMYK31.43%29.29%0.00%
45.10%

Color #60638C in popluar number systems.

HEX60638C
Decimal9699140
Binary1100000110001110001100
Octal140143214

Shades and tints

Shades of #60638C

#60638C
(96,99,140)
#585A80
(88,90,128)
#505174
(80,81,116)
#484868
(72,72,104)
#403F5C
(64,63,92)
#383650
(56,54,80)
#302D44
(48,45,68)
#282438
(40,36,56)
#201B2C
(32,27,44)
#181220
(24,18,32)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #60638C

#60638C
(96,99,140)
#6E7196
(110,113,150)
#7C7FA0
(124,127,160)
#8A8DAA
(138,141,170)
#989BB4
(152,155,180)
#A6A9BE
(166,169,190)
#B4B7C8
(180,183,200)
#C2C5D2
(194,197,210)
#D0D3DC
(208,211,220)
#DEE1E6
(222,225,230)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60638C; }

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

This text font color is #60638C.


Background Color

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

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

This div background color is #60638C.


Border color

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

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

This div border color is #60638C.


Opacity

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

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

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

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

This text has shadow with #60638C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60638C on black background.


Color preview on white background

This text has color #60638C on white background.



Black color preview on #60638C background

This text has black color on #60638C background.


White color preview on #60638C background

This text has white color on #60638C background.