Color Hex Logo

#6456ab Color Hex

#6456AB
(100,86,171)
0 Favorites   0 Comments

Color spaces of #6456ab

RGB 10086171
HSL0.690.340.50
HSV250°50°67°
CMYK 0.420.500.00   0.33
XYZ15.934012.305240.0634
Yxy12.30520.23330.1802
Hunter Lab35.078819.6931-43.1599
CIE-Lab41.697127.0025-43.8375

#6456ab color RGB value is (100,86,171).

#6456ab hex color red value is 100, green value is 86 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6456ab hue: 0.69 , saturation: 0.34 and the lightness value of 6456ab is 0.50.

The process color (four color CMYK) of #6456ab color hex is 0.42, 0.50, 0.00, 0.33. Web safe color of #6456ab is #666699. Color #6456ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010110 10101011
Octal 144 126 253
Decimal 100 86 171
Hex 64 56 AB

RGB Percentages of Color #6456ab

%28.01
%24.09
%47.90

CMYK Percentages of Color #6456ab

%42
%50
%0
%33

Triadic Colors of #6456ab

#6456ab #ab6456 #56ab64

Analogous Colors of #6456ab

#6456ab #8f56ab #5673ab

Monochromatic Colors of #6456ab

#6456ab

Complementary Color

#6456ab #9dab56

#6456ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6456ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6456ab Color CSS Codes

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

#6456ab Text Font Color

<p style="color:#6456ab">Text here</p>

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


#6456ab Background Color

<div style="background-color:#6456ab">
Div content here</div>

This div background color is #6456ab


#6456ab Border Color

<div style="border:3px solid #6456ab">
Div here</div>

This div border color is #6456ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,86,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6456ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6456ab;
  -webkit-box-shadow: 1px 1px 3px 2px #6456ab;
  box-shadow:         1px 1px 3px 2px #6456ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,86,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 #6456ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6456ab


Comments

No comments written yet.

Please login to write comment.