Color Hex Logo

#6c06ab Color Hex

#6C06AB
(108,6,171)
0 Favorites   0 Comments

Color spaces of #6c06ab

RGB 1086171
HSL0.770.930.35
HSV277°96°67°
CMYK 0.370.960.00   0.33
XYZ13.60026.258739.0193
Yxy6.25870.23100.1063
Hunter Lab25.017453.2575-74.9617
CIE-Lab30.056063.0033-62.6525

#6c06ab color RGB value is (108,6,171).

#6c06ab hex color red value is 108, green value is 6 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6c06ab hue: 0.77 , saturation: 0.93 and the lightness value of 6c06ab is 0.35.

The process color (four color CMYK) of #6c06ab color hex is 0.37, 0.96, 0.00, 0.33. Web safe color of #6c06ab is #660099. Color #6c06ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00000110 10101011
Octal 154 6 253
Decimal 108 6 171
Hex 6C 6 AB

RGB Percentages of Color #6c06ab

%37.89
%2.11
%60.00

CMYK Percentages of Color #6c06ab

%37
%96
%0
%33

Triadic Colors of #6c06ab

#6c06ab #ab6c06 #06ab6c

Analogous Colors of #6c06ab

#6c06ab #ab0698 #1a06ab

Monochromatic Colors of #6c06ab

#6c06ab

Complementary Color

#6c06ab #45ab06

#6c06ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c06ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c06ab Color CSS Codes

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

#6c06ab Text Font Color

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

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


#6c06ab Background Color

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

This div background color is #6c06ab


#6c06ab Border Color

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

This div border color is #6c06ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c06ab


Comments

No comments written yet.

Please login to write comment.