COLOR #659BDE

HEX: #659BDE
RGB: (101,155,222)

Color info

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

RGB color model

#659BDE color RGB value is (101,155,222).

  • red value is 101;
  • green value is 155;
  • blue value is 222.
RGB:
(101,155,222)
(40%,61%,87%)

RGB channels and saturation

R 101 of 255 = 40%
G 155 of 255 = 61%
B 222 of 255 = 87%

101
155
222

R + G + B ~ 63%. #659BDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 155 + 222 = 478 (100%)
R 101 of 478 ~ 21.13%
G 155 of 478 ~ 32.43%
B 222 of 478 ~ 46.44%

%21.13
%32.43
%46.44

CMYK color model

#659BDE color CMYK value is (55,30,0,13).

  • cyan value is 54.50%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(55,30,0,13)
C55M30Y0K13 
(55%,30%,0%,13%)
(0.55/0.30/0.00/0.13)	

CMYK percentages

%54.5
%30.18
%0
%12.94

Codes

Color #659BDE in popluar color models

659BDE
RGB101155222
HSL213°64.71%63.33%
HSB/HSV213°54.50%87.06%
CMYK54.50%30.18%0.00%
12.94%

Color #659BDE in popluar number systems.

HEX659BDE
Decimal101155222
Binary11001011001101111011110
Octal145233336

Shades and tints

Shades of #659BDE

#659BDE
(101,155,222)
#5C8DCA
(92,141,202)
#537FB6
(83,127,182)
#4A71A2
(74,113,162)
#41638E
(65,99,142)
#38557A
(56,85,122)
#2F4766
(47,71,102)
#263952
(38,57,82)
#1D2B3E
(29,43,62)
#141D2A
(20,29,42)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #659BDE

#659BDE
(101,155,222)
#73A4E1
(115,164,225)
#81ADE4
(129,173,228)
#8FB6E7
(143,182,231)
#9DBFEA
(157,191,234)
#ABC8ED
(171,200,237)
#B9D1F0
(185,209,240)
#C7DAF3
(199,218,243)
#D5E3F6
(213,227,246)
#E3ECF9
(227,236,249)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659BDE color. Also use rgb(101,155,222) instead hex code.

Text Font Color

.myTextColor { color: #659BDE; }

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

This text font color is #659BDE.


Background Color

.myBgColor { background-color: #659BDE; }

<div style="background-color:#659BDE">Inner text</div>

This div background color is #659BDE.


Border color

.myBorderColor { border: 1px solid #659BDE; }

<div style="border:3px solid #659BDE">Div</div>

This div border color is #659BDE.


Opacity

.myOpacity80 { color: #659BDE; opacity: 0.8; }

<p style="color:#659BDE;opacity:0.8;">80%</p>

Text with #659BDE 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 #659BDE;}

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

This text has shadow with #659BDE color.

.textShadow {text-shadow: 3px 3px 1px #659BDE, 3px 3px 1px red;}

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

This text has shadow with #659BDE primary color and red secondary color.


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

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

This text has shadow with #659BDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659BDE on black background.


Color preview on white background

This text has color #659BDE on white background.



Black color preview on #659BDE background

This text has black color on #659BDE background.


White color preview on #659BDE background

This text has white color on #659BDE background.