COLOR #60689C

HEX: #60689C RGB: (96,104,156)

Color info

#60689C contains mainly green and blue colors. Web safe color of #60689C is #666699 (or #669).

RGB color model

#60689C color RGB value is (96,104,156).

RGB: (96,104,156) (38%, 41%, 61%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 156 of 255 = 61%

96
104
156

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

Portions of RGB colors in percentages

R + G + B = 96 + 104 + 156 = 356 (100%)
R 96 of 356 ~ 26.97%
G 104 of 356 ~ 29.21%
B 156 of 356 ~ 43.82'%

%26.97
%29.21
%43.82

CMYK color model

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

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

CMYK: (38,33,0,39)
C38M33Y0K39 (38%, 33%, 0%, 39%)
(0.38 / 0.33 / 0.00 / 0.39)

CMYK percentages

%38.46
%33.33
%0
%38.82

Codes

Color #60689C in popluar color models

60 68 9C
RGB 96 104 156
HSL 232° 23.81% 49.41%
HSB/HSV 232° 38.46% 61.18%
CMYK 38.46% 33.33% 0.00%
38.82%

Color #60689C in popluar number systems.

HEX 60 68 9C
Decimal 96 104 156
Binary 1100000 1101000 10011100
Octal 140 150 234

Shades and tints

Shades of #60689C

#60689C
(96,104,156)
#585F8E
(88,95,142)
#505680
(80,86,128)
#484D72
(72,77,114)
#404464
(64,68,100)
#383B56
(56,59,86)
#303248
(48,50,72)
#28293A
(40,41,58)
#20202C
(32,32,44)
#18171E
(24,23,30)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #60689C

#60689C
(96,104,156)
#6E75A5
(110,117,165)
#7C82AE
(124,130,174)
#8A8FB7
(138,143,183)
#989CC0
(152,156,192)
#A6A9C9
(166,169,201)
#B4B6D2
(180,182,210)
#C2C3DB
(194,195,219)
#D0D0E4
(208,208,228)
#DEDDED
(222,221,237)
#ECEAF6
(236,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60689C; }

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

This text font color is #60689C.

Background Color

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

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

This div background color is #60689C.

Border color

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

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

This div border color is #60689C.

Opacity

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

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

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

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

This text has shadow with #60689C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60689C.

Preview

Color preview on black background

This text has color #60689C on black background.


Color preview on white background

This text has color #60689C on white background.


Black color preview on #60689C background

This text has black color on #60689C background.


White color preview on #60689C background

This text has white color on #60689C background.


Related colors

Complementary color

Complementary color for #hex is #9F9763.


I love getcolorcode.com

Triadic colors

1 #9C6068 and #689C60 with #60689C are triadic colors.

2 #9C6860 and #68609C with #60689C are triadic colors.