Color Hex Logo

#6a0721 Color Hex

#6A0721
(106,7,33)
0 Favorites   0 Comments

Color spaces of #6a0721

RGB 106733
HSL0.960.880.22
HSV344°93°42°
CMYK 0.000.930.69   0.58
XYZ6.29443.32591.7491
Yxy3.32590.55360.2925
Hunter Lab18.237129.69337.0795
CIE-Lab21.304541.495213.8541

#6a0721 color RGB value is (106,7,33).

#6a0721 hex color red value is 106, green value is 7 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #6a0721 hue: 0.96 , saturation: 0.88 and the lightness value of 6a0721 is 0.22.

The process color (four color CMYK) of #6a0721 color hex is 0.00, 0.93, 0.69, 0.58. Web safe color of #6a0721 is #660033. Color #6a0721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000111 00100001
Octal 152 7 41
Decimal 106 7 33
Hex 6A 7 21

RGB Percentages of Color #6a0721

%72.60
%4.79
%22.60

CMYK Percentages of Color #6a0721

%0
%93
%69
%58

Triadic Colors of #6a0721

#6a0721 #216a07 #07216a

Analogous Colors of #6a0721

#6a0721 #6a1e07 #6a0753

Monochromatic Colors of #6a0721

#6a0721

Complementary Color

#6a0721 #076a50

#6a0721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a0721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a0721 Color CSS Codes

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

#6a0721 Text Font Color

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

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


#6a0721 Background Color

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

This div background color is #6a0721


#6a0721 Border Color

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

This div border color is #6a0721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a0721


Comments

No comments written yet.

Please login to write comment.