Color Hex Logo

#6466ad Color Hex

#6466AD
(100,102,173)
0 Favorites   0 Comments

Color spaces of #6466ad

RGB 100102173
HSL0.660.310.54
HSV238°42°68°
CMYK 0.420.410.00   0.32
XYZ17.549715.229241.5497
Yxy15.22920.23610.2049
Hunter Lab39.024611.9799-35.8091
CIE-Lab45.946517.7063-38.2617

#6466ad color RGB value is (100,102,173).

#6466ad hex color red value is 100, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6466ad hue: 0.66 , saturation: 0.31 and the lightness value of 6466ad is 0.54.

The process color (four color CMYK) of #6466ad color hex is 0.42, 0.41, 0.00, 0.32. Web safe color of #6466ad is #666699. Color #6466ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100110 10101101
Octal 144 146 255
Decimal 100 102 173
Hex 64 66 AD

RGB Percentages of Color #6466ad

%26.67
%27.20
%46.13

CMYK Percentages of Color #6466ad

%42
%41
%0
%32

Triadic Colors of #6466ad

#6466ad #ad6466 #66ad64

Analogous Colors of #6466ad

#6466ad #8764ad #648bad

Monochromatic Colors of #6466ad

#6466ad

Complementary Color

#6466ad #adab64

#6466ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6466ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6466ad Color CSS Codes

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

#6466ad Text Font Color

<p style="color:#6466ad">Text here</p>

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


#6466ad Background Color

<div style="background-color:#6466ad">
Div content here</div>

This div background color is #6466ad


#6466ad Border Color

<div style="border:3px solid #6466ad">
Div here</div>

This div border color is #6466ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,102,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6466ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6466ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6466ad;
  box-shadow:         1px 1px 3px 2px #6466ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6466ad


Comments

No comments written yet.

Please login to write comment.