Color Hex Logo

#06146c Color Hex

#06146C
(6,20,108)
0 Favorites   0 Comments

Color spaces of #06146c

RGB 620108
HSL0.640.890.22
HSV232°94°42°
CMYK 0.940.810.00   0.58
XYZ3.03201.621714.3406
Yxy1.62170.15960.0854
Hunter Lab12.734620.2138-57.8530
CIE-Lab13.361732.0155-51.1337

#06146c color RGB value is (6,20,108).

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

The process color (four color CMYK) of #06146c color hex is 0.94, 0.81, 0.00, 0.58. Web safe color of #06146c is #000066. Color #06146c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 01101100
Octal 6 24 154
Decimal 6 20 108
Hex 6 14 6C

RGB Percentages of Color #06146c

%4.48
%14.93
%80.60

CMYK Percentages of Color #06146c

%94
%81
%0
%58

Triadic Colors of #06146c

#06146c #6c0614 #146c06

Analogous Colors of #06146c

#06146c #2b066c #06476c

Monochromatic Colors of #06146c

#06146c

Complementary Color

#06146c #6c5e06

#06146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06146c Color CSS Codes

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

#06146c Text Font Color

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

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


#06146c Background Color

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

This div background color is #06146c


#06146c Border Color

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

This div border color is #06146c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,20,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 #06146c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06146c


Comments

No comments written yet.

Please login to write comment.