Color Hex Logo

#6d65de Color Hex

#6D65DE
(109,101,222)
0 Favorites   0 Comments

Color spaces of #6d65de

RGB 109101222
HSL0.680.650.63
HSV244°55°87°
CMYK 0.510.550.00   0.13
XYZ24.145217.832571.2767
Yxy17.83250.21320.1575
Hunter Lab42.228528.1618-70.5144
CIE-Lab49.292335.2331-61.0841

#6d65de color RGB value is (109,101,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 01100101 11011110
Octal 155 145 336
Decimal 109 101 222
Hex 6D 65 DE

RGB Percentages of Color #6d65de

%25.23
%23.38
%51.39

CMYK Percentages of Color #6d65de

%51
%55
%0
%13

Triadic Colors of #6d65de

#6d65de #de6d65 #65de6d

Analogous Colors of #6d65de

#6d65de #aa65de #659ade

Monochromatic Colors of #6d65de

#6d65de

Complementary Color

#6d65de #d6de65

#6d65de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d65de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d65de Color CSS Codes

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

#6d65de Text Font Color

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

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


#6d65de Background Color

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

This div background color is #6d65de


#6d65de Border Color

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

This div border color is #6d65de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,101,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 #6d65de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d65de


Comments

No comments written yet.

Please login to write comment.