COLOR #206488

HEX: #206488
RGB: (32,100,136)

Color info

#206488 contains mainly green and blue colors. Web safe color of #206488 is #336699 (or #369).

RGB color model

#206488 color RGB value is (32,100,136).

  • red value is 32;
  • green value is 100;
  • blue value is 136.
RGB:
(32,100,136)
(13%,39%,53%)

RGB channels and saturation

R 32 of 255 = 13%
G 100 of 255 = 39%
B 136 of 255 = 53%

32
100
136

R + G + B ~ 35%. #206488 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 100 + 136 = 268 (100%)
R 32 of 268 ~ 11.94%
G 100 of 268 ~ 37.31%
B 136 of 268 ~ 50.75%

%11.94
%37.31
%50.75

CMYK color model

#206488 color CMYK value is (76,26,0,47).

  • cyan value is 76.47%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(76,26,0,47)
C76M26Y0K47 
(76%,26%,0%,47%)
(0.76/0.26/0.00/0.47)	

CMYK percentages

%76.47
%26.47
%0
%46.67

Codes

Color #206488 in popluar color models

206488
RGB32100136
HSL201°61.90%32.94%
HSB/HSV201°76.47%53.33%
CMYK76.47%26.47%0.00%
46.67%

Color #206488 in popluar number systems.

HEX206488
Decimal32100136
Binary100000110010010001000
Octal40144210

Shades and tints

Shades of #206488

#206488
(32,100,136)
#1E5B7C
(30,91,124)
#1C5270
(28,82,112)
#1A4964
(26,73,100)
#184058
(24,64,88)
#16374C
(22,55,76)
#142E40
(20,46,64)
#122534
(18,37,52)
#101C28
(16,28,40)
#0E131C
(14,19,28)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #206488

#206488
(32,100,136)
#347292
(52,114,146)
#48809C
(72,128,156)
#5C8EA6
(92,142,166)
#709CB0
(112,156,176)
#84AABA
(132,170,186)
#98B8C4
(152,184,196)
#ACC6CE
(172,198,206)
#C0D4D8
(192,212,216)
#D4E2E2
(212,226,226)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #206488 color. Also use rgb(32,100,136) instead hex code.

Text Font Color

.myTextColor { color: #206488; }

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

This text font color is #206488.


Background Color

.myBgColor { background-color: #206488; }

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

This div background color is #206488.


Border color

.myBorderColor { border: 1px solid #206488; }

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

This div border color is #206488.


Opacity

.myOpacity80 { color: #206488; opacity: 0.8; }

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

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

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

This text has shadow with #206488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #206488 on black background.


Color preview on white background

This text has color #206488 on white background.



Black color preview on #206488 background

This text has black color on #206488 background.


White color preview on #206488 background

This text has white color on #206488 background.