Color Hex Logo

#6d73cd Color Hex

#6D73CD
(109,115,205)
0 Favorites   0 Comments

Color spaces of #6d73cd

RGB 109115205
HSL0.660.490.62
HSV236°47°80°
CMYK 0.470.440.00   0.20
XYZ23.456919.920560.3663
Yxy19.92050.22610.1920
Hunter Lab44.632415.7054-48.9484
CIE-Lab51.747221.6136-47.4960

#6d73cd color RGB value is (109,115,205).

#6d73cd hex color red value is 109, green value is 115 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6d73cd hue: 0.66 , saturation: 0.49 and the lightness value of 6d73cd is 0.62.

The process color (four color CMYK) of #6d73cd color hex is 0.47, 0.44, 0.00, 0.20. Web safe color of #6d73cd is #6666cc. Color #6d73cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01110011 11001101
Octal 155 163 315
Decimal 109 115 205
Hex 6D 73 CD

RGB Percentages of Color #6d73cd

%25.41
%26.81
%47.79

CMYK Percentages of Color #6d73cd

%47
%44
%0
%20

Triadic Colors of #6d73cd

#6d73cd #cd6d73 #73cd6d

Analogous Colors of #6d73cd

#6d73cd #976dcd #6da3cd

Monochromatic Colors of #6d73cd

#6d73cd

Complementary Color

#6d73cd #cdc76d

#6d73cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d73cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d73cd Color CSS Codes

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

#6d73cd Text Font Color

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

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


#6d73cd Background Color

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

This div background color is #6d73cd


#6d73cd Border Color

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

This div border color is #6d73cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d73cd


Comments

No comments written yet.

Please login to write comment.