Color Hex Logo

#6e6fba Color Hex

#6E6FBA
(110,111,186)
0 Favorites   0 Comments

Color spaces of #6e6fba

RGB 110111186
HSL0.660.360.58
HSV239°41°73°
CMYK 0.410.400.00   0.27
XYZ20.977818.229048.8673
Yxy18.22900.23820.2070
Hunter Lab42.695412.9865-37.9739
CIE-Lab49.772718.6618-39.7250

#6e6fba color RGB value is (110,111,186).

#6e6fba hex color red value is 110, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6e6fba hue: 0.66 , saturation: 0.36 and the lightness value of 6e6fba is 0.58.

The process color (four color CMYK) of #6e6fba color hex is 0.41, 0.40, 0.00, 0.27. Web safe color of #6e6fba is #6666cc. Color #6e6fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101111 10111010
Octal 156 157 272
Decimal 110 111 186
Hex 6E 6F BA

RGB Percentages of Color #6e6fba

%27.03
%27.27
%45.70

CMYK Percentages of Color #6e6fba

%41
%40
%0
%27

Triadic Colors of #6e6fba

#6e6fba #ba6e6f #6fba6e

Analogous Colors of #6e6fba

#6e6fba #936eba #6e95ba

Monochromatic Colors of #6e6fba

#6e6fba

Complementary Color

#6e6fba #bab96e

#6e6fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e6fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e6fba Color CSS Codes

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

#6e6fba Text Font Color

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

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


#6e6fba Background Color

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

This div background color is #6e6fba


#6e6fba Border Color

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

This div border color is #6e6fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e6fba


Comments

No comments written yet.

Please login to write comment.