Color Hex Logo

#6e6dfb Color Hex

#6E6DFB
(110,109,251)
0 Favorites   0 Comments

Color spaces of #6e6dfb

RGB 110109251
HSL0.670.950.71
HSV240°57°98°
CMYK 0.560.570.00   0.02
XYZ29.311621.217393.8172
Yxy21.21730.20310.1470
Hunter Lab46.062232.9791-88.5153
CIE-Lab53.186539.5907-71.0270

#6e6dfb color RGB value is (110,109,251).

#6e6dfb hex color red value is 110, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6e6dfb hue: 0.67 , saturation: 0.95 and the lightness value of 6e6dfb is 0.71.

The process color (four color CMYK) of #6e6dfb color hex is 0.56, 0.57, 0.00, 0.02. Web safe color of #6e6dfb is #6666ff. Color #6e6dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101101 11111011
Octal 156 155 373
Decimal 110 109 251
Hex 6E 6D FB

RGB Percentages of Color #6e6dfb

%23.40
%23.19
%53.40

CMYK Percentages of Color #6e6dfb

%56
%57
%0
%2

Triadic Colors of #6e6dfb

#6e6dfb #fb6e6d #6dfb6e

Analogous Colors of #6e6dfb

#6e6dfb #b56dfb #6db3fb

Monochromatic Colors of #6e6dfb

#6e6dfb

Complementary Color

#6e6dfb #fafb6d

#6e6dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e6dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e6dfb Color CSS Codes

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

#6e6dfb Text Font Color

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

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


#6e6dfb Background Color

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

This div background color is #6e6dfb


#6e6dfb Border Color

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

This div border color is #6e6dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e6dfb


Comments

No comments written yet.

Please login to write comment.