COLOR #606BC8

HEX: #606BC8
RGB: (96,107,200)

Color info

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

RGB color model

#606BC8 color RGB value is (96,107,200).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 200 of 255 = 78%

96
107
200

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 200 = 403 (100%)
R 96 of 403 ~ 23.82%
G 107 of 403 ~ 26.55%
B 200 of 403 ~ 49.63%

%23.82
%26.55
%49.63

CMYK color model

#606BC8 color CMYK value is (52,47,0,22).

  • cyan value is 52.00%
  • magenta value is 46.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(52,47,0,22)
C52M47Y0K22 
(52%,47%,0%,22%)
(0.52/0.47/0.00/0.22)	

CMYK percentages

%52
%46.5
%0
%21.57

Codes

Color #606BC8 in popluar color models

606BC8
RGB96107200
HSL234°48.60%58.04%
HSB/HSV234°52.00%78.43%
CMYK52.00%46.50%0.00%
21.57%

Color #606BC8 in popluar number systems.

HEX606BC8
Decimal96107200
Binary1100000110101111001000
Octal140153310

Shades and tints

Shades of #606BC8

#606BC8
(96,107,200)
#5862B6
(88,98,182)
#5059A4
(80,89,164)
#485092
(72,80,146)
#404780
(64,71,128)
#383E6E
(56,62,110)
#30355C
(48,53,92)
#282C4A
(40,44,74)
#202338
(32,35,56)
#181A26
(24,26,38)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #606BC8

#606BC8
(96,107,200)
#6E78CD
(110,120,205)
#7C85D2
(124,133,210)
#8A92D7
(138,146,215)
#989FDC
(152,159,220)
#A6ACE1
(166,172,225)
#B4B9E6
(180,185,230)
#C2C6EB
(194,198,235)
#D0D3F0
(208,211,240)
#DEE0F5
(222,224,245)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606BC8; }

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

This text font color is #606BC8.


Background Color

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

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

This div background color is #606BC8.


Border color

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

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

This div border color is #606BC8.


Opacity

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

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

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

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

This text has shadow with #606BC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606BC8 on black background.


Color preview on white background

This text has color #606BC8 on white background.



Black color preview on #606BC8 background

This text has black color on #606BC8 background.


White color preview on #606BC8 background

This text has white color on #606BC8 background.