Color Hex Logo

#6341db Color Hex

#6341DB
(99,65,219)
0 Favorites   0 Comments

Color spaces of #6341db

RGB 9965219
HSL0.700.680.56
HSV253°70°86°
CMYK 0.550.700.00   0.14
XYZ19.822111.547768.2020
Yxy11.54770.19910.1160
Hunter Lab33.981944.6531-95.2082
CIE-Lab40.488053.0278-73.7301

#6341db color RGB value is (99,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000001 11011011
Octal 143 101 333
Decimal 99 65 219
Hex 63 41 DB

RGB Percentages of Color #6341db

%25.85
%16.97
%57.18

CMYK Percentages of Color #6341db

%55
%70
%0
%14

Triadic Colors of #6341db

#6341db #db6341 #41db63

Analogous Colors of #6341db

#6341db #b041db #416cdb

Monochromatic Colors of #6341db

#6341db

Complementary Color

#6341db #b9db41

#6341db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6341db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6341db Color CSS Codes

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

#6341db Text Font Color

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

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


#6341db Background Color

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

This div background color is #6341db


#6341db Border Color

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

This div border color is #6341db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6341db


Comments

No comments written yet.

Please login to write comment.