Color Hex Logo

#6a2663 Color Hex

#6A2663
(106,38,99)
0 Favorites   0 Comments

Color spaces of #6a2663

RGB 1063899
HSL0.850.470.28
HSV306°64°42°
CMYK 0.000.640.07   0.58
XYZ8.88915.351312.3688
Yxy5.35130.33410.2011
Hunter Lab23.132928.1083-15.5085
CIE-Lab27.713038.5385-21.4945

#6a2663 color RGB value is (106,38,99).

#6a2663 hex color red value is 106, green value is 38 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #6a2663 hue: 0.85 , saturation: 0.47 and the lightness value of 6a2663 is 0.28.

The process color (four color CMYK) of #6a2663 color hex is 0.00, 0.64, 0.07, 0.58. Web safe color of #6a2663 is #663366. Color #6a2663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00100110 01100011
Octal 152 46 143
Decimal 106 38 99
Hex 6A 26 63

RGB Percentages of Color #6a2663

%43.62
%15.64
%40.74

CMYK Percentages of Color #6a2663

%0
%64
%7
%58

Triadic Colors of #6a2663

#6a2663 #636a26 #26636a

Analogous Colors of #6a2663

#6a2663 #6a2641 #4f266a

Monochromatic Colors of #6a2663

#6a2663

Complementary Color

#6a2663 #266a2d

#6a2663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a2663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a2663 Color CSS Codes

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

#6a2663 Text Font Color

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

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


#6a2663 Background Color

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

This div background color is #6a2663


#6a2663 Border Color

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

This div border color is #6a2663


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,38,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a2663


Comments

No comments written yet.

Please login to write comment.