Color Hex Logo

#06155c Color Hex

#06155C
(6,21,92)
0 Favorites   0 Comments

Color spaces of #06155c

RGB 62192
HSL0.640.880.19
HSV230°93°36°
CMYK 0.930.770.00   0.64
XYZ2.27501.347810.2654
Yxy1.34780.16380.0970
Hunter Lab11.609514.6624-44.2991
CIE-Lab11.605825.1053-43.4305

#06155c color RGB value is (6,21,92).

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

The process color (four color CMYK) of #06155c color hex is 0.93, 0.77, 0.00, 0.64. Web safe color of #06155c is #000066. Color #06155c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010101 01011100
Octal 6 25 134
Decimal 6 21 92
Hex 6 15 5C

RGB Percentages of Color #06155c

%5.04
%17.65
%77.31

CMYK Percentages of Color #06155c

%93
%77
%0
%64

Triadic Colors of #06155c

#06155c #5c0615 #155c06

Analogous Colors of #06155c

#06155c #22065c #06405c

Monochromatic Colors of #06155c

#06155c

Complementary Color

#06155c #5c4d06

#06155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06155c Color CSS Codes

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

#06155c Text Font Color

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

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


#06155c Background Color

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

This div background color is #06155c


#06155c Border Color

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

This div border color is #06155c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06155c


Comments

No comments written yet.

Please login to write comment.