COLOR #607B6A

HEX: #607B6A RGB: (96,123,106)

Color info

#607B6A contains red, green and blue colors in about the same proportion. Web safe color of #607B6A is #666666 (or #666).

RGB color model

#607B6A color RGB value is (96,123,106).

RGB: (96,123,106) (38%, 48%, 42%)

RGB channels and saturation

R 96 of 255 = 38%
G 123 of 255 = 48%
B 106 of 255 = 42%

96
123
106

R + G + B ~ 43%. #607B6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 123 + 106 = 325 (100%)
R 96 of 325 ~ 29.54%
G 123 of 325 ~ 37.85%
B 106 of 325 ~ 32.62'%

%29.54
%37.85
%32.62

CMYK color model

#607B6A color CMYK value is (22,0,14,52).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 51.76%

CMYK: (22,0,14,52)
C22M0Y14K52 (22%, 0%, 14%, 52%)
(0.22 / 0.00 / 0.14 / 0.52)

CMYK percentages

%21.95
%0
%13.82
%51.76

Codes

Color #607B6A in popluar color models

60 7B 6A
RGB 96 123 106
HSL 142° 12.33% 42.94%
HSB/HSV 142° 21.95% 48.24%
CMYK 21.95% 0.00% 13.82%
51.76%

Color #607B6A in popluar number systems.

HEX 60 7B 6A
Decimal 96 123 106
Binary 1100000 1111011 1101010
Octal 140 173 152

Shades and tints

Shades of #607B6A

#607B6A
(96,123,106)
#587061
(88,112,97)
#506558
(80,101,88)
#485A4F
(72,90,79)
#404F46
(64,79,70)
#38443D
(56,68,61)
#303934
(48,57,52)
#282E2B
(40,46,43)
#202322
(32,35,34)
#181819
(24,24,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #607B6A

#607B6A
(96,123,106)
#6E8777
(110,135,119)
#7C9384
(124,147,132)
#8A9F91
(138,159,145)
#98AB9E
(152,171,158)
#A6B7AB
(166,183,171)
#B4C3B8
(180,195,184)
#C2CFC5
(194,207,197)
#D0DBD2
(208,219,210)
#DEE7DF
(222,231,223)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607B6A color. Also use rgb(96,123,106) instead hex code.

Text Font Color

.myTextColor { color: #607B6A; }

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

This text font color is #607B6A.

Background Color

.myBgColor { background-color: #607B6A; }

<div style="background-color:#607B6A">Inner text</div>

This div background color is #607B6A.

Border color

.myBorderColor { border: 1px solid #607B6A; }

<div style="border:3px solid #607B6A">Div</div>

This div border color is #607B6A.

Opacity

.myOpacity80 { color: #607B6A; opacity: 0.8; }

<p style="color:#607B6A;opacity:0.8;">80%</p>

Text with #607B6A 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 #607B6A;}

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

This text has shadow with #607B6A color.


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

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

This text has shadow with #607B6A primary color and red secondary color.


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

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

This text has shadow with #607B6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #607B6A.

Preview

Color preview on black background

This text has color #607B6A on black background.


Color preview on white background

This text has color #607B6A on white background.


Black color preview on #607B6A background

This text has black color on #607B6A background.


White color preview on #607B6A background

This text has white color on #607B6A background.


Related colors

Complementary color

Complementary color for #hex is #9F8495.


I love getcolorcode.com

Triadic colors

1 #6A607B and #7B6A60 with #607B6A are triadic colors.

2 #6A7B60 and #7B606A with #607B6A are triadic colors.