Color Hex Logo

#06338e Color Hex

#06338E
(6,51,142)
0 Favorites   0 Comments

Color spaces of #06338e

RGB 651142
HSL0.610.920.29
HSV220°96°56°
CMYK 0.960.640.00   0.44
XYZ6.14144.359426.1089
Yxy4.35940.16780.1191
Hunter Lab20.879215.9654-59.5253
CIE-Lab24.825724.6651-53.8637

#06338e color RGB value is (6,51,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110011 10001110
Octal 6 63 216
Decimal 6 51 142
Hex 6 33 8E

RGB Percentages of Color #06338e

%3.02
%25.63
%71.36

CMYK Percentages of Color #06338e

%96
%64
%0
%44

Triadic Colors of #06338e

#06338e #8e0633 #338e06

Analogous Colors of #06338e

#06338e #1d068e #06778e

Monochromatic Colors of #06338e

#06338e

Complementary Color

#06338e #8e6106

#06338e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06338e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06338e Color CSS Codes

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

#06338e Text Font Color

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

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


#06338e Background Color

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

This div background color is #06338e


#06338e Border Color

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

This div border color is #06338e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,51,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 #06338e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06338e


Comments

No comments written yet.

Please login to write comment.