Color Hex Logo

#06023c Color Hex

#06023C
(6,2,60)
0 Favorites   0 Comments

Color spaces of #06023c

RGB 6260
HSL0.680.940.12
HSV244°97°24°
CMYK 0.900.970.00   0.76
XYZ0.91240.40844.3057
Yxy0.40840.16220.0726
Hunter Lab6.390614.3012-35.4734
CIE-Lab3.689021.3973-34.1917

#06023c color RGB value is (6,2,60).

#06023c hex color red value is 6, green value is 2 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #06023c hue: 0.68 , saturation: 0.94 and the lightness value of 06023c is 0.12.

The process color (four color CMYK) of #06023c color hex is 0.90, 0.97, 0.00, 0.76. Web safe color of #06023c is #000033. Color #06023c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 00111100
Octal 6 2 74
Decimal 6 2 60
Hex 6 2 3C

RGB Percentages of Color #06023c

%8.82
%2.94
%88.24

CMYK Percentages of Color #06023c

%90
%97
%0
%76

Triadic Colors of #06023c

#06023c #3c0602 #023c06

Analogous Colors of #06023c

#06023c #23023c #021b3c

Monochromatic Colors of #06023c

#06023c

Complementary Color

#06023c #383c02

#06023c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06023c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06023c Color CSS Codes

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

#06023c Text Font Color

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

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


#06023c Background Color

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

This div background color is #06023c


#06023c Border Color

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

This div border color is #06023c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06023c


Comments

No comments written yet.

Please login to write comment.