Color Hex Logo

#06323f Color Hex

#06323F
(6,50,63)
0 Favorites   0 Comments

Color spaces of #06323f

RGB 65063
HSL0.540.830.14
HSV194°90°25°
CMYK 0.900.210.00   0.75
XYZ2.11292.67885.1083
Yxy2.67880.21340.2706
Hunter Lab16.3670-5.5989-7.0480
CIE-Lab18.7087-9.0178-12.2907

#06323f color RGB value is (6,50,63).

#06323f hex color red value is 6, green value is 50 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #06323f hue: 0.54 , saturation: 0.83 and the lightness value of 06323f is 0.14.

The process color (four color CMYK) of #06323f color hex is 0.90, 0.21, 0.00, 0.75. Web safe color of #06323f is #003333. Color #06323f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110010 00111111
Octal 6 62 77
Decimal 6 50 63
Hex 6 32 3F

RGB Percentages of Color #06323f

%5.04
%42.02
%52.94

CMYK Percentages of Color #06323f

%90
%21
%0
%75

Triadic Colors of #06323f

#06323f #3f0632 #323f06

Analogous Colors of #06323f

#06323f #06163f #063f30

Monochromatic Colors of #06323f

#06323f

Complementary Color

#06323f #3f1306

#06323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06323f Color CSS Codes

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

#06323f Text Font Color

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

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


#06323f Background Color

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

This div background color is #06323f


#06323f Border Color

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

This div border color is #06323f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06323f


Comments

No comments written yet.

Please login to write comment.