Color Hex Logo

#6d73de Color Hex

#6D73DE
(109,115,222)
0 Favorites   0 Comments

Color spaces of #6d73de

RGB 109115222
HSL0.660.630.65
HSV237°51°87°
CMYK 0.510.480.00   0.13
XYZ25.622220.786671.7690
Yxy20.78660.21680.1759
Hunter Lab45.592320.5277-61.4165
CIE-Lab52.715126.8092-55.5816

#6d73de color RGB value is (109,115,222).

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

The process color (four color CMYK) of #6d73de color hex is 0.51, 0.48, 0.00, 0.13. Web safe color of #6d73de is #6666cc. Color #6d73de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01110011 11011110
Octal 155 163 336
Decimal 109 115 222
Hex 6D 73 DE

RGB Percentages of Color #6d73de

%24.44
%25.78
%49.78

CMYK Percentages of Color #6d73de

%51
%48
%0
%13

Triadic Colors of #6d73de

#6d73de #de6d73 #73de6d

Analogous Colors of #6d73de

#6d73de #a06dde #6dacde

Monochromatic Colors of #6d73de

#6d73de

Complementary Color

#6d73de #ded86d

#6d73de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d73de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d73de Color CSS Codes

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

#6d73de Text Font Color

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

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


#6d73de Background Color

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

This div background color is #6d73de


#6d73de Border Color

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

This div border color is #6d73de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d73de


Comments

No comments written yet.

Please login to write comment.