COLOR #606BAF

HEX: #606BAF
RGB: (96,107,175)

Color info

#606BAF contains mainly blue color. Web safe color of #606BAF is #666699 (or #669).

RGB color model

#606BAF color RGB value is (96,107,175).

  • red value is 96;
  • green value is 107;
  • blue value is 175.
RGB:
(96,107,175)
(38%,42%,69%)

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 175 of 255 = 69%

96
107
175

R + G + B ~ 50%. #606BAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 175 = 378 (100%)
R 96 of 378 ~ 25.4%
G 107 of 378 ~ 28.31%
B 175 of 378 ~ 46.3%

%25.4
%28.31
%46.3

CMYK color model

#606BAF color CMYK value is (45,39,0,31).

  • cyan value is 45.14%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(45,39,0,31)
C45M39Y0K31 
(45%,39%,0%,31%)
(0.45/0.39/0.00/0.31)	

CMYK percentages

%45.14
%38.86
%0
%31.37

Codes

Color #606BAF in popluar color models

606BAF
RGB96107175
HSL232°33.05%53.14%
HSB/HSV232°45.14%68.63%
CMYK45.14%38.86%0.00%
31.37%

Color #606BAF in popluar number systems.

HEX606BAF
Decimal96107175
Binary1100000110101110101111
Octal140153257

Shades and tints

Shades of #606BAF

#606BAF
(96,107,175)
#5862A0
(88,98,160)
#505991
(80,89,145)
#485082
(72,80,130)
#404773
(64,71,115)
#383E64
(56,62,100)
#303555
(48,53,85)
#282C46
(40,44,70)
#202337
(32,35,55)
#181A28
(24,26,40)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #606BAF

#606BAF
(96,107,175)
#6E78B6
(110,120,182)
#7C85BD
(124,133,189)
#8A92C4
(138,146,196)
#989FCB
(152,159,203)
#A6ACD2
(166,172,210)
#B4B9D9
(180,185,217)
#C2C6E0
(194,198,224)
#D0D3E7
(208,211,231)
#DEE0EE
(222,224,238)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606BAF color. Also use rgb(96,107,175) instead hex code.

Text Font Color

.myTextColor { color: #606BAF; }

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

This text font color is #606BAF.


Background Color

.myBgColor { background-color: #606BAF; }

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

This div background color is #606BAF.


Border color

.myBorderColor { border: 1px solid #606BAF; }

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

This div border color is #606BAF.


Opacity

.myOpacity80 { color: #606BAF; opacity: 0.8; }

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

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

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

This text has shadow with #606BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606BAF on black background.


Color preview on white background

This text has color #606BAF on white background.



Black color preview on #606BAF background

This text has black color on #606BAF background.


White color preview on #606BAF background

This text has white color on #606BAF background.