Color Hex Logo

#06388e Color Hex

#06388E
(6,56,142)
0 Favorites   0 Comments

Color spaces of #06388e

RGB 656142
HSL0.610.920.29
HSV218°96°56°
CMYK 0.960.610.00   0.44
XYZ6.37184.820126.1857
Yxy4.82010.17050.1290
Hunter Lab21.954713.3843-55.3477
CIE-Lab26.216021.1509-51.5884

#06388e color RGB value is (6,56,142).

#06388e hex color red value is 6, green value is 56 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #06388e hue: 0.61 , saturation: 0.92 and the lightness value of 06388e is 0.29.

The process color (four color CMYK) of #06388e color hex is 0.96, 0.61, 0.00, 0.44. Web safe color of #06388e is #003399. Color #06388e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111000 10001110
Octal 6 70 216
Decimal 6 56 142
Hex 6 38 8E

RGB Percentages of Color #06388e

%2.94
%27.45
%69.61

CMYK Percentages of Color #06388e

%96
%61
%0
%44

Triadic Colors of #06388e

#06388e #8e0638 #388e06

Analogous Colors of #06388e

#06388e #18068e #067c8e

Monochromatic Colors of #06388e

#06388e

Complementary Color

#06388e #8e5c06

#06388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06388e Color CSS Codes

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

#06388e Text Font Color

<p style="color:#06388e">Text here</p>

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


#06388e Background Color

<div style="background-color:#06388e">
Div content here</div>

This div background color is #06388e


#06388e Border Color

<div style="border:3px solid #06388e">
Div here</div>

This div border color is #06388e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,56,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06388e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06388e;
  -webkit-box-shadow: 1px 1px 3px 2px #06388e;
  box-shadow:         1px 1px 3px 2px #06388e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06388e


Comments

No comments written yet.

Please login to write comment.