COLOR #608CED

HEX: #608CED
RGB: (96,140,237)

Color info

#608CED contains mainly blue color. Web safe color of #608CED is #6699FF (or #69F).

RGB color model

#608CED color RGB value is (96,140,237).

  • red value is 96;
  • green value is 140;
  • blue value is 237.
RGB:
(96,140,237)
(38%,55%,93%)

RGB channels and saturation

R 96 of 255 = 38%
G 140 of 255 = 55%
B 237 of 255 = 93%

96
140
237

R + G + B ~ 62%. #608CED is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 140 + 237 = 473 (100%)
R 96 of 473 ~ 20.3%
G 140 of 473 ~ 29.6%
B 237 of 473 ~ 50.11%

%20.3
%29.6
%50.11

CMYK color model

#608CED color CMYK value is (59,41,0,7).

  • cyan value is 59.49%
  • magenta value is 40.93%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(59,41,0,7)
C59M41Y0K7 
(59%,41%,0%,7%)
(0.59/0.41/0.00/0.07)	

CMYK percentages

%59.49
%40.93
%0
%7.06

Codes

Color #608CED in popluar color models

608CED
RGB96140237
HSL221°79.66%65.29%
HSB/HSV221°59.49%92.94%
CMYK59.49%40.93%0.00%
7.06%

Color #608CED in popluar number systems.

HEX608CED
Decimal96140237
Binary11000001000110011101101
Octal140214355

Shades and tints

Shades of #608CED

#608CED
(96,140,237)
#5880D8
(88,128,216)
#5074C3
(80,116,195)
#4868AE
(72,104,174)
#405C99
(64,92,153)
#385084
(56,80,132)
#30446F
(48,68,111)
#28385A
(40,56,90)
#202C45
(32,44,69)
#182030
(24,32,48)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #608CED

#608CED
(96,140,237)
#6E96EE
(110,150,238)
#7CA0EF
(124,160,239)
#8AAAF0
(138,170,240)
#98B4F1
(152,180,241)
#A6BEF2
(166,190,242)
#B4C8F3
(180,200,243)
#C2D2F4
(194,210,244)
#D0DCF5
(208,220,245)
#DEE6F6
(222,230,246)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608CED color. Also use rgb(96,140,237) instead hex code.

Text Font Color

.myTextColor { color: #608CED; }

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

This text font color is #608CED.


Background Color

.myBgColor { background-color: #608CED; }

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

This div background color is #608CED.


Border color

.myBorderColor { border: 1px solid #608CED; }

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

This div border color is #608CED.


Opacity

.myOpacity80 { color: #608CED; opacity: 0.8; }

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

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

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

This text has shadow with #608CED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608CED on black background.


Color preview on white background

This text has color #608CED on white background.



Black color preview on #608CED background

This text has black color on #608CED background.


White color preview on #608CED background

This text has white color on #608CED background.