Color Hex Logo

#6465aa Color Hex

#6465AA
(100,101,170)
0 Favorites   0 Comments

Color spaces of #6465aa

RGB 100101170
HSL0.660.290.53
HSV239°41°67°
CMYK 0.410.410.00   0.33
XYZ17.164914.919040.0052
Yxy14.91900.23810.2070
Hunter Lab38.625111.7310-34.3709
CIE-Lab45.523117.4353-37.1716

#6465aa color RGB value is (100,101,170).

#6465aa hex color red value is 100, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6465aa hue: 0.66 , saturation: 0.29 and the lightness value of 6465aa is 0.53.

The process color (four color CMYK) of #6465aa color hex is 0.41, 0.41, 0.00, 0.33. Web safe color of #6465aa is #666699. Color #6465aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100101 10101010
Octal 144 145 252
Decimal 100 101 170
Hex 64 65 AA

RGB Percentages of Color #6465aa

%26.95
%27.22
%45.82

CMYK Percentages of Color #6465aa

%41
%41
%0
%33

Triadic Colors of #6465aa

#6465aa #aa6465 #65aa64

Analogous Colors of #6465aa

#6465aa #8664aa #6488aa

Monochromatic Colors of #6465aa

#6465aa

Complementary Color

#6465aa #aaa964

#6465aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6465aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6465aa Color CSS Codes

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

#6465aa Text Font Color

<p style="color:#6465aa">Text here</p>

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


#6465aa Background Color

<div style="background-color:#6465aa">
Div content here</div>

This div background color is #6465aa


#6465aa Border Color

<div style="border:3px solid #6465aa">
Div here</div>

This div border color is #6465aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,101,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6465aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6465aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6465aa;
  box-shadow:         1px 1px 3px 2px #6465aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6465aa


Comments

No comments written yet.

Please login to write comment.