Color Hex Logo

#061155 Color Hex

#061155
(6,17,85)
0 Favorites   0 Comments

Color spaces of #061155

RGB 61785
HSL0.640.870.18
HSV232°93°33°
CMYK 0.930.800.00   0.67
XYZ1.91521.09558.7048
Yxy1.09550.16350.0935
Hunter Lab10.466614.3457-41.9833
CIE-Lab9.762925.0122-41.7393

#061155 color RGB value is (6,17,85).

#061155 hex color red value is 6, green value is 17 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #061155 hue: 0.64 , saturation: 0.87 and the lightness value of 061155 is 0.18.

The process color (four color CMYK) of #061155 color hex is 0.93, 0.80, 0.00, 0.67. Web safe color of #061155 is #000066. Color #061155 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010001 01010101
Octal 6 21 125
Decimal 6 17 85
Hex 6 11 55

RGB Percentages of Color #061155

%5.56
%15.74
%78.70

CMYK Percentages of Color #061155

%93
%80
%0
%67

Triadic Colors of #061155

#061155 #550611 #115506

Analogous Colors of #061155

#061155 #220655 #063955

Monochromatic Colors of #061155

#061155

Complementary Color

#061155 #554a06

#061155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061155 Color CSS Codes

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

#061155 Text Font Color

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

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


#061155 Background Color

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

This div background color is #061155


#061155 Border Color

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

This div border color is #061155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061155


Comments

No comments written yet.

Please login to write comment.