Color Hex Logo

#06748f Color Hex

#06748F
(6,116,143)
0 Favorites   0 Comments

Color spaces of #06748f

RGB 6116143
HSL0.530.920.29
HSV192°96°56°
CMYK 0.960.190.00   0.44
XYZ11.278414.512728.1934
Yxy14.51270.20890.2688
Hunter Lab38.0955-13.8213-17.2119
CIE-Lab44.9594-17.0554-22.3728

#06748f color RGB value is (6,116,143).

#06748f hex color red value is 6, green value is 116 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #06748f hue: 0.53 , saturation: 0.92 and the lightness value of 06748f is 0.29.

The process color (four color CMYK) of #06748f color hex is 0.96, 0.19, 0.00, 0.44. Web safe color of #06748f is #006699. Color #06748f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110100 10001111
Octal 6 164 217
Decimal 6 116 143
Hex 6 74 8F

RGB Percentages of Color #06748f

%2.26
%43.77
%53.96

CMYK Percentages of Color #06748f

%96
%19
%0
%44

Triadic Colors of #06748f

#06748f #8f0674 #748f06

Analogous Colors of #06748f

#06748f #06308f #068f66

Monochromatic Colors of #06748f

#06748f

Complementary Color

#06748f #8f2106

#06748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06748f Color CSS Codes

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

#06748f Text Font Color

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

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


#06748f Background Color

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

This div background color is #06748f


#06748f Border Color

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

This div border color is #06748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06748f


Comments

No comments written yet.

Please login to write comment.