Color Hex Logo

#206d9d Color Hex

#206D9D
(32,109,157)
0 Favorites   0 Comments

Color spaces of #206d9d

RGB 32109157
HSL0.560.660.37
HSV203°80°62°
CMYK 0.800.310.00   0.38
XYZ12.150113.678733.8982
Yxy13.67870.20340.2290
Hunter Lab36.9847-6.0830-28.4527
CIE-Lab43.7686-5.7489-32.5016

#206d9d color RGB value is (32,109,157).

#206d9d hex color red value is 32, green value is 109 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #206d9d hue: 0.56 , saturation: 0.66 and the lightness value of 206d9d is 0.37.

The process color (four color CMYK) of #206d9d color hex is 0.80, 0.31, 0.00, 0.38. Web safe color of #206d9d is #336699. Color #206d9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101101 10011101
Octal 40 155 235
Decimal 32 109 157
Hex 20 6D 9D

RGB Percentages of Color #206d9d

%10.74
%36.58
%52.68

CMYK Percentages of Color #206d9d

%80
%31
%0
%38

Triadic Colors of #206d9d

#206d9d #9d206d #6d9d20

Analogous Colors of #206d9d

#206d9d #202f9d #209d8f

Monochromatic Colors of #206d9d

#206d9d

Complementary Color

#206d9d #9d5020

#206d9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206d9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#206d9d Color CSS Codes

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

#206d9d Text Font Color

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

This sample text font color is #206d9d
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.


#206d9d Background Color

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

This div background color is #206d9d


#206d9d Border Color

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

This div border color is #206d9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,109,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #206d9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #206d9d;
  -webkit-box-shadow: 1px 1px 3px 2px #206d9d;
  box-shadow:         1px 1px 3px 2px #206d9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206d9d


Comments

No comments written yet.

Please login to write comment.