COLOR #607995

HEX: #607995
RGB: (96,121,149)

Color info

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

RGB color model

#607995 color RGB value is (96,121,149).

  • red value is 96;
  • green value is 121;
  • blue value is 149.
RGB:
(96,121,149)
(38%,47%,58%)

RGB channels and saturation

R 96 of 255 = 38%
G 121 of 255 = 47%
B 149 of 255 = 58%

96
121
149

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

Portions of RGB colors in percentages

R + G + B =
96 + 121 + 149 = 366 (100%)
R 96 of 366 ~ 26.23%
G 121 of 366 ~ 33.06%
B 149 of 366 ~ 40.71%

%26.23
%33.06
%40.71

CMYK color model

#607995 color CMYK value is (36,19,0,42).

  • cyan value is 35.57%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(36,19,0,42)
C36M19Y0K42 
(36%,19%,0%,42%)
(0.36/0.19/0.00/0.42)	

CMYK percentages

%35.57
%18.79
%0
%41.57

Codes

Color #607995 in popluar color models

607995
RGB96121149
HSL212°21.63%48.04%
HSB/HSV212°35.57%58.43%
CMYK35.57%18.79%0.00%
41.57%

Color #607995 in popluar number systems.

HEX607995
Decimal96121149
Binary1100000111100110010101
Octal140171225

Shades and tints

Shades of #607995

#607995
(96,121,149)
#586E88
(88,110,136)
#50637B
(80,99,123)
#48586E
(72,88,110)
#404D61
(64,77,97)
#384254
(56,66,84)
#303747
(48,55,71)
#282C3A
(40,44,58)
#20212D
(32,33,45)
#181620
(24,22,32)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #607995

#607995
(96,121,149)
#6E859E
(110,133,158)
#7C91A7
(124,145,167)
#8A9DB0
(138,157,176)
#98A9B9
(152,169,185)
#A6B5C2
(166,181,194)
#B4C1CB
(180,193,203)
#C2CDD4
(194,205,212)
#D0D9DD
(208,217,221)
#DEE5E6
(222,229,230)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607995 color. Also use rgb(96,121,149) instead hex code.

Text Font Color

.myTextColor { color: #607995; }

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

This text font color is #607995.


Background Color

.myBgColor { background-color: #607995; }

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

This div background color is #607995.


Border color

.myBorderColor { border: 1px solid #607995; }

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

This div border color is #607995.


Opacity

.myOpacity80 { color: #607995; opacity: 0.8; }

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

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

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

This text has shadow with #607995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607995 on black background.


Color preview on white background

This text has color #607995 on white background.



Black color preview on #607995 background

This text has black color on #607995 background.


White color preview on #607995 background

This text has white color on #607995 background.