Color Hex Logo

#062134 Color Hex

#062134
(6,33,52)
0 Favorites   0 Comments

Color spaces of #062134

RGB 63352
HSL0.570.790.11
HSV205°88°20°
CMYK 0.880.370.00   0.80
XYZ1.23881.37443.4488
Yxy1.37440.20440.2267
Hunter Lab11.7235-1.6543-9.2354
CIE-Lab11.7862-2.1003-15.3727

#062134 color RGB value is (6,33,52).

#062134 hex color red value is 6, green value is 33 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #062134 hue: 0.57 , saturation: 0.79 and the lightness value of 062134 is 0.11.

The process color (four color CMYK) of #062134 color hex is 0.88, 0.37, 0.00, 0.80. Web safe color of #062134 is #003333. Color #062134 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 00110100
Octal 6 41 64
Decimal 6 33 52
Hex 6 21 34

RGB Percentages of Color #062134

%6.59
%36.26
%57.14

CMYK Percentages of Color #062134

%88
%37
%0
%80

Triadic Colors of #062134

#062134 #340621 #213406

Analogous Colors of #062134

#062134 #060a34 #063430

Monochromatic Colors of #062134

#062134

Complementary Color

#062134 #341906

#062134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062134 Color CSS Codes

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

#062134 Text Font Color

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

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


#062134 Background Color

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

This div background color is #062134


#062134 Border Color

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

This div border color is #062134


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,33,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062134; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062134;
  -webkit-box-shadow: 1px 1px 3px 2px #062134;
  box-shadow:         1px 1px 3px 2px #062134; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062134


Comments

No comments written yet.

Please login to write comment.