Color Hex Logo

#06206f Color Hex

#06206F
(6,32,111)
0 Favorites   0 Comments

Color spaces of #06206f

RGB 632111
HSL0.630.900.23
HSV225°95°44°
CMYK 0.950.710.00   0.56
XYZ3.46092.219415.2849
Yxy2.21940.16510.1059
Hunter Lab14.897715.3968-50.4028
CIE-Lab16.598925.2120-47.7385

#06206f color RGB value is (6,32,111).

#06206f hex color red value is 6, green value is 32 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #06206f hue: 0.63 , saturation: 0.90 and the lightness value of 06206f is 0.23.

The process color (four color CMYK) of #06206f color hex is 0.95, 0.71, 0.00, 0.56. Web safe color of #06206f is #003366. Color #06206f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100000 01101111
Octal 6 40 157
Decimal 6 32 111
Hex 6 20 6F

RGB Percentages of Color #06206f

%4.03
%21.48
%74.50

CMYK Percentages of Color #06206f

%95
%71
%0
%56

Triadic Colors of #06206f

#06206f #6f0620 #206f06

Analogous Colors of #06206f

#06206f #20066f #06556f

Monochromatic Colors of #06206f

#06206f

Complementary Color

#06206f #6f5506

#06206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06206f Color CSS Codes

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

#06206f Text Font Color

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

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


#06206f Background Color

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

This div background color is #06206f


#06206f Border Color

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

This div border color is #06206f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,32,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06206f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06206f;
  -webkit-box-shadow: 1px 1px 3px 2px #06206f;
  box-shadow:         1px 1px 3px 2px #06206f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06206f


Comments

No comments written yet.

Please login to write comment.