Color Hex Logo

#6f659e Color Hex

#6F659E
(111,101,158)
0 Favorites   0 Comments

Color spaces of #6f659e

RGB 111101158
HSL0.700.230.51
HSV251°36°62°
CMYK 0.300.360.00   0.38
XYZ17.380815.155534.3570
Yxy15.15550.25980.2266
Hunter Lab38.930111.5659-25.0742
CIE-Lab45.846417.2214-29.5278

#6f659e color RGB value is (111,101,158).

#6f659e hex color red value is 111, green value is 101 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6f659e hue: 0.70 , saturation: 0.23 and the lightness value of 6f659e is 0.51.

The process color (four color CMYK) of #6f659e color hex is 0.30, 0.36, 0.00, 0.38. Web safe color of #6f659e is #666699. Color #6f659e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01100101 10011110
Octal 157 145 236
Decimal 111 101 158
Hex 6F 65 9E

RGB Percentages of Color #6f659e

%30.00
%27.30
%42.70

CMYK Percentages of Color #6f659e

%30
%36
%0
%38

Triadic Colors of #6f659e

#6f659e #9e6f65 #659e6f

Analogous Colors of #6f659e

#6f659e #8c659e #65789e

Monochromatic Colors of #6f659e

#6f659e

Complementary Color

#6f659e #949e65

#6f659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f659e Color CSS Codes

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

#6f659e Text Font Color

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

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


#6f659e Background Color

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

This div background color is #6f659e


#6f659e Border Color

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

This div border color is #6f659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f659e


Comments

No comments written yet.

Please login to write comment.