Color Hex Logo

#061055 Color Hex

#061055
(6,16,85)
0 Favorites   0 Comments

Color spaces of #061055

RGB 61685
HSL0.650.870.18
HSV232°93°33°
CMYK 0.930.810.00   0.67
XYZ1.90011.06528.6998
Yxy1.06520.16290.0913
Hunter Lab10.320914.8009-42.7530
CIE-Lab9.523225.6871-42.1361

#061055 color RGB value is (6,16,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010000 01010101
Octal 6 20 125
Decimal 6 16 85
Hex 6 10 55

RGB Percentages of Color #061055

%5.61
%14.95
%79.44

CMYK Percentages of Color #061055

%93
%81
%0
%67

Triadic Colors of #061055

#061055 #550610 #105506

Analogous Colors of #061055

#061055 #230655 #063855

Monochromatic Colors of #061055

#061055

Complementary Color

#061055 #554b06

#061055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061055 Color CSS Codes

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

#061055 Text Font Color

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

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


#061055 Background Color

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

This div background color is #061055


#061055 Border Color

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

This div border color is #061055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061055


Comments

No comments written yet.

Please login to write comment.