Color Hex Logo

#06486f Color Hex

#06486F
(6,72,111)
0 Favorites   0 Comments

Color spaces of #06486f

RGB 672111
HSL0.560.900.23
HSV202°95°44°
CMYK 0.950.350.00   0.56
XYZ5.26175.821115.8852
Yxy5.82110.19510.2159
Hunter Lab24.1270-3.2942-22.1477
CIE-Lab28.9566-3.2179-27.7756

#06486f color RGB value is (6,72,111).

#06486f hex color red value is 6, green value is 72 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #06486f hue: 0.56 , saturation: 0.90 and the lightness value of 06486f is 0.23.

The process color (four color CMYK) of #06486f color hex is 0.95, 0.35, 0.00, 0.56. Web safe color of #06486f is #003366. Color #06486f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 01101111
Octal 6 110 157
Decimal 6 72 111
Hex 6 48 6F

RGB Percentages of Color #06486f

%3.17
%38.10
%58.73

CMYK Percentages of Color #06486f

%95
%35
%0
%56

Triadic Colors of #06486f

#06486f #6f0648 #486f06

Analogous Colors of #06486f

#06486f #06136f #066f62

Monochromatic Colors of #06486f

#06486f

Complementary Color

#06486f #6f2d06

#06486f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06486f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06486f Color CSS Codes

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

#06486f Text Font Color

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

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


#06486f Background Color

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

This div background color is #06486f


#06486f Border Color

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

This div border color is #06486f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,72,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06486f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06486f;
  -webkit-box-shadow: 1px 1px 3px 2px #06486f;
  box-shadow:         1px 1px 3px 2px #06486f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06486f


Comments

No comments written yet.

Please login to write comment.