Color Hex Logo

#206489 Color Hex

#206489
(32,100,137)
0 Favorites   0 Comments

Color spaces of #206489

RGB 32100137
HSL0.560.620.33
HSV201°77°54°
CMYK 0.770.270.00   0.46
XYZ9.668211.227625.3245
Yxy11.22760.20920.2429
Hunter Lab33.5076-7.1344-21.3551
CIE-Lab39.9612-7.8094-26.5110

#206489 color RGB value is (32,100,137).

#206489 hex color red value is 32, green value is 100 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #206489 hue: 0.56 , saturation: 0.62 and the lightness value of 206489 is 0.33.

The process color (four color CMYK) of #206489 color hex is 0.77, 0.27, 0.00, 0.46. Web safe color of #206489 is #336699. Color #206489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01100100 10001001
Octal 40 144 211
Decimal 32 100 137
Hex 20 64 89

RGB Percentages of Color #206489

%11.90
%37.17
%50.93

CMYK Percentages of Color #206489

%77
%27
%0
%46

Triadic Colors of #206489

#206489 #892064 #648920

Analogous Colors of #206489

#206489 #202f89 #20897a

Monochromatic Colors of #206489

#206489

Complementary Color

#206489 #894520

#206489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#206489 Color CSS Codes

.mybgcolor {background-color:#206489; } 
.myforecolor {color:#206489; }
.mybordercolor {border:3px solid #206489; }

#206489 Text Font Color

<p style="color:#206489">Text here</p>

This sample text font color is #206489
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#206489 Background Color

<div style="background-color:#206489">
Div content here</div>

This div background color is #206489


#206489 Border Color

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

This div border color is #206489


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,100,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #206489; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #206489;
  -webkit-box-shadow: 1px 1px 3px 2px #206489;
  box-shadow:         1px 1px 3px 2px #206489; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,100,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #206489">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #206489;
  -webkit-box-shadow: 1px 1px 3px 2px #206489;
  box-shadow:         1px 1px 3px 2px #206489;">
Div content here</div>

This div box has shadow with color #206489


Comments

No comments written yet.

Please login to write comment.