Color Hex Logo

#6b658f Color Hex

#6B658F
(107,101,143)
0 Favorites   0 Comments

Color spaces of #6b658f

RGB 107101143
HSL0.690.170.48
HSV249°29°56°
CMYK 0.250.290.00   0.44
XYZ15.675014.416327.9431
Yxy14.41630.27010.2484
Hunter Lab37.96887.2463-17.0563
CIE-Lab44.824112.0221-22.2277

#6b658f color RGB value is (107,101,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100101 10001111
Octal 153 145 217
Decimal 107 101 143
Hex 6B 65 8F

RGB Percentages of Color #6b658f

%30.48
%28.77
%40.74

CMYK Percentages of Color #6b658f

%25
%29
%0
%44

Triadic Colors of #6b658f

#6b658f #8f6b65 #658f6b

Analogous Colors of #6b658f

#6b658f #80658f #65748f

Monochromatic Colors of #6b658f

#6b658f

Complementary Color

#6b658f #898f65

#6b658f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b658f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b658f Color CSS Codes

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

#6b658f Text Font Color

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

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


#6b658f Background Color

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

This div background color is #6b658f


#6b658f Border Color

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

This div border color is #6b658f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,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 #6b658f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b658f


Comments

No comments written yet.

Please login to write comment.