COLOR #607ABB

HEX: #607ABB
RGB: (96,122,187)

Color info

#607ABB contains mainly blue color. Web safe color of #607ABB is #6666CC (or #66C).

RGB color model

#607ABB color RGB value is (96,122,187).

  • red value is 96;
  • green value is 122;
  • blue value is 187.
RGB:
(96,122,187)
(38%,48%,73%)

RGB channels and saturation

R 96 of 255 = 38%
G 122 of 255 = 48%
B 187 of 255 = 73%

96
122
187

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

Portions of RGB colors in percentages

R + G + B =
96 + 122 + 187 = 405 (100%)
R 96 of 405 ~ 23.7%
G 122 of 405 ~ 30.12%
B 187 of 405 ~ 46.17%

%23.7
%30.12
%46.17

CMYK color model

#607ABB color CMYK value is (49,35,0,27).

  • cyan value is 48.66%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(49,35,0,27)
C49M35Y0K27 
(49%,35%,0%,27%)
(0.49/0.35/0.00/0.27)	

CMYK percentages

%48.66
%34.76
%0
%26.67

Codes

Color #607ABB in popluar color models

607ABB
RGB96122187
HSL223°40.09%55.49%
HSB/HSV223°48.66%73.33%
CMYK48.66%34.76%0.00%
26.67%

Color #607ABB in popluar number systems.

HEX607ABB
Decimal96122187
Binary1100000111101010111011
Octal140172273

Shades and tints

Shades of #607ABB

#607ABB
(96,122,187)
#586FAA
(88,111,170)
#506499
(80,100,153)
#485988
(72,89,136)
#404E77
(64,78,119)
#384366
(56,67,102)
#303855
(48,56,85)
#282D44
(40,45,68)
#202233
(32,34,51)
#181722
(24,23,34)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #607ABB

#607ABB
(96,122,187)
#6E86C1
(110,134,193)
#7C92C7
(124,146,199)
#8A9ECD
(138,158,205)
#98AAD3
(152,170,211)
#A6B6D9
(166,182,217)
#B4C2DF
(180,194,223)
#C2CEE5
(194,206,229)
#D0DAEB
(208,218,235)
#DEE6F1
(222,230,241)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607ABB; }

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

This text font color is #607ABB.


Background Color

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

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

This div background color is #607ABB.


Border color

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

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

This div border color is #607ABB.


Opacity

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

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

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

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

This text has shadow with #607ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607ABB on black background.


Color preview on white background

This text has color #607ABB on white background.



Black color preview on #607ABB background

This text has black color on #607ABB background.


White color preview on #607ABB background

This text has white color on #607ABB background.