Color Hex Logo

#6e5fbf Color Hex

#6E5FBF
(110,95,191)
0 Favorites   0 Comments

Color spaces of #6e5fbf

RGB 11095191
HSL0.690.430.56
HSV249°50°75°
CMYK 0.420.500.00   0.25
XYZ19.926615.261051.1856
Yxy15.26100.23070.1767
Hunter Lab39.065322.6857-50.3394
CIE-Lab45.989629.8342-48.6317

#6e5fbf color RGB value is (110,95,191).

#6e5fbf hex color red value is 110, green value is 95 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6e5fbf hue: 0.69 , saturation: 0.43 and the lightness value of 6e5fbf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01011111 10111111
Octal 156 137 277
Decimal 110 95 191
Hex 6E 5F BF

RGB Percentages of Color #6e5fbf

%27.78
%23.99
%48.23

CMYK Percentages of Color #6e5fbf

%42
%50
%0
%25

Triadic Colors of #6e5fbf

#6e5fbf #bf6e5f #5fbf6e

Analogous Colors of #6e5fbf

#6e5fbf #9e5fbf #5f80bf

Monochromatic Colors of #6e5fbf

#6e5fbf

Complementary Color

#6e5fbf #b0bf5f

#6e5fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e5fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e5fbf Color CSS Codes

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

#6e5fbf Text Font Color

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

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


#6e5fbf Background Color

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

This div background color is #6e5fbf


#6e5fbf Border Color

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

This div border color is #6e5fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e5fbf


Comments

No comments written yet.

Please login to write comment.