Color Hex Logo

#6d73b6 Color Hex

#6D73B6
(109,115,182)
0 Favorites   0 Comments

Color spaces of #6d73b6

RGB 109115182
HSL0.650.330.57
HSV235°40°71°
CMYK 0.400.370.00   0.29
XYZ20.880918.890146.8016
Yxy18.89010.24120.2182
Hunter Lab43.46279.6973-33.4208
CIE-Lab50.558414.8092-36.1816

#6d73b6 color RGB value is (109,115,182).

#6d73b6 hex color red value is 109, green value is 115 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #6d73b6 hue: 0.65 , saturation: 0.33 and the lightness value of 6d73b6 is 0.57.

The process color (four color CMYK) of #6d73b6 color hex is 0.40, 0.37, 0.00, 0.29. Web safe color of #6d73b6 is #6666cc. Color #6d73b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01110011 10110110
Octal 155 163 266
Decimal 109 115 182
Hex 6D 73 B6

RGB Percentages of Color #6d73b6

%26.85
%28.33
%44.83

CMYK Percentages of Color #6d73b6

%40
%37
%0
%29

Triadic Colors of #6d73b6

#6d73b6 #b66d73 #73b66d

Analogous Colors of #6d73b6

#6d73b6 #8c6db6 #6d98b6

Monochromatic Colors of #6d73b6

#6d73b6

Complementary Color

#6d73b6 #b6b06d

#6d73b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d73b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d73b6 Color CSS Codes

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

#6d73b6 Text Font Color

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

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


#6d73b6 Background Color

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

This div background color is #6d73b6


#6d73b6 Border Color

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

This div border color is #6d73b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d73b6


Comments

No comments written yet.

Please login to write comment.