COLOR #606BCA

HEX: #606BCA
RGB: (96,107,202)

Color info

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

RGB color model

#606BCA color RGB value is (96,107,202).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 202 of 255 = 79%

96
107
202

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 202 = 405 (100%)
R 96 of 405 ~ 23.7%
G 107 of 405 ~ 26.42%
B 202 of 405 ~ 49.88%

%23.7
%26.42
%49.88

CMYK color model

#606BCA color CMYK value is (52,47,0,21).

  • cyan value is 52.48%
  • magenta value is 47.03%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(52,47,0,21)
C52M47Y0K21 
(52%,47%,0%,21%)
(0.52/0.47/0.00/0.21)	

CMYK percentages

%52.48
%47.03
%0
%20.78

Codes

Color #606BCA in popluar color models

606BCA
RGB96107202
HSL234°50.00%58.43%
HSB/HSV234°52.48%79.22%
CMYK52.48%47.03%0.00%
20.78%

Color #606BCA in popluar number systems.

HEX606BCA
Decimal96107202
Binary1100000110101111001010
Octal140153312

Shades and tints

Shades of #606BCA

#606BCA
(96,107,202)
#5862B8
(88,98,184)
#5059A6
(80,89,166)
#485094
(72,80,148)
#404782
(64,71,130)
#383E70
(56,62,112)
#30355E
(48,53,94)
#282C4C
(40,44,76)
#20233A
(32,35,58)
#181A28
(24,26,40)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #606BCA

#606BCA
(96,107,202)
#6E78CE
(110,120,206)
#7C85D2
(124,133,210)
#8A92D6
(138,146,214)
#989FDA
(152,159,218)
#A6ACDE
(166,172,222)
#B4B9E2
(180,185,226)
#C2C6E6
(194,198,230)
#D0D3EA
(208,211,234)
#DEE0EE
(222,224,238)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606BCA; }

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

This text font color is #606BCA.


Background Color

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

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

This div background color is #606BCA.


Border color

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

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

This div border color is #606BCA.


Opacity

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

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

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

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

This text has shadow with #606BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606BCA on black background.


Color preview on white background

This text has color #606BCA on white background.



Black color preview on #606BCA background

This text has black color on #606BCA background.


White color preview on #606BCA background

This text has white color on #606BCA background.