Color Hex Logo

#6d46da Color Hex

#6D46DA
(109,70,218)
0 Favorites   0 Comments

Color spaces of #6d46da

RGB 10970218
HSL0.710.670.56
HSV256°68°85°
CMYK 0.500.680.00   0.15
XYZ21.151712.693567.6649
Yxy12.69350.20840.1250
Hunter Lab35.627943.6235-87.6645
CIE-Lab42.297751.7140-70.1595

#6d46da color RGB value is (109,70,218).

#6d46da hex color red value is 109, green value is 70 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6d46da hue: 0.71 , saturation: 0.67 and the lightness value of 6d46da is 0.56.

The process color (four color CMYK) of #6d46da color hex is 0.50, 0.68, 0.00, 0.15. Web safe color of #6d46da is #6633cc. Color #6d46da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01000110 11011010
Octal 155 106 332
Decimal 109 70 218
Hex 6D 46 DA

RGB Percentages of Color #6d46da

%27.46
%17.63
%54.91

CMYK Percentages of Color #6d46da

%50
%68
%0
%15

Triadic Colors of #6d46da

#6d46da #da6d46 #46da6d

Analogous Colors of #6d46da

#6d46da #b746da #4669da

Monochromatic Colors of #6d46da

#6d46da

Complementary Color

#6d46da #b3da46

#6d46da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d46da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d46da Color CSS Codes

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

#6d46da Text Font Color

<p style="color:#6d46da">Text here</p>

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


#6d46da Background Color

<div style="background-color:#6d46da">
Div content here</div>

This div background color is #6d46da


#6d46da Border Color

<div style="border:3px solid #6d46da">
Div here</div>

This div border color is #6d46da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,70,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d46da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d46da;
  -webkit-box-shadow: 1px 1px 3px 2px #6d46da;
  box-shadow:         1px 1px 3px 2px #6d46da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d46da


Comments

No comments written yet.

Please login to write comment.