Color Hex Logo

#060f9d Color Hex

#060F9D
(6,15,157)
0 Favorites   0 Comments

Color spaces of #060f9d

RGB 615157
HSL0.660.930.32
HSV236°96°62°
CMYK 0.960.900.00   0.38
XYZ6.33172.814732.1079
Yxy2.81470.15350.0682
Hunter Lab16.777138.0064-101.7251
CIE-Lab19.286050.5945-72.2833

#060f9d color RGB value is (6,15,157).

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

The process color (four color CMYK) of #060f9d color hex is 0.96, 0.90, 0.00, 0.38. Web safe color of #060f9d is #000099. Color #060f9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001111 10011101
Octal 6 17 235
Decimal 6 15 157
Hex 6 F 9D

RGB Percentages of Color #060f9d

%3.37
%8.43
%88.20

CMYK Percentages of Color #060f9d

%96
%90
%0
%38

Triadic Colors of #060f9d

#060f9d #9d060f #0f9d06

Analogous Colors of #060f9d

#060f9d #49069d #065a9d

Monochromatic Colors of #060f9d

#060f9d

Complementary Color

#060f9d #9d9406

#060f9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060f9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#060f9d Color CSS Codes

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

#060f9d Text Font Color

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

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


#060f9d Background Color

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

This div background color is #060f9d


#060f9d Border Color

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

This div border color is #060f9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060f9d


Comments

No comments written yet.

Please login to write comment.