Color Hex Logo

#6406ed Color Hex

#6406ED
(100,6,237)
0 Favorites   0 Comments

Color spaces of #6406ed

RGB 1006237
HSL0.730.950.48
HSV264°97°93°
CMYK 0.580.970.00   0.07
XYZ20.60678.954080.7630
Yxy8.95400.18680.0812
Hunter Lab29.923270.5587-139.0778
CIE-Lab35.895676.6846-91.5675

#6406ed color RGB value is (100,6,237).

#6406ed hex color red value is 100, green value is 6 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6406ed hue: 0.73 , saturation: 0.95 and the lightness value of 6406ed is 0.48.

The process color (four color CMYK) of #6406ed color hex is 0.58, 0.97, 0.00, 0.07. Web safe color of #6406ed is #6600ff. Color #6406ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000110 11101101
Octal 144 6 355
Decimal 100 6 237
Hex 64 6 ED

RGB Percentages of Color #6406ed

%29.15
%1.75
%69.10

CMYK Percentages of Color #6406ed

%58
%97
%0
%7

Triadic Colors of #6406ed

#6406ed #ed6406 #06ed64

Analogous Colors of #6406ed

#6406ed #d806ed #061ced

Monochromatic Colors of #6406ed

#6406ed

Complementary Color

#6406ed #8fed06

#6406ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6406ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6406ed Color CSS Codes

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

#6406ed Text Font Color

<p style="color:#6406ed">Text here</p>

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


#6406ed Background Color

<div style="background-color:#6406ed">
Div content here</div>

This div background color is #6406ed


#6406ed Border Color

<div style="border:3px solid #6406ed">
Div here</div>

This div border color is #6406ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,6,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6406ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6406ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6406ed;
  box-shadow:         1px 1px 3px 2px #6406ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6406ed


Comments

No comments written yet.

Please login to write comment.