Color Hex Logo

#6d45af Color Hex

#6D45AF
(109,69,175)
0 Favorites   0 Comments

Color spaces of #6d45af

RGB 10969175
HSL0.730.430.48
HSV263°61°69°
CMYK 0.380.610.00   0.31
XYZ16.172710.602641.7516
Yxy10.60260.23600.1547
Hunter Lab32.561631.6745-53.2304
CIE-Lab38.902940.4164-50.6405

#6d45af color RGB value is (109,69,175).

#6d45af hex color red value is 109, green value is 69 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6d45af hue: 0.73 , saturation: 0.43 and the lightness value of 6d45af is 0.48.

The process color (four color CMYK) of #6d45af color hex is 0.38, 0.61, 0.00, 0.31. Web safe color of #6d45af is #663399. Color #6d45af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01000101 10101111
Octal 155 105 257
Decimal 109 69 175
Hex 6D 45 AF

RGB Percentages of Color #6d45af

%30.88
%19.55
%49.58

CMYK Percentages of Color #6d45af

%38
%61
%0
%31

Triadic Colors of #6d45af

#6d45af #af6d45 #45af6d

Analogous Colors of #6d45af

#6d45af #a245af #4552af

Monochromatic Colors of #6d45af

#6d45af

Complementary Color

#6d45af #87af45

#6d45af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d45af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d45af Color CSS Codes

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

#6d45af Text Font Color

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

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


#6d45af Background Color

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

This div background color is #6d45af


#6d45af Border Color

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

This div border color is #6d45af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d45af


Comments

No comments written yet.

Please login to write comment.