Color Hex Logo

#06295c Color Hex

#06295C
(6,41,92)
0 Favorites   0 Comments

Color spaces of #06295c

RGB 64192
HSL0.600.880.19
HSV216°93°36°
CMYK 0.930.550.00   0.64
XYZ2.79982.397310.4404
Yxy2.39730.17900.1533
Hunter Lab15.48325.1822-29.1413
CIE-Lab17.447610.2477-33.8727

#06295c color RGB value is (6,41,92).

#06295c hex color red value is 6, green value is 41 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #06295c hue: 0.60 , saturation: 0.88 and the lightness value of 06295c is 0.19.

The process color (four color CMYK) of #06295c color hex is 0.93, 0.55, 0.00, 0.64. Web safe color of #06295c is #003366. Color #06295c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 01011100
Octal 6 51 134
Decimal 6 41 92
Hex 6 29 5C

RGB Percentages of Color #06295c

%4.32
%29.50
%66.19

CMYK Percentages of Color #06295c

%93
%55
%0
%64

Triadic Colors of #06295c

#06295c #5c0629 #295c06

Analogous Colors of #06295c

#06295c #0e065c #06545c

Monochromatic Colors of #06295c

#06295c

Complementary Color

#06295c #5c3906

#06295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06295c Color CSS Codes

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

#06295c Text Font Color

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

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


#06295c Background Color

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

This div background color is #06295c


#06295c Border Color

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

This div border color is #06295c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06295c


Comments

No comments written yet.

Please login to write comment.