Color Hex Logo

#06343a Color Hex

#06343A
(6,52,58)
0 Favorites   0 Comments

Color spaces of #06343a

RGB 65258
HSL0.520.810.13
HSV187°90°23°
CMYK 0.900.100.00   0.77
XYZ2.06682.80024.4345
Yxy2.80020.22220.3010
Hunter Lab16.7338-7.2375-3.9983
CIE-Lab19.2253-12.2744-8.0778

#06343a color RGB value is (6,52,58).

#06343a hex color red value is 6, green value is 52 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #06343a hue: 0.52 , saturation: 0.81 and the lightness value of 06343a is 0.13.

The process color (four color CMYK) of #06343a color hex is 0.90, 0.10, 0.00, 0.77. Web safe color of #06343a is #003333. Color #06343a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110100 00111010
Octal 6 64 72
Decimal 6 52 58
Hex 6 34 3A

RGB Percentages of Color #06343a

%5.17
%44.83
%50.00

CMYK Percentages of Color #06343a

%90
%10
%0
%77

Triadic Colors of #06343a

#06343a #3a0634 #343a06

Analogous Colors of #06343a

#06343a #061a3a #063a26

Monochromatic Colors of #06343a

#06343a

Complementary Color

#06343a #3a0c06

#06343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06343a Color CSS Codes

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

#06343a Text Font Color

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

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


#06343a Background Color

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

This div background color is #06343a


#06343a Border Color

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

This div border color is #06343a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06343a


Comments

No comments written yet.

Please login to write comment.