COLOR #659ACD

HEX: #659ACD
RGB: (101,154,205)

Color info

#659ACD contains mainly green and blue colors. Web safe color of #659ACD is #6699CC (or #69C).

RGB color model

#659ACD color RGB value is (101,154,205).

  • red value is 101;
  • green value is 154;
  • blue value is 205.
RGB:
(101,154,205)
(40%,60%,80%)

RGB channels and saturation

R 101 of 255 = 40%
G 154 of 255 = 60%
B 205 of 255 = 80%

101
154
205

R + G + B ~ 60%. #659ACD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 154 + 205 = 460 (100%)
R 101 of 460 ~ 21.96%
G 154 of 460 ~ 33.48%
B 205 of 460 ~ 44.57%

%21.96
%33.48
%44.57

CMYK color model

#659ACD color CMYK value is (51,25,0,20).

  • cyan value is 50.73%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(51,25,0,20)
C51M25Y0K20 
(51%,25%,0%,20%)
(0.51/0.25/0.00/0.20)	

CMYK percentages

%50.73
%24.88
%0
%19.61

Codes

Color #659ACD in popluar color models

659ACD
RGB101154205
HSL209°50.98%60.00%
HSB/HSV209°50.73%80.39%
CMYK50.73%24.88%0.00%
19.61%

Color #659ACD in popluar number systems.

HEX659ACD
Decimal101154205
Binary11001011001101011001101
Octal145232315

Shades and tints

Shades of #659ACD

#659ACD
(101,154,205)
#5C8CBB
(92,140,187)
#537EA9
(83,126,169)
#4A7097
(74,112,151)
#416285
(65,98,133)
#385473
(56,84,115)
#2F4661
(47,70,97)
#26384F
(38,56,79)
#1D2A3D
(29,42,61)
#141C2B
(20,28,43)
#0B0E19
(11,14,25)
#000000
(0,0,0)

Tints of #659ACD

#659ACD
(101,154,205)
#73A3D1
(115,163,209)
#81ACD5
(129,172,213)
#8FB5D9
(143,181,217)
#9DBEDD
(157,190,221)
#ABC7E1
(171,199,225)
#B9D0E5
(185,208,229)
#C7D9E9
(199,217,233)
#D5E2ED
(213,226,237)
#E3EBF1
(227,235,241)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659ACD color. Also use rgb(101,154,205) instead hex code.

Text Font Color

.myTextColor { color: #659ACD; }

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

This text font color is #659ACD.


Background Color

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

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

This div background color is #659ACD.


Border color

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

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

This div border color is #659ACD.


Opacity

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

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

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

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

This text has shadow with #659ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659ACD on black background.


Color preview on white background

This text has color #659ACD on white background.



Black color preview on #659ACD background

This text has black color on #659ACD background.


White color preview on #659ACD background

This text has white color on #659ACD background.