COLOR #609ADC

HEX: #609ADC
RGB: (96,154,220)

Color info

#609ADC contains mainly blue color. Web safe color of #609ADC is #6699CC (or #69C).

RGB color model

#609ADC color RGB value is (96,154,220).

  • red value is 96;
  • green value is 154;
  • blue value is 220.
RGB:
(96,154,220)
(38%,60%,86%)

RGB channels and saturation

R 96 of 255 = 38%
G 154 of 255 = 60%
B 220 of 255 = 86%

96
154
220

R + G + B ~ 61%. #609ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 154 + 220 = 470 (100%)
R 96 of 470 ~ 20.43%
G 154 of 470 ~ 32.77%
B 220 of 470 ~ 46.81%

%20.43
%32.77
%46.81

CMYK color model

#609ADC color CMYK value is (56,30,0,14).

  • cyan value is 56.36%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(56,30,0,14)
C56M30Y0K14 
(56%,30%,0%,14%)
(0.56/0.30/0.00/0.14)	

CMYK percentages

%56.36
%30
%0
%13.73

Codes

Color #609ADC in popluar color models

609ADC
RGB96154220
HSL212°63.92%61.96%
HSB/HSV212°56.36%86.27%
CMYK56.36%30.00%0.00%
13.73%

Color #609ADC in popluar number systems.

HEX609ADC
Decimal96154220
Binary11000001001101011011100
Octal140232334

Shades and tints

Shades of #609ADC

#609ADC
(96,154,220)
#588CC8
(88,140,200)
#507EB4
(80,126,180)
#4870A0
(72,112,160)
#40628C
(64,98,140)
#385478
(56,84,120)
#304664
(48,70,100)
#283850
(40,56,80)
#202A3C
(32,42,60)
#181C28
(24,28,40)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #609ADC

#609ADC
(96,154,220)
#6EA3DF
(110,163,223)
#7CACE2
(124,172,226)
#8AB5E5
(138,181,229)
#98BEE8
(152,190,232)
#A6C7EB
(166,199,235)
#B4D0EE
(180,208,238)
#C2D9F1
(194,217,241)
#D0E2F4
(208,226,244)
#DEEBF7
(222,235,247)
#ECF4FA
(236,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609ADC color. Also use rgb(96,154,220) instead hex code.

Text Font Color

.myTextColor { color: #609ADC; }

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

This text font color is #609ADC.


Background Color

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

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

This div background color is #609ADC.


Border color

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

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

This div border color is #609ADC.


Opacity

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

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

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

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

This text has shadow with #609ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609ADC on black background.


Color preview on white background

This text has color #609ADC on white background.



Black color preview on #609ADC background

This text has black color on #609ADC background.


White color preview on #609ADC background

This text has white color on #609ADC background.