Color Hex Logo

#6e6cbb Color Hex

#6E6CBB
(110,108,187)
0 Favorites   0 Comments

Color spaces of #6e6cbb

RGB 110108187
HSL0.670.370.58
HSV242°42°73°
CMYK 0.410.420.00   0.27
XYZ20.762617.628049.3219
Yxy17.62800.23670.2010
Hunter Lab41.985714.7961-40.2598
CIE-Lab49.041820.7755-41.4586

#6e6cbb color RGB value is (110,108,187).

#6e6cbb hex color red value is 110, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6e6cbb hue: 0.67 , saturation: 0.37 and the lightness value of 6e6cbb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101100 10111011
Octal 156 154 273
Decimal 110 108 187
Hex 6E 6C BB

RGB Percentages of Color #6e6cbb

%27.16
%26.67
%46.17

CMYK Percentages of Color #6e6cbb

%41
%42
%0
%27

Triadic Colors of #6e6cbb

#6e6cbb #bb6e6c #6cbb6e

Analogous Colors of #6e6cbb

#6e6cbb #966cbb #6c92bb

Monochromatic Colors of #6e6cbb

#6e6cbb

Complementary Color

#6e6cbb #b9bb6c

#6e6cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e6cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e6cbb Color CSS Codes

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

#6e6cbb Text Font Color

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

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


#6e6cbb Background Color

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

This div background color is #6e6cbb


#6e6cbb Border Color

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

This div border color is #6e6cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e6cbb


Comments

No comments written yet.

Please login to write comment.