Color Hex Logo

#061878 Color Hex

#061878
(6,24,120)
0 Favorites   0 Comments

Color spaces of #061878

RGB 624120
HSL0.640.900.25
HSV231°95°47°
CMYK 0.950.800.00   0.53
XYZ3.79192.048117.9648
Yxy2.04810.15930.0860
Hunter Lab14.311222.2509-64.4088
CIE-Lab15.737734.0475-54.9742

#061878 color RGB value is (6,24,120).

#061878 hex color red value is 6, green value is 24 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #061878 hue: 0.64 , saturation: 0.90 and the lightness value of 061878 is 0.25.

The process color (four color CMYK) of #061878 color hex is 0.95, 0.80, 0.00, 0.53. Web safe color of #061878 is #000066. Color #061878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011000 01111000
Octal 6 30 170
Decimal 6 24 120
Hex 6 18 78

RGB Percentages of Color #061878

%4.00
%16.00
%80.00

CMYK Percentages of Color #061878

%95
%80
%0
%53

Triadic Colors of #061878

#061878 #780618 #187806

Analogous Colors of #061878

#061878 #2d0678 #065178

Monochromatic Colors of #061878

#061878

Complementary Color

#061878 #786606

#061878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061878 Color CSS Codes

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

#061878 Text Font Color

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

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


#061878 Background Color

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

This div background color is #061878


#061878 Border Color

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

This div border color is #061878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061878


Comments

No comments written yet.

Please login to write comment.