Color Hex Logo

#6644db Color Hex

#6644DB
(102,68,219)
0 Favorites   0 Comments

Color spaces of #6644db

RGB 10268219
HSL0.700.680.56
HSV254°69°86°
CMYK 0.530.690.00   0.14
XYZ20.332812.073568.2766
Yxy12.07350.20190.1199
Hunter Lab34.746943.6453-92.1800
CIE-Lab41.332751.9119-72.3361

#6644db color RGB value is (102,68,219).

#6644db hex color red value is 102, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6644db hue: 0.70 , saturation: 0.68 and the lightness value of 6644db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 11011011
Octal 146 104 333
Decimal 102 68 219
Hex 66 44 DB

RGB Percentages of Color #6644db

%26.22
%17.48
%56.30

CMYK Percentages of Color #6644db

%53
%69
%0
%14

Triadic Colors of #6644db

#6644db #db6644 #44db66

Analogous Colors of #6644db

#6644db #b244db #446edb

Monochromatic Colors of #6644db

#6644db

Complementary Color

#6644db #b9db44

#6644db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6644db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6644db Color CSS Codes

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

#6644db Text Font Color

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

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


#6644db Background Color

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

This div background color is #6644db


#6644db Border Color

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

This div border color is #6644db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6644db


Comments

No comments written yet.

Please login to write comment.