Color Hex Logo

#060558 Color Hex

#060558
(6,5,88)
0 Favorites   0 Comments

Color spaces of #060558

RGB 6588
HSL0.670.890.18
HSV241°94°35°
CMYK 0.930.940.00   0.65
XYZ1.89080.85189.2973
Yxy0.85180.15700.0707
Hunter Lab9.229320.4179-53.2663
CIE-Lab7.694233.3488-47.2180

#060558 color RGB value is (6,5,88).

#060558 hex color red value is 6, green value is 5 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #060558 hue: 0.67 , saturation: 0.89 and the lightness value of 060558 is 0.18.

The process color (four color CMYK) of #060558 color hex is 0.93, 0.94, 0.00, 0.65. Web safe color of #060558 is #000066. Color #060558 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000101 01011000
Octal 6 5 130
Decimal 6 5 88
Hex 6 5 58

RGB Percentages of Color #060558

%6.06
%5.05
%88.89

CMYK Percentages of Color #060558

%93
%94
%0
%65

Triadic Colors of #060558

#060558 #580605 #055806

Analogous Colors of #060558

#060558 #300558 #052e58

Monochromatic Colors of #060558

#060558

Complementary Color

#060558 #575805

#060558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060558 Color CSS Codes

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

#060558 Text Font Color

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

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


#060558 Background Color

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

This div background color is #060558


#060558 Border Color

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

This div border color is #060558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060558


Comments

No comments written yet.

Please login to write comment.