Color Hex Logo

#6646bd Color Hex

#6646BD
(102,70,189)
0 Favorites   0 Comments

Color spaces of #6646bd

RGB 10270189
HSL0.710.470.51
HSV256°63°74°
CMYK 0.460.630.00   0.26
XYZ16.855010.879249.3557
Yxy10.87920.21860.1411
Hunter Lab32.983633.4941-65.6312
CIE-Lab39.376342.2189-58.1583

#6646bd color RGB value is (102,70,189).

#6646bd hex color red value is 102, green value is 70 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6646bd hue: 0.71 , saturation: 0.47 and the lightness value of 6646bd is 0.51.

The process color (four color CMYK) of #6646bd color hex is 0.46, 0.63, 0.00, 0.26. Web safe color of #6646bd is #6633cc. Color #6646bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000110 10111101
Octal 146 106 275
Decimal 102 70 189
Hex 66 46 BD

RGB Percentages of Color #6646bd

%28.25
%19.39
%52.35

CMYK Percentages of Color #6646bd

%46
%63
%0
%26

Triadic Colors of #6646bd

#6646bd #bd6646 #46bd66

Analogous Colors of #6646bd

#6646bd #a246bd #4662bd

Monochromatic Colors of #6646bd

#6646bd

Complementary Color

#6646bd #9dbd46

#6646bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6646bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6646bd Color CSS Codes

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

#6646bd Text Font Color

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

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


#6646bd Background Color

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

This div background color is #6646bd


#6646bd Border Color

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

This div border color is #6646bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,70,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 #6646bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6646bd


Comments

No comments written yet.

Please login to write comment.