Color Hex Logo

#6473ab Color Hex

#6473AB
(100,115,171)
0 Favorites   0 Comments

Color spaces of #6473ab

RGB 100115171
HSL0.630.300.53
HSV227°42°67°
CMYK 0.420.330.00   0.33
XYZ18.736917.911140.9977
Yxy17.91110.24130.2307
Hunter Lab42.32154.9642-27.8104
CIE-Lab49.38819.1526-31.6827

#6473ab color RGB value is (100,115,171).

#6473ab hex color red value is 100, green value is 115 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6473ab hue: 0.63 , saturation: 0.30 and the lightness value of 6473ab is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110011 10101011
Octal 144 163 253
Decimal 100 115 171
Hex 64 73 AB

RGB Percentages of Color #6473ab

%25.91
%29.79
%44.30

CMYK Percentages of Color #6473ab

%42
%33
%0
%33

Triadic Colors of #6473ab

#6473ab #ab6473 #73ab64

Analogous Colors of #6473ab

#6473ab #7964ab #6497ab

Monochromatic Colors of #6473ab

#6473ab

Complementary Color

#6473ab #ab9c64

#6473ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6473ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6473ab Color CSS Codes

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

#6473ab Text Font Color

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

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


#6473ab Background Color

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

This div background color is #6473ab


#6473ab Border Color

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

This div border color is #6473ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6473ab


Comments

No comments written yet.

Please login to write comment.