Color Hex Logo

#06296d Color Hex

#06296D
(6,41,109)
0 Favorites   0 Comments

Color spaces of #06296d

RGB 641109
HSL0.610.900.23
HSV220°94°43°
CMYK 0.940.620.00   0.57
XYZ3.62842.728714.8035
Yxy2.72870.17150.1290
Hunter Lab16.518810.3002-41.5703
CIE-Lab18.922917.8265-42.6288

#06296d color RGB value is (6,41,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 01101101
Octal 6 51 155
Decimal 6 41 109
Hex 6 29 6D

RGB Percentages of Color #06296d

%3.85
%26.28
%69.87

CMYK Percentages of Color #06296d

%94
%62
%0
%57

Triadic Colors of #06296d

#06296d #6d0629 #296d06

Analogous Colors of #06296d

#06296d #16066d #065d6d

Monochromatic Colors of #06296d

#06296d

Complementary Color

#06296d #6d4a06

#06296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06296d Color CSS Codes

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

#06296d Text Font Color

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

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


#06296d Background Color

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

This div background color is #06296d


#06296d Border Color

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

This div border color is #06296d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06296d


Comments

No comments written yet.

Please login to write comment.