Color Hex Logo

#6f658f Color Hex

#6F658F
(111,101,143)
0 Favorites   0 Comments

Color spaces of #6f658f

RGB 111101143
HSL0.710.170.48
HSV254°29°56°
CMYK 0.220.290.00   0.44
XYZ16.167214.670027.9661
Yxy14.67000.27490.2495
Hunter Lab38.30148.3181-16.4801
CIE-Lab45.178913.3336-21.6509

#6f658f color RGB value is (111,101,143).

#6f658f hex color red value is 111, green value is 101 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #6f658f hue: 0.71 , saturation: 0.17 and the lightness value of 6f658f is 0.48.

The process color (four color CMYK) of #6f658f color hex is 0.22, 0.29, 0.00, 0.44. Web safe color of #6f658f is #666699. Color #6f658f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01100101 10001111
Octal 157 145 217
Decimal 111 101 143
Hex 6F 65 8F

RGB Percentages of Color #6f658f

%31.27
%28.45
%40.28

CMYK Percentages of Color #6f658f

%22
%29
%0
%44

Triadic Colors of #6f658f

#6f658f #8f6f65 #658f6f

Analogous Colors of #6f658f

#6f658f #84658f #65708f

Monochromatic Colors of #6f658f

#6f658f

Complementary Color

#6f658f #858f65

#6f658f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f658f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f658f Color CSS Codes

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

#6f658f Text Font Color

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

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


#6f658f Background Color

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

This div background color is #6f658f


#6f658f Border Color

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

This div border color is #6f658f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f658f


Comments

No comments written yet.

Please login to write comment.