Color Hex Logo

#060321 Color Hex

#060321
(6,3,33)
0 Favorites   0 Comments

Color spaces of #060321

RGB 6333
HSL0.680.830.07
HSV246°91°13°
CMYK 0.820.910.00   0.87
XYZ0.38220.21361.4599
Yxy0.21360.18590.1039
Hunter Lab4.62176.6735-15.4934
CIE-Lab1.92947.3399-16.6008

#060321 color RGB value is (6,3,33).

#060321 hex color red value is 6, green value is 3 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #060321 hue: 0.68 , saturation: 0.83 and the lightness value of 060321 is 0.07.

The process color (four color CMYK) of #060321 color hex is 0.82, 0.91, 0.00, 0.87. Web safe color of #060321 is #000033. Color #060321 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000011 00100001
Octal 6 3 41
Decimal 6 3 33
Hex 6 3 21

RGB Percentages of Color #060321

%14.29
%7.14
%78.57

CMYK Percentages of Color #060321

%82
%91
%0
%87

Triadic Colors of #060321

#060321 #210603 #032106

Analogous Colors of #060321

#060321 #150321 #030f21

Monochromatic Colors of #060321

#060321

Complementary Color

#060321 #1e2103

#060321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060321 Color CSS Codes

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

#060321 Text Font Color

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

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


#060321 Background Color

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

This div background color is #060321


#060321 Border Color

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

This div border color is #060321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060321


Comments

No comments written yet.

Please login to write comment.