Color Hex Logo

#6d69de Color Hex

#6D69DE
(109,105,222)
0 Favorites   0 Comments

Color spaces of #6d69de

RGB 109105222
HSL0.670.640.64
HSV242°53°87°
CMYK 0.510.530.00   0.13
XYZ24.543118.628371.4093
Yxy18.62830.21420.1626
Hunter Lab43.160525.9726-67.8833
CIE-Lab50.249532.8375-59.5415

#6d69de color RGB value is (109,105,222).

#6d69de hex color red value is 109, green value is 105 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6d69de hue: 0.67 , saturation: 0.64 and the lightness value of 6d69de is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 01101001 11011110
Octal 155 151 336
Decimal 109 105 222
Hex 6D 69 DE

RGB Percentages of Color #6d69de

%25.00
%24.08
%50.92

CMYK Percentages of Color #6d69de

%51
%53
%0
%13

Triadic Colors of #6d69de

#6d69de #de6d69 #69de6d

Analogous Colors of #6d69de

#6d69de #a869de #69a0de

Monochromatic Colors of #6d69de

#6d69de

Complementary Color

#6d69de #dade69

#6d69de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d69de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d69de Color CSS Codes

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

#6d69de Text Font Color

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

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


#6d69de Background Color

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

This div background color is #6d69de


#6d69de Border Color

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

This div border color is #6d69de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d69de


Comments

No comments written yet.

Please login to write comment.