Color Hex Logo

#6d6492 Color Hex

#6D6492
(109,100,146)
0 Favorites   0 Comments

Color spaces of #6d6492

RGB 109100146
HSL0.700.190.48
HSV252°32°57°
CMYK 0.250.320.00   0.43
XYZ16.052214.440929.1355
Yxy14.44090.26920.2422
Hunter Lab38.00128.8987-18.8568
CIE-Lab44.858714.0551-23.9508

#6d6492 color RGB value is (109,100,146).

#6d6492 hex color red value is 109, green value is 100 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #6d6492 hue: 0.70 , saturation: 0.19 and the lightness value of 6d6492 is 0.48.

The process color (four color CMYK) of #6d6492 color hex is 0.25, 0.32, 0.00, 0.43. Web safe color of #6d6492 is #666699. Color #6d6492 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01100100 10010010
Octal 155 144 222
Decimal 109 100 146
Hex 6D 64 92

RGB Percentages of Color #6d6492

%30.70
%28.17
%41.13

CMYK Percentages of Color #6d6492

%25
%32
%0
%43

Triadic Colors of #6d6492

#6d6492 #926d64 #64926d

Analogous Colors of #6d6492

#6d6492 #846492 #647292

Monochromatic Colors of #6d6492

#6d6492

Complementary Color

#6d6492 #899264

#6d6492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d6492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d6492 Color CSS Codes

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

#6d6492 Text Font Color

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

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


#6d6492 Background Color

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

This div background color is #6d6492


#6d6492 Border Color

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

This div border color is #6d6492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d6492


Comments

No comments written yet.

Please login to write comment.