Color Hex Logo

#06296c Color Hex

#06296C
(6,41,108)
0 Favorites   0 Comments

Color spaces of #06296c

RGB 641108
HSL0.610.890.22
HSV219°94°42°
CMYK 0.940.620.00   0.58
XYZ3.57482.707314.5215
Yxy2.70730.17180.1301
Hunter Lab16.45399.9870-40.8092
CIE-Lab18.831317.3879-42.1294

#06296c color RGB value is (6,41,108).

#06296c hex color red value is 6, green value is 41 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #06296c hue: 0.61 , saturation: 0.89 and the lightness value of 06296c is 0.22.

The process color (four color CMYK) of #06296c color hex is 0.94, 0.62, 0.00, 0.58. Web safe color of #06296c is #003366. Color #06296c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 01101100
Octal 6 51 154
Decimal 6 41 108
Hex 6 29 6C

RGB Percentages of Color #06296c

%3.87
%26.45
%69.68

CMYK Percentages of Color #06296c

%94
%62
%0
%58

Triadic Colors of #06296c

#06296c #6c0629 #296c06

Analogous Colors of #06296c

#06296c #16066c #065c6c

Monochromatic Colors of #06296c

#06296c

Complementary Color

#06296c #6c4906

#06296c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06296c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06296c Color CSS Codes

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

#06296c Text Font Color

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

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


#06296c Background Color

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

This div background color is #06296c


#06296c Border Color

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

This div border color is #06296c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,41,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06296c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06296c;
  -webkit-box-shadow: 1px 1px 3px 2px #06296c;
  box-shadow:         1px 1px 3px 2px #06296c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06296c


Comments

No comments written yet.

Please login to write comment.