Color Hex Logo

#6349db Color Hex

#6349DB
(99,73,219)
0 Favorites   0 Comments

Color spaces of #6349db

RGB 9973219
HSL0.700.670.57
HSV251°67°86°
CMYK 0.550.670.00   0.14
XYZ20.314312.532268.3661
Yxy12.53220.20070.1238
Hunter Lab35.400840.4783-89.7202
CIE-Lab42.049848.7304-71.1746

#6349db color RGB value is (99,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001001 11011011
Octal 143 111 333
Decimal 99 73 219
Hex 63 49 DB

RGB Percentages of Color #6349db

%25.32
%18.67
%56.01

CMYK Percentages of Color #6349db

%55
%67
%0
%14

Triadic Colors of #6349db

#6349db #db6349 #49db63

Analogous Colors of #6349db

#6349db #ac49db #4978db

Monochromatic Colors of #6349db

#6349db

Complementary Color

#6349db #c1db49

#6349db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6349db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6349db Color CSS Codes

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

#6349db Text Font Color

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

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


#6349db Background Color

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

This div background color is #6349db


#6349db Border Color

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

This div border color is #6349db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6349db


Comments

No comments written yet.

Please login to write comment.