Color Hex Logo

#060db9 Color Hex

#060DB9
(6,13,185)
0 Favorites   0 Comments

Color spaces of #060db9

RGB 613185
HSL0.660.940.37
HSV238°97°73°
CMYK 0.970.930.00   0.27
XYZ8.97603.829346.1650
Yxy3.82930.15220.0649
Hunter Lab19.568647.6319-126.1752
CIE-Lab23.098959.1642-82.8380

#060db9 color RGB value is (6,13,185).

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

The process color (four color CMYK) of #060db9 color hex is 0.97, 0.93, 0.00, 0.27. Web safe color of #060db9 is #0000cc. Color #060db9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001101 10111001
Octal 6 15 271
Decimal 6 13 185
Hex 6 D B9

RGB Percentages of Color #060db9

%2.94
%6.37
%90.69

CMYK Percentages of Color #060db9

%97
%93
%0
%27

Triadic Colors of #060db9

#060db9 #b9060d #0db906

Analogous Colors of #060db9

#060db9 #5806b9 #0667b9

Monochromatic Colors of #060db9

#060db9

Complementary Color

#060db9 #b9b206

#060db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060db9 Color CSS Codes

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

#060db9 Text Font Color

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

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


#060db9 Background Color

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

This div background color is #060db9


#060db9 Border Color

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

This div border color is #060db9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060db9


Comments

No comments written yet.

Please login to write comment.