Color Hex Logo

#6465bd Color Hex

#6465BD
(100,101,189)
0 Favorites   0 Comments

Color spaces of #6465bd

RGB 100101189
HSL0.660.400.57
HSV239°47°74°
CMYK 0.470.470.00   0.26
XYZ19.094515.690850.1664
Yxy15.69080.22480.1847
Hunter Lab39.611616.7243-47.3601
CIE-Lab46.566223.1556-46.5985

#6465bd color RGB value is (100,101,189).

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

The process color (four color CMYK) of #6465bd color hex is 0.47, 0.47, 0.00, 0.26. Web safe color of #6465bd is #6666cc. Color #6465bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100101 10111101
Octal 144 145 275
Decimal 100 101 189
Hex 64 65 BD

RGB Percentages of Color #6465bd

%25.64
%25.90
%48.46

CMYK Percentages of Color #6465bd

%47
%47
%0
%26

Triadic Colors of #6465bd

#6465bd #bd6465 #65bd64

Analogous Colors of #6465bd

#6465bd #9064bd #6492bd

Monochromatic Colors of #6465bd

#6465bd

Complementary Color

#6465bd #bdbc64

#6465bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6465bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6465bd Color CSS Codes

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

#6465bd Text Font Color

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

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


#6465bd Background Color

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

This div background color is #6465bd


#6465bd Border Color

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

This div border color is #6465bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6465bd


Comments

No comments written yet.

Please login to write comment.