Color Hex Logo

#06106f Color Hex

#06106F
(6,16,111)
0 Favorites   0 Comments

Color spaces of #06106f

RGB 616111
HSL0.650.900.23
HSV234°95°44°
CMYK 0.950.860.00   0.56
XYZ3.12961.557015.1745
Yxy1.55700.15760.0784
Hunter Lab12.478022.9331-63.3681
CIE-Lab12.965935.4050-53.7514

#06106f color RGB value is (6,16,111).

#06106f hex color red value is 6, green value is 16 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #06106f hue: 0.65 , saturation: 0.90 and the lightness value of 06106f is 0.23.

The process color (four color CMYK) of #06106f color hex is 0.95, 0.86, 0.00, 0.56. Web safe color of #06106f is #000066. Color #06106f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010000 01101111
Octal 6 20 157
Decimal 6 16 111
Hex 6 10 6F

RGB Percentages of Color #06106f

%4.51
%12.03
%83.46

CMYK Percentages of Color #06106f

%95
%86
%0
%56

Triadic Colors of #06106f

#06106f #6f0610 #106f06

Analogous Colors of #06106f

#06106f #31066f #06446f

Monochromatic Colors of #06106f

#06106f

Complementary Color

#06106f #6f6506

#06106f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06106f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06106f Color CSS Codes

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

#06106f Text Font Color

<p style="color:#06106f">Text here</p>

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


#06106f Background Color

<div style="background-color:#06106f">
Div content here</div>

This div background color is #06106f


#06106f Border Color

<div style="border:3px solid #06106f">
Div here</div>

This div border color is #06106f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,16,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06106f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06106f;
  -webkit-box-shadow: 1px 1px 3px 2px #06106f;
  box-shadow:         1px 1px 3px 2px #06106f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06106f


Comments

No comments written yet.

Please login to write comment.