COLOR #609DFD

HEX: #609DFD
RGB: (96,157,253)

Color info

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

RGB color model

#609DFD color RGB value is (96,157,253).

  • red value is 96;
  • green value is 157;
  • blue value is 253.
RGB:
(96,157,253)
(38%,62%,99%)

RGB channels and saturation

R 96 of 255 = 38%
G 157 of 255 = 62%
B 253 of 255 = 99%

96
157
253

R + G + B ~ 66%. #609DFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 157 + 253 = 506 (100%)
R 96 of 506 ~ 18.97%
G 157 of 506 ~ 31.03%
B 253 of 506 ~ 50%

%18.97
%31.03
%50

CMYK color model

#609DFD color CMYK value is (62,38,0,1).

  • cyan value is 62.06%
  • magenta value is 37.94%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(62,38,0,1)
C62M38Y0K1 
(62%,38%,0%,1%)
(0.62/0.38/0.00/0.01)	

CMYK percentages

%62.06
%37.94
%0
%0.78

Codes

Color #609DFD in popluar color models

609DFD
RGB96157253
HSL217°97.52%68.43%
HSB/HSV217°62.06%99.22%
CMYK62.06%37.94%0.00%
0.78%

Color #609DFD in popluar number systems.

HEX609DFD
Decimal96157253
Binary11000001001110111111101
Octal140235375

Shades and tints

Shades of #609DFD

#609DFD
(96,157,253)
#588FE6
(88,143,230)
#5081CF
(80,129,207)
#4873B8
(72,115,184)
#4065A1
(64,101,161)
#38578A
(56,87,138)
#304973
(48,73,115)
#283B5C
(40,59,92)
#202D45
(32,45,69)
#181F2E
(24,31,46)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #609DFD

#609DFD
(96,157,253)
#6EA5FD
(110,165,253)
#7CADFD
(124,173,253)
#8AB5FD
(138,181,253)
#98BDFD
(152,189,253)
#A6C5FD
(166,197,253)
#B4CDFD
(180,205,253)
#C2D5FD
(194,213,253)
#D0DDFD
(208,221,253)
#DEE5FD
(222,229,253)
#ECEDFD
(236,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609DFD color. Also use rgb(96,157,253) instead hex code.

Text Font Color

.myTextColor { color: #609DFD; }

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

This text font color is #609DFD.


Background Color

.myBgColor { background-color: #609DFD; }

<div style="background-color:#609DFD">Inner text</div>

This div background color is #609DFD.


Border color

.myBorderColor { border: 1px solid #609DFD; }

<div style="border:3px solid #609DFD">Div</div>

This div border color is #609DFD.


Opacity

.myOpacity80 { color: #609DFD; opacity: 0.8; }

<p style="color:#609DFD;opacity:0.8;">80%</p>

Text with #609DFD 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 #609DFD;}

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

This text has shadow with #609DFD color.

.textShadow {text-shadow: 3px 3px 1px #609DFD, 3px 3px 1px red;}

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

This text has shadow with #609DFD primary color and red secondary color.


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

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

This text has shadow with #609DFD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609DFD on black background.


Color preview on white background

This text has color #609DFD on white background.



Black color preview on #609DFD background

This text has black color on #609DFD background.


White color preview on #609DFD background

This text has white color on #609DFD background.