Color Hex Logo

#6b54ac Color Hex

#6B54AC
(107,84,172)
0 Favorites   0 Comments

Color spaces of #6b54ac

RGB 10784172
HSL0.710.350.50
HSV256°51°67°
CMYK 0.380.510.00   0.33
XYZ16.680112.445040.5527
Yxy12.44500.23940.1786
Hunter Lab35.277522.6638-43.4617
CIE-Lab41.914830.3019-44.0433

#6b54ac color RGB value is (107,84,172).

#6b54ac hex color red value is 107, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6b54ac hue: 0.71 , saturation: 0.35 and the lightness value of 6b54ac is 0.50.

The process color (four color CMYK) of #6b54ac color hex is 0.38, 0.51, 0.00, 0.33. Web safe color of #6b54ac is #666699. Color #6b54ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01010100 10101100
Octal 153 124 254
Decimal 107 84 172
Hex 6B 54 AC

RGB Percentages of Color #6b54ac

%29.48
%23.14
%47.38

CMYK Percentages of Color #6b54ac

%38
%51
%0
%33

Triadic Colors of #6b54ac

#6b54ac #ac6b54 #54ac6b

Analogous Colors of #6b54ac

#6b54ac #9754ac #5469ac

Monochromatic Colors of #6b54ac

#6b54ac

Complementary Color

#6b54ac #95ac54

#6b54ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b54ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b54ac Color CSS Codes

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

#6b54ac Text Font Color

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

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


#6b54ac Background Color

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

This div background color is #6b54ac


#6b54ac Border Color

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

This div border color is #6b54ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b54ac


Comments

No comments written yet.

Please login to write comment.