Color Hex Logo

#6a006a Color Hex

#6A006A
(106,0,106)
25 Favorites   3 Comments

Color spaces of #6a006a

RGB 1060106
HSL0.831.000.21
HSV300°100°42°
CMYK 0.001.000.00   0.58
XYZ8.54544.104813.9776
Yxy4.10480.32090.1542
Hunter Lab20.260339.8323-26.7220
CIE-Lab24.014951.5150-31.9002

#6a006a color RGB value is (106,0,106).

#6a006a hex color red value is 106, green value is 0 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #6a006a hue: 0.83 , saturation: 1.00 and the lightness value of 6a006a is 0.21.

The process color (four color CMYK) of #6a006a color hex is 0.00, 1.00, 0.00, 0.58. Web safe color of #6a006a is #660066. Color #6a006a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000000 01101010
Octal 152 0 152
Decimal 106 0 106
Hex 6A 0 6A

RGB Percentages of Color #6a006a

%50.00
%0.00
%50.00

CMYK Percentages of Color #6a006a

%0
%100
%0
%58

Triadic Colors of #6a006a

#6a006a #6a6a00 #006a6a

Analogous Colors of #6a006a

#6a006a #6a0035 #35006a

Monochromatic Colors of #6a006a

#6a006a

Complementary Color

#6a006a #006a00

#6a006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a006a Color CSS Codes

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

#6a006a Text Font Color

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

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


#6a006a Background Color

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

This div background color is #6a006a


#6a006a Border Color

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

This div border color is #6a006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a006a


Comments

7 Mar 2017, 22:02 oliviayellowcat

awwesome

14 Oct 2016, 0:28 Color_Problem

*Nyehs away* wweh!

20 May 2012, 18:59 (guest)

best color obvviously

Please login to write comment.