Color Hex Logo

#6446db Color Hex

#6446DB
(100,70,219)
0 Favorites   0 Comments

Color spaces of #6446db

RGB 10070219
HSL0.700.670.57
HSV252°68°86°
CMYK 0.540.680.00   0.14
XYZ20.231912.204168.3071
Yxy12.20410.20080.1211
Hunter Lab34.934442.2414-91.4756
CIE-Lab41.538750.5286-72.0065

#6446db color RGB value is (100,70,219).

#6446db hex color red value is 100, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6446db hue: 0.70 , saturation: 0.67 and the lightness value of 6446db is 0.57.

The process color (four color CMYK) of #6446db color hex is 0.54, 0.68, 0.00, 0.14. Web safe color of #6446db is #6633cc. Color #6446db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000110 11011011
Octal 144 106 333
Decimal 100 70 219
Hex 64 46 DB

RGB Percentages of Color #6446db

%25.71
%17.99
%56.30

CMYK Percentages of Color #6446db

%54
%68
%0
%14

Triadic Colors of #6446db

#6446db #db6446 #46db64

Analogous Colors of #6446db

#6446db #af46db #4673db

Monochromatic Colors of #6446db

#6446db

Complementary Color

#6446db #bddb46

#6446db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6446db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6446db Color CSS Codes

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

#6446db Text Font Color

<p style="color:#6446db">Text here</p>

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


#6446db Background Color

<div style="background-color:#6446db">
Div content here</div>

This div background color is #6446db


#6446db Border Color

<div style="border:3px solid #6446db">
Div here</div>

This div border color is #6446db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,70,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6446db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6446db;
  -webkit-box-shadow: 1px 1px 3px 2px #6446db;
  box-shadow:         1px 1px 3px 2px #6446db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6446db


Comments

No comments written yet.

Please login to write comment.