Color Hex Logo

#060dac Color Hex

#060DAC
(6,13,172)
0 Favorites   0 Comments

Color spaces of #060dac

RGB 613172
HSL0.660.930.35
HSV237°97°67°
CMYK 0.970.920.00   0.33
XYZ7.66543.305139.2637
Yxy3.30510.15260.0658
Hunter Lab18.179943.4480-115.3243
CIE-Lab21.226655.5648-78.1716

#060dac color RGB value is (6,13,172).

#060dac hex color red value is 6, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #060dac hue: 0.66 , saturation: 0.93 and the lightness value of 060dac is 0.35.

The process color (four color CMYK) of #060dac color hex is 0.97, 0.92, 0.00, 0.33. Web safe color of #060dac is #000099. Color #060dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001101 10101100
Octal 6 15 254
Decimal 6 13 172
Hex 6 D AC

RGB Percentages of Color #060dac

%3.14
%6.81
%90.05

CMYK Percentages of Color #060dac

%97
%92
%0
%33

Triadic Colors of #060dac

#060dac #ac060d #0dac06

Analogous Colors of #060dac

#060dac #5206ac #0660ac

Monochromatic Colors of #060dac

#060dac

Complementary Color

#060dac #aca506

#060dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#060dac Color CSS Codes

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

#060dac Text Font Color

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

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


#060dac Background Color

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

This div background color is #060dac


#060dac Border Color

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

This div border color is #060dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,13,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #060dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #060dac;
  -webkit-box-shadow: 1px 1px 3px 2px #060dac;
  box-shadow:         1px 1px 3px 2px #060dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060dac


Comments

No comments written yet.

Please login to write comment.