COLOR #607A8A

HEX: #607A8A RGB: (96,122,138)

Color info

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

RGB color model

#607A8A color RGB value is (96,122,138).

RGB: (96,122,138) (38%, 48%, 54%)

RGB channels and saturation

R 96 of 255 = 38%
G 122 of 255 = 48%
B 138 of 255 = 54%

96
122
138

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

Portions of RGB colors in percentages

R + G + B = 96 + 122 + 138 = 356 (100%)
R 96 of 356 ~ 26.97%
G 122 of 356 ~ 34.27%
B 138 of 356 ~ 38.76'%

%26.97
%34.27
%38.76

CMYK color model

#607A8A color CMYK value is (30,12,0,46).

  • cyan value is 30.43%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (30,12,0,46)
C30M12Y0K46 (30%, 12%, 0%, 46%)
(0.30 / 0.12 / 0.00 / 0.46)

CMYK percentages

%30.43
%11.59
%0
%45.88

Codes

Color #607A8A in popluar color models

60 7A 8A
RGB 96 122 138
HSL 203° 17.95% 45.88%
HSB/HSV 203° 30.43% 54.12%
CMYK 30.43% 11.59% 0.00%
45.88%

Color #607A8A in popluar number systems.

HEX 60 7A 8A
Decimal 96 122 138
Binary 1100000 1111010 10001010
Octal 140 172 212

Shades and tints

Shades of #607A8A

#607A8A
(96,122,138)
#586F7E
(88,111,126)
#506472
(80,100,114)
#485966
(72,89,102)
#404E5A
(64,78,90)
#38434E
(56,67,78)
#303842
(48,56,66)
#282D36
(40,45,54)
#20222A
(32,34,42)
#18171E
(24,23,30)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #607A8A

#607A8A
(96,122,138)
#6E8694
(110,134,148)
#7C929E
(124,146,158)
#8A9EA8
(138,158,168)
#98AAB2
(152,170,178)
#A6B6BC
(166,182,188)
#B4C2C6
(180,194,198)
#C2CED0
(194,206,208)
#D0DADA
(208,218,218)
#DEE6E4
(222,230,228)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607A8A color. Also use rgb(96,122,138) instead hex code.

Text Font Color

.myTextColor { color: #607A8A; }

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

This text font color is #607A8A.

Background Color

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

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

This div background color is #607A8A.

Border color

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

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

This div border color is #607A8A.

Opacity

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

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

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

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

This text has shadow with #607A8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #607A8A.

Preview

Color preview on black background

This text has color #607A8A on black background.


Color preview on white background

This text has color #607A8A on white background.


Black color preview on #607A8A background

This text has black color on #607A8A background.


White color preview on #607A8A background

This text has white color on #607A8A background.


Related colors

Complementary color

Complementary color for #hex is #9F8575.


I love getcolorcode.com

Triadic colors

1 #8A607A and #7A8A60 with #607A8A are triadic colors.

2 #8A7A60 and #7A608A with #607A8A are triadic colors.